|
|
|
| 1 | 2024-11-13T00:24:44.946Z | job assigned to worker 01JCHE99T6KCWBCHYN9RNT5CWC (queued for 0 s) |
| |
| 2 | 2024-11-13T00:24:45.278Z | starting task 0: "setup" |
| 3 | 2024-11-13T00:24:45.289Z | ++ uname -s |
| 4 | 2024-11-13T00:24:45.291Z | + kern=SunOS |
| 5 | 2024-11-13T00:24:45.291Z | + case "$kern" in |
| 6 | 2024-11-13T00:24:45.291Z | + groupadd -g 12345 build |
| 7 | 2024-11-13T00:24:45.294Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-11-13T00:24:47.304Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-11-13T00:24:47.430Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-11-13T00:24:47.432Z | + home_fs=zfs |
| 11 | 2024-11-13T00:24:47.432Z | + [[ zfs == autofs ]] |
| 12 | 2024-11-13T00:24:47.432Z | + mkdir -p /home/build |
| 13 | 2024-11-13T00:24:47.435Z | + chown build:build /home/build /work |
| 14 | 2024-11-13T00:24:49.435Z | + chmod 0700 /home/build /work |
| 15 | 2024-11-13T00:24:49.438Z | process exited: duration 4162 ms, exit code 0 |
| |
| 16 | 2024-11-13T00:24:49.444Z | starting task 1: "rust-toolchain" |
| 17 | 2024-11-13T00:24:49.449Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-11-13T00:24:49.449Z | ' stable |
| 19 | 2024-11-13T00:24:49.449Z | * toolchain channel = "stable" |
| 20 | 2024-11-13T00:24:49.449Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-11-13T00:24:49.449Z | ' default |
| 22 | 2024-11-13T00:24:49.452Z | * toolchain profile = "default" |
| 23 | 2024-11-13T00:24:49.452Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-11-13T00:24:49.452Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 25 | 2024-11-13T00:24:49.569Z | info: downloading installer |
| 26 | 2024-11-13T00:24:50.821Z | info: profile set to 'default' |
| 27 | 2024-11-13T00:24:50.821Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-11-13T00:24:50.824Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 29 | 2024-11-13T00:24:50.965Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
| 30 | 2024-11-13T00:24:50.965Z | info: downloading component 'cargo' |
| 31 | 2024-11-13T00:24:51.722Z | info: downloading component 'clippy' |
| 32 | 2024-11-13T00:24:51.999Z | info: downloading component 'rust-docs' |
| 33 | 2024-11-13T00:24:53.022Z | info: downloading component 'rust-std' |
| 34 | 2024-11-13T00:24:54.642Z | info: downloading component 'rustc' |
| 35 | 2024-11-13T00:25:00.521Z | info: downloading component 'rustfmt' |
| 36 | 2024-11-13T00:25:00.737Z | info: installing component 'cargo' |
| 37 | 2024-11-13T00:25:01.600Z | info: installing component 'clippy' |
| 38 | 2024-11-13T00:25:01.994Z | info: installing component 'rust-docs' |
| 39 | 2024-11-13T00:25:03.717Z | info: installing component 'rust-std' |
| 40 | 2024-11-13T00:25:05.624Z | info: installing component 'rustc' |
| 41 | 2024-11-13T00:25:11.647Z | info: installing component 'rustfmt' |
| 42 | 2024-11-13T00:25:11.984Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 43 | 2024-11-13T00:25:11.984Z | |
| 44 | 2024-11-13T00:25:12.361Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
| 45 | 2024-11-13T00:25:12.361Z | |
| 46 | 2024-11-13T00:25:12.363Z | |
| 47 | 2024-11-13T00:25:12.363Z | Rust is installed now. Great! |
| 48 | 2024-11-13T00:25:12.363Z | |
| 49 | 2024-11-13T00:25:12.363Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-11-13T00:25:12.363Z | environment variable. This has not been done automatically. |
| 51 | 2024-11-13T00:25:12.363Z | |
| 52 | 2024-11-13T00:25:12.363Z | To configure your current shell, you need to source |
| 53 | 2024-11-13T00:25:12.364Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-11-13T00:25:12.364Z | |
| 55 | 2024-11-13T00:25:12.364Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-11-13T00:25:12.364Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-11-13T00:25:12.364Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-11-13T00:25:12.439Z | + rustc --version |
| 59 | 2024-11-13T00:25:12.505Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
| 60 | 2024-11-13T00:25:12.509Z | process exited: duration 23078 ms, exit code 0 |
| |
| 61 | 2024-11-13T00:25:12.514Z | starting task 2: "authentication" |
| 62 | 2024-11-13T00:25:12.537Z | process exited: duration 22 ms, exit code 0 |
| |
| 63 | 2024-11-13T00:25:12.543Z | starting task 3: "clone repository" |
| 64 | 2024-11-13T00:25:12.548Z | + mkdir -p /work/oxidecomputer/dropshot |
| 65 | 2024-11-13T00:25:12.550Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
| 66 | 2024-11-13T00:25:12.588Z | Cloning into '/work/oxidecomputer/dropshot'... |
| 67 | 2024-11-13T00:25:13.616Z | + cd /work/oxidecomputer/dropshot |
| 68 | 2024-11-13T00:25:13.616Z | + git fetch origin 8a949a767c47955becbc40f4e7190c56f6c2f9b5 |
| 69 | 2024-11-13T00:25:13.876Z | From https://github.com/oxidecomputer/dropshot |
| 70 | 2024-11-13T00:25:13.876Z | * branch 8a949a767c47955becbc40f4e7190c56f6c2f9b5 -> FETCH_HEAD |
| 71 | 2024-11-13T00:25:13.885Z | + [[ -n dap/api-versions ]] |
| 72 | 2024-11-13T00:25:13.888Z | ++ git branch --show-current |
| 73 | 2024-11-13T00:25:13.891Z | + current=main |
| 74 | 2024-11-13T00:25:13.891Z | + [[ main != dap/api-versions ]] |
| 75 | 2024-11-13T00:25:13.891Z | + git branch -f dap/api-versions 8a949a767c47955becbc40f4e7190c56f6c2f9b5 |
| 76 | 2024-11-13T00:25:13.893Z | + git checkout -f dap/api-versions |
| 77 | 2024-11-13T00:25:13.914Z | Switched to branch 'dap/api-versions' |
| 78 | 2024-11-13T00:25:13.916Z | + git reset --hard 8a949a767c47955becbc40f4e7190c56f6c2f9b5 |
| 79 | 2024-11-13T00:25:13.934Z | HEAD is now at 8a949a7 mark experimental (cont) |
| 80 | 2024-11-13T00:25:13.938Z | process exited: duration 1393 ms, exit code 0 |
| |
| 81 | 2024-11-13T00:25:13.944Z | starting task 4: "build" |
| 82 | 2024-11-13T00:25:13.949Z | + cargo --version |
| 83 | 2024-11-13T00:25:13.954Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
| 84 | 2024-11-13T00:25:14.113Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 85 | 2024-11-13T00:25:14.113Z | info: downloading component 'cargo' |
| 86 | 2024-11-13T00:25:15.924Z | info: downloading component 'clippy' |
| 87 | 2024-11-13T00:25:15.927Z | info: downloading component 'rust-docs' |
| 88 | 2024-11-13T00:25:16.389Z | info: downloading component 'rust-std' |
| 89 | 2024-11-13T00:25:18.261Z | info: downloading component 'rustc' |
| 90 | 2024-11-13T00:25:24.564Z | info: downloading component 'rustfmt' |
| 91 | 2024-11-13T00:25:24.805Z | info: installing component 'cargo' |
| 92 | 2024-11-13T00:25:25.648Z | info: installing component 'clippy' |
| 93 | 2024-11-13T00:25:26.029Z | info: installing component 'rust-docs' |
| 94 | 2024-11-13T00:25:27.634Z | info: installing component 'rust-std' |
| 95 | 2024-11-13T00:25:29.472Z | info: installing component 'rustc' |
| 96 | 2024-11-13T00:25:35.194Z | info: installing component 'rustfmt' |
| 97 | 2024-11-13T00:25:35.608Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 98 | 2024-11-13T00:25:35.610Z | + rustc --version |
| 99 | 2024-11-13T00:25:35.677Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 100 | 2024-11-13T00:25:35.683Z | + banner build |
| 101 | 2024-11-13T00:25:35.686Z | |
| 102 | 2024-11-13T00:25:35.686Z | ##### # # # # ##### |
| 103 | 2024-11-13T00:25:35.686Z | # # # # # # # # |
| 104 | 2024-11-13T00:25:35.686Z | ##### # # # # # # |
| 105 | 2024-11-13T00:25:35.686Z | # # # # # # # # |
| 106 | 2024-11-13T00:25:35.686Z | # # # # # # # # |
| 107 | 2024-11-13T00:25:35.686Z | ##### #### # ###### ##### |
| 108 | 2024-11-13T00:25:35.686Z | |
| 109 | 2024-11-13T00:25:35.690Z | + ptime -m cargo build --all-features --locked --all-targets --verbose |
| 110 | 2024-11-13T00:25:35.852Z | Updating crates.io index |
| 111 | 2024-11-13T00:25:36.591Z | Downloading crates ... |
| 112 | 2024-11-13T00:25:36.661Z | Downloaded async-stream v0.3.6 |
| 113 | 2024-11-13T00:25:36.664Z | Downloaded deranged v0.3.11 |
| 114 | 2024-11-13T00:25:36.666Z | Downloaded camino v1.1.9 |
| 115 | 2024-11-13T00:25:36.670Z | Downloaded dyn-clone v1.0.4 |
| 116 | 2024-11-13T00:25:36.673Z | Downloaded foreign-types-shared v0.1.1 |
| 117 | 2024-11-13T00:25:36.673Z | Downloaded equivalent v1.0.0 |
| 118 | 2024-11-13T00:25:36.676Z | Downloaded match_cfg v0.1.0 |
| 119 | 2024-11-13T00:25:36.679Z | Downloaded http-range v0.1.4 |
| 120 | 2024-11-13T00:25:36.682Z | Downloaded async-stream-impl v0.3.6 |
| 121 | 2024-11-13T00:25:36.682Z | Downloaded num-conv v0.1.0 |
| 122 | 2024-11-13T00:25:36.684Z | Downloaded futures-sink v0.3.31 |
| 123 | 2024-11-13T00:25:36.684Z | Downloaded fastrand v2.1.1 |
| 124 | 2024-11-13T00:25:36.688Z | Downloaded buf-list v1.0.3 |
| 125 | 2024-11-13T00:25:36.690Z | Downloaded tungstenite v0.24.0 |
| 126 | 2024-11-13T00:25:36.694Z | Downloaded waitgroup v0.1.2 |
| 127 | 2024-11-13T00:25:36.697Z | Downloaded usdt-attr-macro v0.5.0 |
| 128 | 2024-11-13T00:25:36.697Z | Downloaded openssl-probe v0.1.4 |
| 129 | 2024-11-13T00:25:36.697Z | Downloaded crypto-common v0.1.6 |
| 130 | 2024-11-13T00:25:36.700Z | Downloaded pin-utils v0.1.0 |
| 131 | 2024-11-13T00:25:36.700Z | Downloaded usdt-macro v0.5.0 |
| 132 | 2024-11-13T00:25:36.702Z | Downloaded schema-derive v0.1.0 |
| 133 | 2024-11-13T00:25:36.702Z | Downloaded sha1 v0.10.6 |
| 134 | 2024-11-13T00:25:36.705Z | Downloaded lock_api v0.4.6 |
| 135 | 2024-11-13T00:25:36.705Z | Downloaded itoa v1.0.1 |
| 136 | 2024-11-13T00:25:36.708Z | Downloaded multer v3.1.0 |
| 137 | 2024-11-13T00:25:36.711Z | Downloaded serde_spanned v0.6.7 |
| 138 | 2024-11-13T00:25:36.713Z | Downloaded simple-mermaid v0.1.1 |
| 139 | 2024-11-13T00:25:36.713Z | Downloaded pretty-hex v0.4.1 |
| 140 | 2024-11-13T00:25:36.716Z | Downloaded dirs-sys-next v0.1.2 |
| 141 | 2024-11-13T00:25:36.718Z | Downloaded rustls-pemfile v2.1.3 |
| 142 | 2024-11-13T00:25:36.718Z | Downloaded base64 v0.22.1 |
| 143 | 2024-11-13T00:25:36.723Z | Downloaded target-triple v0.1.3 |
| 144 | 2024-11-13T00:25:36.726Z | Downloaded parking v2.2.0 |
| 145 | 2024-11-13T00:25:36.728Z | Downloaded quinn-udp v0.5.5 |
| 146 | 2024-11-13T00:25:36.728Z | Downloaded anyhow v1.0.93 |
| 147 | 2024-11-13T00:25:36.732Z | Downloaded try-lock v0.2.3 |
| 148 | 2024-11-13T00:25:36.735Z | Downloaded scroll v0.12.0 |
| 149 | 2024-11-13T00:25:36.737Z | Downloaded time-macros v0.2.18 |
| 150 | 2024-11-13T00:25:36.750Z | Downloaded slog-async v2.8.0 |
| 151 | 2024-11-13T00:25:36.753Z | Downloaded tokio-tungstenite v0.24.0 |
| 152 | 2024-11-13T00:25:36.755Z | Downloaded tracing-core v0.1.32 |
| 153 | 2024-11-13T00:25:36.758Z | Downloaded slog-term v2.9.1 |
| 154 | 2024-11-13T00:25:36.761Z | Downloaded thread-id v4.0.0 |
| 155 | 2024-11-13T00:25:36.763Z | Downloaded h2 v0.4.6 |
| 156 | 2024-11-13T00:25:36.769Z | Downloaded term v0.7.0 |
| 157 | 2024-11-13T00:25:36.773Z | Downloaded spin v0.9.8 |
| 158 | 2024-11-13T00:25:36.776Z | Downloaded serde v1.0.214 |
| 159 | 2024-11-13T00:25:36.780Z | Downloaded pest_meta v2.7.6 |
| 160 | 2024-11-13T00:25:36.783Z | Downloaded unicode-width v0.1.9 |
| 161 | 2024-11-13T00:25:36.785Z | Downloaded newline-converter v0.3.0 |
| 162 | 2024-11-13T00:25:36.785Z | Downloaded futures-io v0.3.31 |
| 163 | 2024-11-13T00:25:36.788Z | Downloaded typenum v1.14.0 |
| 164 | 2024-11-13T00:25:36.790Z | Downloaded is-terminal v0.4.12 |
| 165 | 2024-11-13T00:25:36.792Z | Downloaded http-body v1.0.1 |
| 166 | 2024-11-13T00:25:36.792Z | Downloaded dtrace-parser v0.2.0 |
| 167 | 2024-11-13T00:25:36.794Z | Downloaded foreign-types v0.3.2 |
| 168 | 2024-11-13T00:25:36.794Z | Downloaded want v0.3.0 |
| 169 | 2024-11-13T00:25:36.797Z | Downloaded http-body-util v0.1.2 |
| 170 | 2024-11-13T00:25:36.800Z | Downloaded hostname v0.3.1 |
| 171 | 2024-11-13T00:25:36.800Z | Downloaded futures-macro v0.3.31 |
| 172 | 2024-11-13T00:25:36.803Z | Downloaded dirs-next v2.0.0 |
| 173 | 2024-11-13T00:25:36.806Z | Downloaded debug-ignore v1.0.5 |
| 174 | 2024-11-13T00:25:36.806Z | Downloaded data-encoding v2.4.0 |
| 175 | 2024-11-13T00:25:36.806Z | Downloaded fnv v1.0.7 |
| 176 | 2024-11-13T00:25:36.809Z | Downloaded cc v1.0.83 |
| 177 | 2024-11-13T00:25:36.811Z | Downloaded num_threads v0.1.3 |
| 178 | 2024-11-13T00:25:36.813Z | Downloaded ucd-trie v0.1.6 |
| 179 | 2024-11-13T00:25:36.816Z | Downloaded glob v0.3.0 |
| 180 | 2024-11-13T00:25:36.816Z | Downloaded form_urlencoded v1.2.1 |
| 181 | 2024-11-13T00:25:36.818Z | Downloaded time-core v0.1.2 |
| 182 | 2024-11-13T00:25:36.818Z | Downloaded digest v0.10.7 |
| 183 | 2024-11-13T00:25:36.820Z | Downloaded block-buffer v0.10.2 |
| 184 | 2024-11-13T00:25:36.823Z | Downloaded console v0.15.7 |
| 185 | 2024-11-13T00:25:36.826Z | Downloaded schema v0.1.0 |
| 186 | 2024-11-13T00:25:36.826Z | Downloaded errno v0.3.8 |
| 187 | 2024-11-13T00:25:36.828Z | Downloaded sync_wrapper v1.0.1 |
| 188 | 2024-11-13T00:25:36.829Z | Downloaded byteorder v1.4.3 |
| 189 | 2024-11-13T00:25:36.831Z | Downloaded take_mut v0.2.2 |
| 190 | 2024-11-13T00:25:36.831Z | Downloaded paste v1.0.15 |
| 191 | 2024-11-13T00:25:36.834Z | Downloaded tinyvec_macros v0.1.0 |
| 192 | 2024-11-13T00:25:36.836Z | Downloaded tower-service v0.3.1 |
| 193 | 2024-11-13T00:25:36.836Z | Downloaded futures-core v0.3.31 |
| 194 | 2024-11-13T00:25:36.838Z | Downloaded serde_path_to_error v0.1.16 |
| 195 | 2024-11-13T00:25:36.842Z | Downloaded serde_urlencoded v0.7.1 |
| 196 | 2024-11-13T00:25:36.842Z | Downloaded pest_generator v2.7.6 |
| 197 | 2024-11-13T00:25:36.845Z | Downloaded autocfg v1.1.0 |
| 198 | 2024-11-13T00:25:36.845Z | Downloaded num_cpus v1.13.0 |
| 199 | 2024-11-13T00:25:36.848Z | Downloaded scroll_derive v0.12.0 |
| 200 | 2024-11-13T00:25:36.848Z | Downloaded unicode-ident v1.0.12 |
| 201 | 2024-11-13T00:25:36.850Z | Downloaded unicode-bidi v0.3.15 |
| 202 | 2024-11-13T00:25:36.853Z | Downloaded mime v0.3.16 |
| 203 | 2024-11-13T00:25:36.857Z | Downloaded once_cell v1.20.1 |
| 204 | 2024-11-13T00:25:36.860Z | Downloaded httparse v1.8.0 |
| 205 | 2024-11-13T00:25:36.862Z | Downloaded thiserror v1.0.67 |
| 206 | 2024-11-13T00:25:36.866Z | Downloaded thread_local v1.1.4 |
| 207 | 2024-11-13T00:25:36.868Z | Downloaded slog-json v2.6.1 |
| 208 | 2024-11-13T00:25:36.871Z | Downloaded hyper-rustls v0.26.0 |
| 209 | 2024-11-13T00:25:36.874Z | Downloaded bitflags v2.4.0 |
| 210 | 2024-11-13T00:25:36.877Z | Downloaded schemars_derive v0.8.21 |
| 211 | 2024-11-13T00:25:36.879Z | Downloaded tokio-rustls v0.26.0 |
| 212 | 2024-11-13T00:25:36.881Z | Downloaded tokio-rustls v0.25.0 |
| 213 | 2024-11-13T00:25:36.884Z | Downloaded sha2 v0.10.8 |
| 214 | 2024-11-13T00:25:36.886Z | Downloaded semver v1.0.23 |
| 215 | 2024-11-13T00:25:36.888Z | Downloaded parking_lot_core v0.9.4 |
| 216 | 2024-11-13T00:25:36.891Z | Downloaded rustls-native-certs v0.7.0 |
| 217 | 2024-11-13T00:25:36.893Z | Downloaded tempfile v3.14.0 |
| 218 | 2024-11-13T00:25:36.896Z | Downloaded num-traits v0.2.14 |
| 219 | 2024-11-13T00:25:36.898Z | Downloaded hyper-staticfile v0.10.1 |
| 220 | 2024-11-13T00:25:36.900Z | Downloaded unicode-normalization v0.1.24 |
| 221 | 2024-11-13T00:25:36.906Z | Downloaded smallvec v1.13.2 |
| 222 | 2024-11-13T00:25:36.908Z | Downloaded tinyvec v1.5.1 |
| 223 | 2024-11-13T00:25:36.911Z | Downloaded pin-project-lite v0.2.12 |
| 224 | 2024-11-13T00:25:36.916Z | Downloaded serde_derive_internals v0.29.0 |
| 225 | 2024-11-13T00:25:36.919Z | Downloaded quote v1.0.37 |
| 226 | 2024-11-13T00:25:36.921Z | Downloaded serde_derive v1.0.214 |
| 227 | 2024-11-13T00:25:36.924Z | Downloaded unicode-segmentation v1.10.0 |
| 228 | 2024-11-13T00:25:36.927Z | Downloaded slog v2.7.0 |
| 229 | 2024-11-13T00:25:36.930Z | Downloaded serde_json v1.0.132 |
| 230 | 2024-11-13T00:25:36.938Z | Downloaded socket2 v0.5.5 |
| 231 | 2024-11-13T00:25:36.941Z | Downloaded winnow v0.6.18 |
| 232 | 2024-11-13T00:25:36.951Z | Downloaded toml v0.8.19 |
| 233 | 2024-11-13T00:25:36.955Z | Downloaded mio v0.8.11 |
| 234 | 2024-11-13T00:25:36.960Z | Downloaded tokio-util v0.7.7 |
| 235 | 2024-11-13T00:25:36.967Z | Downloaded reqwest v0.12.9 |
| 236 | 2024-11-13T00:25:36.976Z | Downloaded time v0.3.36 |
| 237 | 2024-11-13T00:25:36.984Z | Downloaded toml_edit v0.22.20 |
| 238 | 2024-11-13T00:25:37.007Z | Downloaded goblin v0.8.0 |
| 239 | 2024-11-13T00:25:37.013Z | Downloaded futures-util v0.3.31 |
| 240 | 2024-11-13T00:25:37.027Z | Downloaded zerocopy v0.7.32 |
| 241 | 2024-11-13T00:25:37.043Z | Downloaded chrono v0.4.38 |
| 242 | 2024-11-13T00:25:37.049Z | Downloaded quinn-proto v0.11.8 |
| 243 | 2024-11-13T00:25:37.056Z | Downloaded idna v0.5.0 |
| 244 | 2024-11-13T00:25:37.062Z | Downloaded pest v2.7.6 |
| 245 | 2024-11-13T00:25:37.067Z | Downloaded vcpkg v0.2.15 |
| 246 | 2024-11-13T00:25:37.106Z | Downloaded rustls v0.23.13 |
| 247 | 2024-11-13T00:25:37.117Z | Downloaded syn v2.0.87 |
| 248 | 2024-11-13T00:25:37.127Z | Downloaded webpki-roots v0.26.5 |
| 249 | 2024-11-13T00:25:37.131Z | Downloaded openssl v0.10.66 |
| 250 | 2024-11-13T00:25:37.140Z | Downloaded hashbrown v0.15.0 |
| 251 | 2024-11-13T00:25:37.145Z | Downloaded rustls-webpki v0.102.8 |
| 252 | 2024-11-13T00:25:37.163Z | Downloaded rcgen v0.13.1 |
| 253 | 2024-11-13T00:25:37.169Z | Downloaded rustls v0.22.4 |
| 254 | 2024-11-13T00:25:37.179Z | Downloaded rand v0.8.4 |
| 255 | 2024-11-13T00:25:37.183Z | Downloaded rustix v0.38.40 |
| 256 | 2024-11-13T00:25:37.204Z | Downloaded quinn v0.11.4 |
| 257 | 2024-11-13T00:25:37.207Z | Downloaded openssl-sys v0.9.103 |
| 258 | 2024-11-13T00:25:37.212Z | Downloaded tracing v0.1.40 |
| 259 | 2024-11-13T00:25:37.216Z | Downloaded subprocess v0.2.9 |
| 260 | 2024-11-13T00:25:37.219Z | Downloaded schemars v0.8.21 |
| 261 | 2024-11-13T00:25:37.231Z | Downloaded prettyplease v0.2.25 |
| 262 | 2024-11-13T00:25:37.234Z | Downloaded portable-atomic v1.9.0 |
| 263 | 2024-11-13T00:25:37.241Z | Downloaded url v2.5.2 |
| 264 | 2024-11-13T00:25:37.243Z | Downloaded memchr v2.6.0 |
| 265 | 2024-11-13T00:25:37.248Z | Downloaded similar v2.2.1 |
| 266 | 2024-11-13T00:25:37.252Z | Downloaded ryu v1.0.5 |
| 267 | 2024-11-13T00:25:37.255Z | Downloaded openapiv3 v2.0.0 |
| 268 | 2024-11-13T00:25:37.267Z | Downloaded expectorate v1.1.0 |
| 269 | 2024-11-13T00:25:37.269Z | Downloaded rustls-pki-types v1.10.0 |
| 270 | 2024-11-13T00:25:37.272Z | Downloaded indexmap v2.6.0 |
| 271 | 2024-11-13T00:25:37.275Z | Downloaded hyper-util v0.1.10 |
| 272 | 2024-11-13T00:25:37.279Z | Downloaded tokio v1.38.1 |
| 273 | 2024-11-13T00:25:37.314Z | Downloaded crossbeam-channel v0.5.1 |
| 274 | 2024-11-13T00:25:37.318Z | Downloaded crossbeam-utils v0.8.15 |
| 275 | 2024-11-13T00:25:37.320Z | Downloaded yasna v0.5.2 |
| 276 | 2024-11-13T00:25:37.323Z | Downloaded bytes v1.8.0 |
| 277 | 2024-11-13T00:25:37.326Z | Downloaded native-tls v0.2.12 |
| 278 | 2024-11-13T00:25:37.328Z | Downloaded log v0.4.17 |
| 279 | 2024-11-13T00:25:37.330Z | Downloaded rustc-hash v2.0.0 |
| 280 | 2024-11-13T00:25:37.333Z | Downloaded libc v0.2.162 |
| 281 | 2024-11-13T00:25:37.358Z | Downloaded rand_chacha v0.3.1 |
| 282 | 2024-11-13T00:25:37.361Z | Downloaded ppv-lite86 v0.2.15 |
| 283 | 2024-11-13T00:25:37.361Z | Downloaded powerfmt v0.2.0 |
| 284 | 2024-11-13T00:25:37.363Z | Downloaded usdt v0.5.0 |
| 285 | 2024-11-13T00:25:37.363Z | Downloaded dof v0.3.0 |
| 286 | 2024-11-13T00:25:37.365Z | Downloaded slab v0.4.9 |
| 287 | 2024-11-13T00:25:37.365Z | Downloaded tokio-native-tls v0.3.1 |
| 288 | 2024-11-13T00:25:37.368Z | Downloaded tokio-macros v2.3.0 |
| 289 | 2024-11-13T00:25:37.368Z | Downloaded subtle v2.5.0 |
| 290 | 2024-11-13T00:25:37.370Z | Downloaded termcolor v1.1.2 |
| 291 | 2024-11-13T00:25:37.370Z | Downloaded toml_datetime v0.6.8 |
| 292 | 2024-11-13T00:25:37.372Z | Downloaded serde_tokenstream v0.2.2 |
| 293 | 2024-11-13T00:25:37.372Z | Downloaded pkg-config v0.3.31 |
| 294 | 2024-11-13T00:25:37.374Z | Downloaded iana-time-zone v0.1.47 |
| 295 | 2024-11-13T00:25:37.377Z | Downloaded hostname v0.4.0 |
| 296 | 2024-11-13T00:25:37.377Z | Downloaded plain v0.2.3 |
| 297 | 2024-11-13T00:25:37.379Z | Downloaded usdt-impl v0.5.0 |
| 298 | 2024-11-13T00:25:37.379Z | Downloaded getrandom v0.2.11 |
| 299 | 2024-11-13T00:25:37.382Z | Downloaded lazy_static v1.5.0 |
| 300 | 2024-11-13T00:25:37.384Z | Downloaded heck v0.5.0 |
| 301 | 2024-11-13T00:25:37.385Z | Downloaded cpufeatures v0.2.2 |
| 302 | 2024-11-13T00:25:37.385Z | Downloaded scopeguard v1.2.0 |
| 303 | 2024-11-13T00:25:37.387Z | Downloaded percent-encoding v2.3.1 |
| 304 | 2024-11-13T00:25:37.388Z | Downloaded version_check v0.9.5 |
| 305 | 2024-11-13T00:25:37.388Z | Downloaded utf-8 v0.7.6 |
| 306 | 2024-11-13T00:25:37.390Z | Downloaded httpdate v1.0.1 |
| 307 | 2024-11-13T00:25:37.390Z | Downloaded futures-channel v0.3.31 |
| 308 | 2024-11-13T00:25:37.392Z | Downloaded zeroize v1.7.0 |
| 309 | 2024-11-13T00:25:37.395Z | Downloaded trybuild v1.0.101 |
| 310 | 2024-11-13T00:25:37.397Z | Downloaded event-listener-strategy v0.5.2 |
| 311 | 2024-11-13T00:25:37.400Z | Downloaded atomic-waker v1.1.1 |
| 312 | 2024-11-13T00:25:37.400Z | Downloaded futures-task v0.3.31 |
| 313 | 2024-11-13T00:25:37.402Z | Downloaded unicase v2.6.0 |
| 314 | 2024-11-13T00:25:37.402Z | Downloaded hyper v1.5.0 |
| 315 | 2024-11-13T00:25:37.407Z | Downloaded signal-hook-registry v1.4.0 |
| 316 | 2024-11-13T00:25:37.409Z | Downloaded rand_core v0.6.3 |
| 317 | 2024-11-13T00:25:37.409Z | Downloaded pest_derive v2.7.6 |
| 318 | 2024-11-13T00:25:37.412Z | Downloaded pem v3.0.4 |
| 319 | 2024-11-13T00:25:37.414Z | Downloaded zerocopy-derive v0.7.32 |
| 320 | 2024-11-13T00:25:37.416Z | Downloaded encoding_rs v0.8.32 |
| 321 | 2024-11-13T00:25:37.436Z | Downloaded uuid v1.11.0 |
| 322 | 2024-11-13T00:25:37.439Z | Downloaded thiserror-impl v1.0.67 |
| 323 | 2024-11-13T00:25:37.441Z | Downloaded slog-bunyan v2.5.0 |
| 324 | 2024-11-13T00:25:37.441Z | Downloaded proc-macro2 v1.0.89 |
| 325 | 2024-11-13T00:25:37.444Z | Downloaded parking_lot v0.12.1 |
| 326 | 2024-11-13T00:25:37.447Z | Downloaded http v1.1.0 |
| 327 | 2024-11-13T00:25:37.449Z | Downloaded untrusted v0.9.0 |
| 328 | 2024-11-13T00:25:37.452Z | Downloaded ipnet v2.10.0 |
| 329 | 2024-11-13T00:25:37.454Z | Downloaded futures v0.3.31 |
| 330 | 2024-11-13T00:25:37.456Z | Downloaded async-channel v2.3.1 |
| 331 | 2024-11-13T00:25:37.458Z | Downloaded mime_guess v2.0.5 |
| 332 | 2024-11-13T00:25:37.461Z | Downloaded generic-array v0.14.5 |
| 333 | 2024-11-13T00:25:37.461Z | Downloaded event-listener v5.0.0 |
| 334 | 2024-11-13T00:25:37.463Z | Downloaded hyper-rustls v0.27.3 |
| 335 | 2024-11-13T00:25:37.466Z | Downloaded async-trait v0.1.83 |
| 336 | 2024-11-13T00:25:37.469Z | Downloaded openssl-macros v0.1.1 |
| 337 | 2024-11-13T00:25:37.471Z | Downloaded memmap v0.7.0 |
| 338 | 2024-11-13T00:25:37.471Z | Downloaded hyper-tls v0.6.0 |
| 339 | 2024-11-13T00:25:37.475Z | Downloaded futures-executor v0.3.31 |
| 340 | 2024-11-13T00:25:37.475Z | Downloaded concurrent-queue v2.5.0 |
| 341 | 2024-11-13T00:25:37.475Z | Downloaded cfg-if v1.0.0 |
| 342 | 2024-11-13T00:25:37.617Z | Downloaded ring v0.17.7 |
| 343 | 2024-11-13T00:25:37.892Z | Compiling proc-macro2 v1.0.89 |
| 344 | 2024-11-13T00:25:37.892Z | Compiling unicode-ident v1.0.12 |
| 345 | 2024-11-13T00:25:37.895Z | Compiling libc v0.2.162 |
| 346 | 2024-11-13T00:25:37.895Z | Compiling cfg-if v1.0.0 |
| 347 | 2024-11-13T00:25:37.895Z | Compiling serde v1.0.214 |
| 348 | 2024-11-13T00:25:37.895Z | Compiling itoa v1.0.1 |
| 349 | 2024-11-13T00:25:37.895Z | Compiling memchr v2.6.0 |
| 350 | 2024-11-13T00:25:37.913Z | Running `/home/build/.rustup/toolchains/1.81.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.89/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=d77fa8c953dbe580 -C extra-filename=-d77fa8c953dbe580 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-d77fa8c953dbe580 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 351 | 2024-11-13T00:25:37.918Z | Running `/home/build/.rustup/toolchains/1.81.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=d592258ebcf7c237 -C extra-filename=-d592258ebcf7c237 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 352 | 2024-11-13T00:25:37.918Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.162/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=cc7a90b08c16d65a -C extra-filename=-cc7a90b08c16d65a --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-cc7a90b08c16d65a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 353 | 2024-11-13T00:25:37.918Z | Running `/home/build/.rustup/toolchains/1.81.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.214/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=40f6e2d5ce8fcc00 -C extra-filename=-40f6e2d5ce8fcc00 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-40f6e2d5ce8fcc00 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 354 | 2024-11-13T00:25:37.918Z | Running `/home/build/.rustup/toolchains/1.81.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=10fb9dc3f074cb65 -C extra-filename=-10fb9dc3f074cb65 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 355 | 2024-11-13T00:25:37.918Z | Running `/home/build/.rustup/toolchains/1.81.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=8e2c2bc259d34136 -C extra-filename=-8e2c2bc259d34136 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 356 | 2024-11-13T00:25:37.919Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.162/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=6b31f3b783a049a8 -C extra-filename=-6b31f3b783a049a8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-6b31f3b783a049a8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 357 | 2024-11-13T00:25:37.949Z | Running `/home/build/.rustup/toolchains/1.81.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=742f3ff0f8260524 -C extra-filename=-742f3ff0f8260524 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 358 | 2024-11-13T00:25:38.004Z | Compiling version_check v0.9.5 |
| 359 | 2024-11-13T00:25:38.006Z | Running `/home/build/.rustup/toolchains/1.81.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=9f3f0c5e860299ef -C extra-filename=-9f3f0c5e860299ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 360 | 2024-11-13T00:25:38.089Z | Compiling once_cell v1.20.1 |
| 361 | 2024-11-13T00:25:38.092Z | Running `/home/build/.rustup/toolchains/1.81.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=d7ac4481582c0a9f -C extra-filename=-d7ac4481582c0a9f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 362 | 2024-11-13T00:25:38.155Z | Compiling pin-project-lite v0.2.12 |
| 363 | 2024-11-13T00:25:38.158Z | Running `/home/build/.rustup/toolchains/1.81.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=cd29b7cb1c9afaae -C extra-filename=-cd29b7cb1c9afaae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 364 | 2024-11-13T00:25:38.273Z | Compiling autocfg v1.1.0 |
| 365 | 2024-11-13T00:25:38.276Z | Running `/home/build/.rustup/toolchains/1.81.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=fd5f01342e792914 -C extra-filename=-fd5f01342e792914 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 366 | 2024-11-13T00:25:38.508Z | Compiling bytes v1.8.0 |
| 367 | 2024-11-13T00:25:38.511Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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", "serde", "std"))' -C metadata=f2b3f54863545c90 -C extra-filename=-f2b3f54863545c90 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 368 | 2024-11-13T00:25:38.511Z | Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-d77fa8c953dbe580/build-script-build` |
| 369 | 2024-11-13T00:25:38.518Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-40f6e2d5ce8fcc00/build-script-build` |
| 370 | 2024-11-13T00:25:38.574Z | Compiling log v0.4.17 |
| 371 | 2024-11-13T00:25:38.577Z | Running `/home/build/.rustup/toolchains/1.81.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=3098963cfac5c8fc -C extra-filename=-3098963cfac5c8fc --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-3098963cfac5c8fc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 372 | 2024-11-13T00:25:38.601Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-cc7a90b08c16d65a/build-script-build` |
| 373 | 2024-11-13T00:25:38.643Z | Compiling futures-core v0.3.31 |
| 374 | 2024-11-13T00:25:38.646Z | Running `/home/build/.rustup/toolchains/1.81.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 --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=a0a2bff85b2c71f0 -C extra-filename=-a0a2bff85b2c71f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 375 | 2024-11-13T00:25:38.656Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-6b31f3b783a049a8/build-script-build` |
| 376 | 2024-11-13T00:25:38.668Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.162/src/lib.rs --error-format=json --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=db2b4bda57949f71 -C extra-filename=-db2b4bda57949f71 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --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_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --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"))'` |
| 377 | 2024-11-13T00:25:38.709Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.162/src/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=53020ec10a179cfc -C extra-filename=-53020ec10a179cfc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --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_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --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"))'` |
| 378 | 2024-11-13T00:25:38.864Z | Running `/home/build/.rustup/toolchains/1.81.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.89/src/lib.rs --error-format=json --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=1aebac1d143003a7 -C extra-filename=-1aebac1d143003a7 --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-d592258ebcf7c237.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)'` |
| 379 | 2024-11-13T00:25:38.897Z | Compiling ryu v1.0.5 |
| 380 | 2024-11-13T00:25:38.899Z | Running `/home/build/.rustup/toolchains/1.81.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=cde4168d92f0a2c0 -C extra-filename=-cde4168d92f0a2c0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-cde4168d92f0a2c0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 381 | 2024-11-13T00:25:38.942Z | Running `/work/oxidecomputer/dropshot/target/debug/build/log-3098963cfac5c8fc/build-script-build` |
| 382 | 2024-11-13T00:25:38.950Z | Running `/home/build/.rustup/toolchains/1.81.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=31376c1d09ce4e9e -C extra-filename=-31376c1d09ce4e9e --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-10fb9dc3f074cb65.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics` |
| 383 | 2024-11-13T00:25:38.967Z | Compiling parking_lot_core v0.9.4 |
| 384 | 2024-11-13T00:25:38.970Z | Running `/home/build/.rustup/toolchains/1.81.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=6f166d9ac5501971 -C extra-filename=-6f166d9ac5501971 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-6f166d9ac5501971 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 385 | 2024-11-13T00:25:39.353Z | Compiling slab v0.4.9 |
| 386 | 2024-11-13T00:25:39.355Z | Running `/home/build/.rustup/toolchains/1.81.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=600b0e5d850152ec -C extra-filename=-600b0e5d850152ec --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-600b0e5d850152ec -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-fd5f01342e792914.rlib --cap-lints allow` |
| 387 | 2024-11-13T00:25:39.398Z | Compiling cc v1.0.83 |
| 388 | 2024-11-13T00:25:39.401Z | Running `/home/build/.rustup/toolchains/1.81.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=a09d23feb4442155 -C extra-filename=-a09d23feb4442155 --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-53020ec10a179cfc.rmeta --cap-lints allow` |
| 389 | 2024-11-13T00:25:39.410Z | Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-6f166d9ac5501971/build-script-build` |
| 390 | 2024-11-13T00:25:39.431Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-cde4168d92f0a2c0/build-script-build` |
| 391 | 2024-11-13T00:25:39.464Z | Compiling smallvec v1.13.2 |
| 392 | 2024-11-13T00:25:39.466Z | Running `/home/build/.rustup/toolchains/1.81.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=8d0122e48b5f9f17 -C extra-filename=-8d0122e48b5f9f17 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 393 | 2024-11-13T00:25:39.485Z | Compiling scopeguard v1.2.0 |
| 394 | 2024-11-13T00:25:39.488Z | Running `/home/build/.rustup/toolchains/1.81.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=e95e5544793ebeaa -C extra-filename=-e95e5544793ebeaa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 395 | 2024-11-13T00:25:39.639Z | Compiling thiserror v1.0.67 |
| 396 | 2024-11-13T00:25:39.639Z | Running `/home/build/.rustup/toolchains/1.81.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.67/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=f3efa22e1258f464 -C extra-filename=-f3efa22e1258f464 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-f3efa22e1258f464 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 397 | 2024-11-13T00:25:39.682Z | Compiling quote v1.0.37 |
| 398 | 2024-11-13T00:25:39.684Z | Running `/home/build/.rustup/toolchains/1.81.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=30226bfb34090ffa -C extra-filename=-30226bfb34090ffa --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-1aebac1d143003a7.rmeta --cap-lints allow` |
| 399 | 2024-11-13T00:25:39.852Z | Compiling futures-sink v0.3.31 |
| 400 | 2024-11-13T00:25:39.854Z | Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=06ca36b4bf42871e -C extra-filename=-06ca36b4bf42871e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 401 | 2024-11-13T00:25:39.875Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slab-600b0e5d850152ec/build-script-build` |
| 402 | 2024-11-13T00:25:39.899Z | Compiling getrandom v0.2.11 |
| 403 | 2024-11-13T00:25:39.902Z | Running `/home/build/.rustup/toolchains/1.81.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=9b28e7111e31d838 -C extra-filename=-9b28e7111e31d838 --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-10fb9dc3f074cb65.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rmeta --cap-lints allow` |
| 404 | 2024-11-13T00:25:39.993Z | Running `/home/build/.rustup/toolchains/1.81.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=c5c82ac7c76ad794 -C extra-filename=-c5c82ac7c76ad794 --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-10fb9dc3f074cb65.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-8d0122e48b5f9f17.rmeta --cap-lints allow` |
| 405 | 2024-11-13T00:25:40.004Z | Compiling lock_api v0.4.6 |
| 406 | 2024-11-13T00:25:40.007Z | Running `/home/build/.rustup/toolchains/1.81.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=3978900608dbb478 -C extra-filename=-3978900608dbb478 --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-e95e5544793ebeaa.rmeta --cap-lints allow` |
| 407 | 2024-11-13T00:25:40.195Z | Compiling syn v2.0.87 |
| 408 | 2024-11-13T00:25:40.197Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.87/src/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=0ce93571f1bf7dd8 -C extra-filename=-0ce93571f1bf7dd8 --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-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-d592258ebcf7c237.rmeta --cap-lints allow` |
| 409 | 2024-11-13T00:25:40.250Z | Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-f3efa22e1258f464/build-script-build` |
| 410 | 2024-11-13T00:25:40.271Z | Running `/home/build/.rustup/toolchains/1.81.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=b8f88142944b046a -C extra-filename=-b8f88142944b046a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit` |
| 411 | 2024-11-13T00:25:40.456Z | Compiling serde_json v1.0.132 |
| 412 | 2024-11-13T00:25:40.460Z | Running `/home/build/.rustup/toolchains/1.81.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.132/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=8cc29e2bfb4a4448 -C extra-filename=-8cc29e2bfb4a4448 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-8cc29e2bfb4a4448 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 413 | 2024-11-13T00:25:40.472Z | Compiling parking_lot v0.12.1 |
| 414 | 2024-11-13T00:25:40.475Z | Running `/home/build/.rustup/toolchains/1.81.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=a0d395d7b990c467 -C extra-filename=-a0d395d7b990c467 --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-3978900608dbb478.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-c5c82ac7c76ad794.rmeta --cap-lints allow` |
| 415 | 2024-11-13T00:25:40.556Z | Running `/home/build/.rustup/toolchains/1.81.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=a501e22f7eccc2a1 -C extra-filename=-a501e22f7eccc2a1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 416 | 2024-11-13T00:25:40.609Z | Compiling socket2 v0.5.5 |
| 417 | 2024-11-13T00:25:40.612Z | Running `/home/build/.rustup/toolchains/1.81.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=aeba6e8f0f9ac9ad -C extra-filename=-aeba6e8f0f9ac9ad --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-db2b4bda57949f71.rmeta --cap-lints allow` |
| 418 | 2024-11-13T00:25:40.690Z | Compiling signal-hook-registry v1.4.0 |
| 419 | 2024-11-13T00:25:40.693Z | Running `/home/build/.rustup/toolchains/1.81.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=626fbc3cfcb38a52 -C extra-filename=-626fbc3cfcb38a52 --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-db2b4bda57949f71.rmeta --cap-lints allow` |
| 420 | 2024-11-13T00:25:40.820Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-8cc29e2bfb4a4448/build-script-build` |
| 421 | 2024-11-13T00:25:40.832Z | Compiling mio v0.8.11 |
| 422 | 2024-11-13T00:25:40.836Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.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="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=df7d8883a99df075 -C extra-filename=-df7d8883a99df075 --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-db2b4bda57949f71.rmeta --cap-lints allow` |
| 423 | 2024-11-13T00:25:40.846Z | Compiling num_cpus v1.13.0 |
| 424 | 2024-11-13T00:25:40.849Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4173e940f97100a0 -C extra-filename=-4173e940f97100a0 --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-db2b4bda57949f71.rmeta --cap-lints allow` |
| 425 | 2024-11-13T00:25:40.892Z | Compiling fnv v1.0.7 |
| 426 | 2024-11-13T00:25:40.895Z | Running `/home/build/.rustup/toolchains/1.81.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=2bd24fb3df166c6c -C extra-filename=-2bd24fb3df166c6c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 427 | 2024-11-13T00:25:40.967Z | Compiling futures-channel v0.3.31 |
| 428 | 2024-11-13T00:25:40.970Z | Running `/home/build/.rustup/toolchains/1.81.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 --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=82ca570e4520d2e1 -C extra-filename=-82ca570e4520d2e1 --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-a0a2bff85b2c71f0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --cap-lints allow` |
| 429 | 2024-11-13T00:25:41.014Z | Compiling http v1.1.0 |
| 430 | 2024-11-13T00:25:41.017Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e96a4e16ea84585e -C extra-filename=-e96a4e16ea84585e --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-f2b3f54863545c90.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-2bd24fb3df166c6c.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-742f3ff0f8260524.rmeta --cap-lints allow` |
| 431 | 2024-11-13T00:25:41.385Z | Compiling equivalent v1.0.0 |
| 432 | 2024-11-13T00:25:41.387Z | Running `/home/build/.rustup/toolchains/1.81.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=26cd1883cd3a3190 -C extra-filename=-26cd1883cd3a3190 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 433 | 2024-11-13T00:25:41.492Z | Compiling futures-task v0.3.31 |
| 434 | 2024-11-13T00:25:41.494Z | Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=9291dca7b9bcdf87 -C extra-filename=-9291dca7b9bcdf87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 435 | 2024-11-13T00:25:41.518Z | Compiling hashbrown v0.15.0 |
| 436 | 2024-11-13T00:25:41.521Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "borsh", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=ece8df7fce8a126f -C extra-filename=-ece8df7fce8a126f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 437 | 2024-11-13T00:25:41.695Z | Compiling pin-utils v0.1.0 |
| 438 | 2024-11-13T00:25:41.697Z | Running `/home/build/.rustup/toolchains/1.81.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=841cd30071337bce -C extra-filename=-841cd30071337bce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 439 | 2024-11-13T00:25:41.707Z | Compiling futures-io v0.3.31 |
| 440 | 2024-11-13T00:25:41.710Z | Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=84ebde06aaab058c -C extra-filename=-84ebde06aaab058c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 441 | 2024-11-13T00:25:41.789Z | Compiling rustls-pki-types v1.10.0 |
| 442 | 2024-11-13T00:25:41.792Z | Running `/home/build/.rustup/toolchains/1.81.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=82528c2ed6c34833 -C extra-filename=-82528c2ed6c34833 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 443 | 2024-11-13T00:25:41.809Z | Compiling ring v0.17.7 |
| 444 | 2024-11-13T00:25:41.812Z | Running `/home/build/.rustup/toolchains/1.81.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=f4456fb7947ec71c -C extra-filename=-f4456fb7947ec71c --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-f4456fb7947ec71c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-a09d23feb4442155.rlib --cap-lints allow` |
| 445 | 2024-11-13T00:25:41.905Z | Compiling httparse v1.8.0 |
| 446 | 2024-11-13T00:25:41.908Z | Running `/home/build/.rustup/toolchains/1.81.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=dc1b216898c51762 -C extra-filename=-dc1b216898c51762 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-dc1b216898c51762 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 447 | 2024-11-13T00:25:42.103Z | Compiling spin v0.9.8 |
| 448 | 2024-11-13T00:25:42.105Z | Running `/home/build/.rustup/toolchains/1.81.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=069da3410e3c132f -C extra-filename=-069da3410e3c132f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 449 | 2024-11-13T00:25:42.359Z | Compiling tracing-core v0.1.32 |
| 450 | 2024-11-13T00:25:42.362Z | Running `/home/build/.rustup/toolchains/1.81.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=558686ac403bb3f5 -C extra-filename=-558686ac403bb3f5 --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-d7ac4481582c0a9f.rmeta --cap-lints allow` |
| 451 | 2024-11-13T00:25:42.377Z | Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-dc1b216898c51762/build-script-build` |
| 452 | 2024-11-13T00:25:42.398Z | Running `/home/build/.rustup/toolchains/1.81.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=21a13ad74cc5c7c6 -C extra-filename=-21a13ad74cc5c7c6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd` |
| 453 | 2024-11-13T00:25:42.411Z | Compiling untrusted v0.9.0 |
| 454 | 2024-11-13T00:25:42.413Z | Running `/home/build/.rustup/toolchains/1.81.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=5b41e9fb8926b435 -C extra-filename=-5b41e9fb8926b435 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 455 | 2024-11-13T00:25:42.592Z | Compiling byteorder v1.4.3 |
| 456 | 2024-11-13T00:25:42.594Z | Running `/home/build/.rustup/toolchains/1.81.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=c621ca04176e8253 -C extra-filename=-c621ca04176e8253 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 457 | 2024-11-13T00:25:42.927Z | Compiling ucd-trie v0.1.6 |
| 458 | 2024-11-13T00:25:42.929Z | Running `/home/build/.rustup/toolchains/1.81.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=d3746a03a1ec9fda -C extra-filename=-d3746a03a1ec9fda --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 459 | 2024-11-13T00:25:42.970Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ring-f4456fb7947ec71c/build-script-build` |
| 460 | 2024-11-13T00:25:43.107Z | Compiling tracing v0.1.40 |
| 461 | 2024-11-13T00:25:43.110Z | Running `/home/build/.rustup/toolchains/1.81.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=010fd3ac9d9d5716 -C extra-filename=-010fd3ac9d9d5716 --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-cd29b7cb1c9afaae.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-558686ac403bb3f5.rmeta --cap-lints allow` |
| 462 | 2024-11-13T00:25:43.124Z | Compiling pkg-config v0.3.31 |
| 463 | 2024-11-13T00:25:43.126Z | Running `/home/build/.rustup/toolchains/1.81.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=9a629b4764ab89dc -C extra-filename=-9a629b4764ab89dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 464 | 2024-11-13T00:25:43.159Z | Compiling atomic-waker v1.1.1 |
| 465 | 2024-11-13T00:25:43.163Z | Running `/home/build/.rustup/toolchains/1.81.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=ebb90767da02de40 -C extra-filename=-ebb90767da02de40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 466 | 2024-11-13T00:25:43.350Z | Compiling vcpkg v0.2.15 |
| 467 | 2024-11-13T00:25:43.353Z | Running `/home/build/.rustup/toolchains/1.81.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=52b6766bfbb6e521 -C extra-filename=-52b6766bfbb6e521 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 468 | 2024-11-13T00:25:43.555Z | Compiling typenum v1.14.0 |
| 469 | 2024-11-13T00:25:43.558Z | Running `/home/build/.rustup/toolchains/1.81.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=1c4a279d732f1fa0 -C extra-filename=-1c4a279d732f1fa0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-1c4a279d732f1fa0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 470 | 2024-11-13T00:25:43.656Z | Compiling http-body v1.0.1 |
| 471 | 2024-11-13T00:25:43.659Z | Running `/home/build/.rustup/toolchains/1.81.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=f7ab71ef414804f8 -C extra-filename=-f7ab71ef414804f8 --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-f2b3f54863545c90.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --cap-lints allow` |
| 472 | 2024-11-13T00:25:43.890Z | Compiling generic-array v0.14.5 |
| 473 | 2024-11-13T00:25:43.893Z | Running `/home/build/.rustup/toolchains/1.81.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=299a563514fbfa52 -C extra-filename=-299a563514fbfa52 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-299a563514fbfa52 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow` |
| 474 | 2024-11-13T00:25:43.946Z | Compiling try-lock v0.2.3 |
| 475 | 2024-11-13T00:25:43.949Z | Running `/home/build/.rustup/toolchains/1.81.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=a889aadfcff4b159 -C extra-filename=-a889aadfcff4b159 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 476 | 2024-11-13T00:25:43.958Z | Compiling crossbeam-utils v0.8.15 |
| 477 | 2024-11-13T00:25:43.960Z | Running `/home/build/.rustup/toolchains/1.81.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=439bf7cf0b71f291 -C extra-filename=-439bf7cf0b71f291 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-439bf7cf0b71f291 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 478 | 2024-11-13T00:25:44.088Z | Compiling want v0.3.0 |
| 479 | 2024-11-13T00:25:44.099Z | Running `/home/build/.rustup/toolchains/1.81.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=ca787da9a6952171 -C extra-filename=-ca787da9a6952171 --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-31376c1d09ce4e9e.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-a889aadfcff4b159.rmeta --cap-lints allow` |
| 480 | 2024-11-13T00:25:44.212Z | Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-299a563514fbfa52/build-script-build` |
| 481 | 2024-11-13T00:25:44.267Z | Compiling zeroize v1.7.0 |
| 482 | 2024-11-13T00:25:44.270Z | Running `/home/build/.rustup/toolchains/1.81.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=8e6474ef58ffc2ce -C extra-filename=-8e6474ef58ffc2ce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 483 | 2024-11-13T00:25:44.336Z | Compiling httpdate v1.0.1 |
| 484 | 2024-11-13T00:25:44.339Z | Running `/home/build/.rustup/toolchains/1.81.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=3710a5097de34c68 -C extra-filename=-3710a5097de34c68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 485 | 2024-11-13T00:25:44.387Z | Compiling num-conv v0.1.0 |
| 486 | 2024-11-13T00:25:44.398Z | Running `/home/build/.rustup/toolchains/1.81.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=a4e311a2ece97e7c -C extra-filename=-a4e311a2ece97e7c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 487 | 2024-11-13T00:25:44.433Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-439bf7cf0b71f291/build-script-build` |
| 488 | 2024-11-13T00:25:44.453Z | Compiling time-core v0.1.2 |
| 489 | 2024-11-13T00:25:44.464Z | Running `/home/build/.rustup/toolchains/1.81.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=1b86199d291ebaea -C extra-filename=-1b86199d291ebaea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 490 | 2024-11-13T00:25:44.512Z | Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-1c4a279d732f1fa0/build-script-main` |
| 491 | 2024-11-13T00:25:44.594Z | Compiling subtle v2.5.0 |
| 492 | 2024-11-13T00:25:44.606Z | Running `/home/build/.rustup/toolchains/1.81.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=c47f07b88d3eacd6 -C extra-filename=-c47f07b88d3eacd6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 493 | 2024-11-13T00:25:44.617Z | Compiling powerfmt v0.2.0 |
| 494 | 2024-11-13T00:25:44.620Z | Running `/home/build/.rustup/toolchains/1.81.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=79a4c9960552dc37 -C extra-filename=-79a4c9960552dc37 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 495 | 2024-11-13T00:25:44.661Z | Compiling time-macros v0.2.18 |
| 496 | 2024-11-13T00:25:44.664Z | Running `/home/build/.rustup/toolchains/1.81.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=f584f758ed4531cd -C extra-filename=-f584f758ed4531cd --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-a4e311a2ece97e7c.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-1b86199d291ebaea.rlib --extern proc_macro --cap-lints allow` |
| 497 | 2024-11-13T00:25:44.706Z | Running `/home/build/.rustup/toolchains/1.81.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=466998a3bae240f6 -C extra-filename=-466998a3bae240f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 498 | 2024-11-13T00:25:44.851Z | Compiling slog v2.7.0 |
| 499 | 2024-11-13T00:25:44.851Z | Running `/home/build/.rustup/toolchains/1.81.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=eb6361ac66ca6ff3 -C extra-filename=-eb6361ac66ca6ff3 --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-10fb9dc3f074cb65.rmeta --cap-lints allow` |
| 500 | 2024-11-13T00:25:44.853Z | Running `/home/build/.rustup/toolchains/1.81.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=c06fe7155cc4b3f8 -C extra-filename=-c06fe7155cc4b3f8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-c06fe7155cc4b3f8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 501 | 2024-11-13T00:25:44.992Z | Compiling openssl-sys v0.9.103 |
| 502 | 2024-11-13T00:25:44.995Z | Running `/home/build/.rustup/toolchains/1.81.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=960fe69f2b126302 -C extra-filename=-960fe69f2b126302 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-960fe69f2b126302 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-a09d23feb4442155.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-9a629b4764ab89dc.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-52b6766bfbb6e521.rlib --cap-lints allow` |
| 503 | 2024-11-13T00:25:45.017Z | Compiling deranged v0.3.11 |
| 504 | 2024-11-13T00:25:45.020Z | Running `/home/build/.rustup/toolchains/1.81.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=a8bb5173d15b53e0 -C extra-filename=-a8bb5173d15b53e0 --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-79a4c9960552dc37.rmeta --cap-lints allow` |
| 505 | 2024-11-13T00:25:45.359Z | Compiling bitflags v2.4.0 |
| 506 | 2024-11-13T00:25:45.362Z | Running `/home/build/.rustup/toolchains/1.81.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=51bfd2bc27ffb933 -C extra-filename=-51bfd2bc27ffb933 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 507 | 2024-11-13T00:25:45.814Z | Compiling num_threads v0.1.3 |
| 508 | 2024-11-13T00:25:45.816Z | Running `/home/build/.rustup/toolchains/1.81.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=a2e6b58fe65205cb -C extra-filename=-a2e6b58fe65205cb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 509 | 2024-11-13T00:25:45.941Z | Compiling base64 v0.22.1 |
| 510 | 2024-11-13T00:25:45.944Z | Running `/home/build/.rustup/toolchains/1.81.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=d2813238a13a4e3d -C extra-filename=-d2813238a13a4e3d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 511 | 2024-11-13T00:25:45.996Z | Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-960fe69f2b126302/build-script-main` |
| 512 | 2024-11-13T00:25:46.080Z | Running `/home/build/.rustup/toolchains/1.81.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=322ed2f0e912b7cf -C extra-filename=-322ed2f0e912b7cf --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-466998a3bae240f6.rmeta --cap-lints allow --cfg relaxed_coherence` |
| 513 | 2024-11-13T00:25:46.117Z | Compiling unicase v2.6.0 |
| 514 | 2024-11-13T00:25:46.119Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-c06fe7155cc4b3f8/build-script-build` |
| 515 | 2024-11-13T00:25:46.119Z | Running `/home/build/.rustup/toolchains/1.81.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=70918463facf3828 -C extra-filename=-70918463facf3828 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-70918463facf3828 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow` |
| 516 | 2024-11-13T00:25:46.183Z | Running `/home/build/.rustup/toolchains/1.81.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=41406fd8c4a2322a -C extra-filename=-41406fd8c4a2322a --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-9b28e7111e31d838.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-069da3410e3c132f.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-5b41e9fb8926b435.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test` |
| 517 | 2024-11-13T00:25:46.183Z | Compiling usdt-impl v0.5.0 |
| 518 | 2024-11-13T00:25:46.183Z | Running `/home/build/.rustup/toolchains/1.81.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=aaea62d936c84ae6 -C extra-filename=-aaea62d936c84ae6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-aaea62d936c84ae6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow` |
| 519 | 2024-11-13T00:25:46.444Z | Compiling openssl-probe v0.1.4 |
| 520 | 2024-11-13T00:25:46.447Z | Running `/home/build/.rustup/toolchains/1.81.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=ccb254a8c8a5a664 -C extra-filename=-ccb254a8c8a5a664 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 521 | 2024-11-13T00:25:46.559Z | Compiling percent-encoding v2.3.1 |
| 522 | 2024-11-13T00:25:46.562Z | Running `/home/build/.rustup/toolchains/1.81.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=2a227dfef3facbb6 -C extra-filename=-2a227dfef3facbb6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 523 | 2024-11-13T00:25:46.762Z | Compiling paste v1.0.15 |
| 524 | 2024-11-13T00:25:46.765Z | Running `/home/build/.rustup/toolchains/1.81.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=df432ca69b43752f -C extra-filename=-df432ca69b43752f --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-df432ca69b43752f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 525 | 2024-11-13T00:25:46.895Z | Compiling openssl v0.10.66 |
| 526 | 2024-11-13T00:25:46.898Z | Running `/home/build/.rustup/toolchains/1.81.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=26b884f4547cf128 -C extra-filename=-26b884f4547cf128 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-26b884f4547cf128 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 527 | 2024-11-13T00:25:46.976Z | Compiling tinyvec_macros v0.1.0 |
| 528 | 2024-11-13T00:25:46.979Z | Running `/home/build/.rustup/toolchains/1.81.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=10d0ec1ac640557d -C extra-filename=-10d0ec1ac640557d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 529 | 2024-11-13T00:25:47.061Z | Compiling foreign-types-shared v0.1.1 |
| 530 | 2024-11-13T00:25:47.061Z | Running `/home/build/.rustup/toolchains/1.81.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=96392c29a5a90b25 -C extra-filename=-96392c29a5a90b25 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 531 | 2024-11-13T00:25:47.074Z | Compiling tower-service v0.3.1 |
| 532 | 2024-11-13T00:25:47.077Z | Running `/home/build/.rustup/toolchains/1.81.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=e1ab31e38443a730 -C extra-filename=-e1ab31e38443a730 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 533 | 2024-11-13T00:25:47.169Z | Compiling foreign-types v0.3.2 |
| 534 | 2024-11-13T00:25:47.171Z | Running `/home/build/.rustup/toolchains/1.81.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=a65327a67759dbf6 -C extra-filename=-a65327a67759dbf6 --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-96392c29a5a90b25.rmeta --cap-lints allow` |
| 535 | 2024-11-13T00:25:47.186Z | Compiling tinyvec v1.5.1 |
| 536 | 2024-11-13T00:25:47.189Z | Running `/home/build/.rustup/toolchains/1.81.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=1bab1612e8c89308 -C extra-filename=-1bab1612e8c89308 --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-10d0ec1ac640557d.rmeta --cap-lints allow` |
| 537 | 2024-11-13T00:25:47.251Z | Compiling form_urlencoded v1.2.1 |
| 538 | 2024-11-13T00:25:47.254Z | Running `/home/build/.rustup/toolchains/1.81.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=6034213675609ae9 -C extra-filename=-6034213675609ae9 --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-2a227dfef3facbb6.rmeta --cap-lints allow` |
| 539 | 2024-11-13T00:25:47.254Z | Running `/work/oxidecomputer/dropshot/target/debug/build/paste-df432ca69b43752f/build-script-build` |
| 540 | 2024-11-13T00:25:47.318Z | Compiling block-buffer v0.10.2 |
| 541 | 2024-11-13T00:25:47.328Z | Running `/home/build/.rustup/toolchains/1.81.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=b87da4e74dd8a8b8 -C extra-filename=-b87da4e74dd8a8b8 --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-322ed2f0e912b7cf.rmeta --cap-lints allow` |
| 542 | 2024-11-13T00:25:47.334Z | Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-26b884f4547cf128/build-script-build` |
| 543 | 2024-11-13T00:25:47.353Z | Compiling crypto-common v0.1.6 |
| 544 | 2024-11-13T00:25:47.353Z | Running `/home/build/.rustup/toolchains/1.81.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=7d4adb005fe15275 -C extra-filename=-7d4adb005fe15275 --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-322ed2f0e912b7cf.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-466998a3bae240f6.rmeta --cap-lints allow` |
| 545 | 2024-11-13T00:25:47.373Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-aaea62d936c84ae6/build-script-build` |
| 546 | 2024-11-13T00:25:47.509Z | Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-70918463facf3828/build-script-build` |
| 547 | 2024-11-13T00:25:47.522Z | Running `/home/build/.rustup/toolchains/1.81.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=623b7fd74a090828 -C extra-filename=-623b7fd74a090828 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128` |
| 548 | 2024-11-13T00:25:47.535Z | Running `/home/build/.rustup/toolchains/1.81.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=6e534ff0625eaa42 -C extra-filename=-6e534ff0625eaa42 --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-db2b4bda57949f71.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)'` |
| 549 | 2024-11-13T00:25:47.592Z | Compiling rand_core v0.6.3 |
| 550 | 2024-11-13T00:25:47.592Z | Running `/home/build/.rustup/toolchains/1.81.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=4275efe607cfd7d8 -C extra-filename=-4275efe607cfd7d8 --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-9b28e7111e31d838.rmeta --cap-lints allow` |
| 551 | 2024-11-13T00:25:47.671Z | Compiling time v0.3.36 |
| 552 | 2024-11-13T00:25:47.675Z | Running `/home/build/.rustup/toolchains/1.81.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=6b584ba83be80a79 -C extra-filename=-6b584ba83be80a79 --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-a8bb5173d15b53e0.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-742f3ff0f8260524.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-a4e311a2ece97e7c.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-a2e6b58fe65205cb.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-79a4c9960552dc37.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-1b86199d291ebaea.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-f584f758ed4531cd.so --cap-lints allow` |
| 553 | 2024-11-13T00:25:47.685Z | Compiling thread-id v4.0.0 |
| 554 | 2024-11-13T00:25:47.688Z | Running `/home/build/.rustup/toolchains/1.81.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=f01488bf15958728 -C extra-filename=-f01488bf15958728 --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-53020ec10a179cfc.rmeta --cap-lints allow` |
| 555 | 2024-11-13T00:25:47.787Z | Compiling num-traits v0.2.14 |
| 556 | 2024-11-13T00:25:47.789Z | Running `/home/build/.rustup/toolchains/1.81.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=25d1f796f5ffb973 -C extra-filename=-25d1f796f5ffb973 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-25d1f796f5ffb973 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-fd5f01342e792914.rlib --cap-lints allow` |
| 557 | 2024-11-13T00:25:48.009Z | Compiling lazy_static v1.5.0 |
| 558 | 2024-11-13T00:25:48.012Z | Running `/home/build/.rustup/toolchains/1.81.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=e347a48c6c373223 -C extra-filename=-e347a48c6c373223 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 559 | 2024-11-13T00:25:48.132Z | Compiling ppv-lite86 v0.2.15 |
| 560 | 2024-11-13T00:25:48.132Z | Compiling plain v0.2.3 |
| 561 | 2024-11-13T00:25:48.135Z | Running `/home/build/.rustup/toolchains/1.81.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=074a345acd155266 -C extra-filename=-074a345acd155266 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 562 | 2024-11-13T00:25:48.135Z | Running `/home/build/.rustup/toolchains/1.81.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=06bf14483863a4cc -C extra-filename=-06bf14483863a4cc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 563 | 2024-11-13T00:25:48.295Z | Compiling rustls-webpki v0.102.8 |
| 564 | 2024-11-13T00:25:48.305Z | Running `/home/build/.rustup/toolchains/1.81.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=f188b4d646bbf545 -C extra-filename=-f188b4d646bbf545 --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-41406fd8c4a2322a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-5b41e9fb8926b435.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out` |
| 565 | 2024-11-13T00:25:48.412Z | Compiling native-tls v0.2.12 |
| 566 | 2024-11-13T00:25:48.415Z | Running `/home/build/.rustup/toolchains/1.81.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=9fc3009cc773601b -C extra-filename=-9fc3009cc773601b --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-9fc3009cc773601b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 567 | 2024-11-13T00:25:48.667Z | Compiling rustls v0.22.4 |
| 568 | 2024-11-13T00:25:48.670Z | Running `/home/build/.rustup/toolchains/1.81.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=d4f820822ead4abe -C extra-filename=-d4f820822ead4abe --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-d4f820822ead4abe -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 569 | 2024-11-13T00:25:48.783Z | Compiling semver v1.0.23 |
| 570 | 2024-11-13T00:25:48.783Z | Running `/home/build/.rustup/toolchains/1.81.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.23/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=c315e0df7fea9e7a -C extra-filename=-c315e0df7fea9e7a --out-dir /work/oxidecomputer/dropshot/target/debug/build/semver-c315e0df7fea9e7a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 571 | 2024-11-13T00:25:48.837Z | Compiling rustls v0.23.13 |
| 572 | 2024-11-13T00:25:48.839Z | Running `/home/build/.rustup/toolchains/1.81.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=55657060099610ca -C extra-filename=-55657060099610ca --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-55657060099610ca -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 573 | 2024-11-13T00:25:48.955Z | Compiling mime v0.3.16 |
| 574 | 2024-11-13T00:25:48.960Z | Running `/home/build/.rustup/toolchains/1.81.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=407c4e666a8d0b2a -C extra-filename=-407c4e666a8d0b2a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 575 | 2024-11-13T00:25:48.977Z | Compiling unicode-width v0.1.9 |
| 576 | 2024-11-13T00:25:48.980Z | Running `/home/build/.rustup/toolchains/1.81.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=1ebcc729e8c939ba -C extra-filename=-1ebcc729e8c939ba --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 577 | 2024-11-13T00:25:49.128Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-d4f820822ead4abe/build-script-build` |
| 578 | 2024-11-13T00:25:49.142Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-55657060099610ca/build-script-build` |
| 579 | 2024-11-13T00:25:49.157Z | Compiling rand_chacha v0.3.1 |
| 580 | 2024-11-13T00:25:49.160Z | Running `/home/build/.rustup/toolchains/1.81.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=182eacf077bf9cb5 -C extra-filename=-182eacf077bf9cb5 --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-074a345acd155266.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-4275efe607cfd7d8.rmeta --cap-lints allow` |
| 581 | 2024-11-13T00:25:49.179Z | Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-9fc3009cc773601b/build-script-build` |
| 582 | 2024-11-13T00:25:49.187Z | Compiling unicode-normalization v0.1.24 |
| 583 | 2024-11-13T00:25:49.189Z | Running `/home/build/.rustup/toolchains/1.81.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=2656c349509caf9a -C extra-filename=-2656c349509caf9a --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-1bab1612e8c89308.rmeta --cap-lints allow` |
| 584 | 2024-11-13T00:25:49.288Z | Running `/work/oxidecomputer/dropshot/target/debug/build/semver-c315e0df7fea9e7a/build-script-build` |
| 585 | 2024-11-13T00:25:49.348Z | Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-25d1f796f5ffb973/build-script-build` |
| 586 | 2024-11-13T00:25:49.612Z | Running `/home/build/.rustup/toolchains/1.81.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=cc7bef60130e4d67 -C extra-filename=-cc7bef60130e4d67 --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` |
| 587 | 2024-11-13T00:25:49.643Z | Compiling digest v0.10.7 |
| 588 | 2024-11-13T00:25:49.645Z | Running `/home/build/.rustup/toolchains/1.81.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=0d6220f30712722c -C extra-filename=-0d6220f30712722c --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-b87da4e74dd8a8b8.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-7d4adb005fe15275.rmeta --cap-lints allow` |
| 589 | 2024-11-13T00:25:50.003Z | Compiling rustls-pemfile v2.1.3 |
| 590 | 2024-11-13T00:25:50.003Z | Running `/home/build/.rustup/toolchains/1.81.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=f3b9ce85cb7f52b1 -C extra-filename=-f3b9ce85cb7f52b1 --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"))'` |
| 591 | 2024-11-13T00:25:50.007Z | Running `/home/build/.rustup/toolchains/1.81.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=0f2546683030a139 -C extra-filename=-0f2546683030a139 --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-d2813238a13a4e3d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --cap-lints allow` |
| 592 | 2024-11-13T00:25:50.340Z | Compiling dirs-sys-next v0.1.2 |
| 593 | 2024-11-13T00:25:50.343Z | Running `/home/build/.rustup/toolchains/1.81.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=bfb26ce5332999c9 -C extra-filename=-bfb26ce5332999c9 --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-db2b4bda57949f71.rmeta --cap-lints allow` |
| 594 | 2024-11-13T00:25:50.394Z | Running `/home/build/.rustup/toolchains/1.81.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=79e0ca589ca36422 -C extra-filename=-79e0ca589ca36422 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-79e0ca589ca36422 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow` |
| 595 | 2024-11-13T00:25:50.425Z | Compiling cpufeatures v0.2.2 |
| 596 | 2024-11-13T00:25:50.437Z | Running `/home/build/.rustup/toolchains/1.81.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=a449e1214a22e7ab -C extra-filename=-a449e1214a22e7ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 597 | 2024-11-13T00:25:50.465Z | Compiling unicode-segmentation v1.10.0 |
| 598 | 2024-11-13T00:25:50.468Z | Running `/home/build/.rustup/toolchains/1.81.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=e4c8a52d2f6c8711 -C extra-filename=-e4c8a52d2f6c8711 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 599 | 2024-11-13T00:25:50.512Z | Compiling unicode-bidi v0.3.15 |
| 600 | 2024-11-13T00:25:50.517Z | Running `/home/build/.rustup/toolchains/1.81.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=fe4489388b786375 -C extra-filename=-fe4489388b786375 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 601 | 2024-11-13T00:25:50.688Z | Compiling pretty-hex v0.4.1 |
| 602 | 2024-11-13T00:25:50.690Z | Running `/home/build/.rustup/toolchains/1.81.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=81da656db6704c19 -C extra-filename=-81da656db6704c19 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 603 | 2024-11-13T00:25:50.768Z | Compiling winnow v0.6.18 |
| 604 | 2024-11-13T00:25:50.770Z | Running `/home/build/.rustup/toolchains/1.81.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=928300a19a06ba7e -C extra-filename=-928300a19a06ba7e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 605 | 2024-11-13T00:25:50.908Z | Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-79e0ca589ca36422/build-script-build` |
| 606 | 2024-11-13T00:25:51.050Z | Compiling newline-converter v0.3.0 |
| 607 | 2024-11-13T00:25:51.061Z | Running `/home/build/.rustup/toolchains/1.81.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=46b7faa0d6af7b50 -C extra-filename=-46b7faa0d6af7b50 --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-e4c8a52d2f6c8711.rmeta --cap-lints allow` |
| 608 | 2024-11-13T00:25:51.082Z | Compiling dirs-next v2.0.0 |
| 609 | 2024-11-13T00:25:51.085Z | Running `/home/build/.rustup/toolchains/1.81.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=30d11d09f0d53232 -C extra-filename=-30d11d09f0d53232 --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-10fb9dc3f074cb65.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-bfb26ce5332999c9.rmeta --cap-lints allow` |
| 610 | 2024-11-13T00:25:51.134Z | Compiling sha1 v0.10.6 |
| 611 | 2024-11-13T00:25:51.137Z | Running `/home/build/.rustup/toolchains/1.81.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=8bcb558f7ff41031 -C extra-filename=-8bcb558f7ff41031 --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-10fb9dc3f074cb65.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-a449e1214a22e7ab.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-0d6220f30712722c.rmeta --cap-lints allow` |
| 612 | 2024-11-13T00:25:51.210Z | Compiling idna v0.5.0 |
| 613 | 2024-11-13T00:25:51.213Z | Running `/home/build/.rustup/toolchains/1.81.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=a3fccb11a7fb733a -C extra-filename=-a3fccb11a7fb733a --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-fe4489388b786375.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-2656c349509caf9a.rmeta --cap-lints allow` |
| 614 | 2024-11-13T00:25:51.248Z | Compiling mime_guess v2.0.5 |
| 615 | 2024-11-13T00:25:51.251Z | Running `/home/build/.rustup/toolchains/1.81.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=72394a1914bdbe8a -C extra-filename=-72394a1914bdbe8a --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-72394a1914bdbe8a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-cc7bef60130e4d67.rlib --cap-lints allow` |
| 616 | 2024-11-13T00:25:51.281Z | Running `/home/build/.rustup/toolchains/1.81.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=8b61e336c22f2100 -C extra-filename=-8b61e336c22f2100 --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` |
| 617 | 2024-11-13T00:25:51.616Z | Compiling rand v0.8.4 |
| 618 | 2024-11-13T00:25:51.619Z | Running `/home/build/.rustup/toolchains/1.81.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=0d4ad399fefb4173 -C extra-filename=-0d4ad399fefb4173 --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-db2b4bda57949f71.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-182eacf077bf9cb5.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-4275efe607cfd7d8.rmeta --cap-lints allow` |
| 619 | 2024-11-13T00:25:51.901Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=2733e8f586633330 -C extra-filename=-2733e8f586633330 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(doc_cfg)' --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)'` |
| 620 | 2024-11-13T00:25:52.285Z | Running `/home/build/.rustup/toolchains/1.81.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=42b25c8fda96b6a4 -C extra-filename=-42b25c8fda96b6a4 --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-d7ac4481582c0a9f.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-41406fd8c4a2322a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-f188b4d646bbf545.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-c47f07b88d3eacd6.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-8e6474ef58ffc2ce.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
| 621 | 2024-11-13T00:25:52.404Z | Running `/home/build/.rustup/toolchains/1.81.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=05f157b6af70e2f2 -C extra-filename=-05f157b6af70e2f2 --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-31376c1d09ce4e9e.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-41406fd8c4a2322a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-f188b4d646bbf545.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-c47f07b88d3eacd6.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-8e6474ef58ffc2ce.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out` |
| 622 | 2024-11-13T00:25:52.767Z | Compiling serde_derive_internals v0.29.0 |
| 623 | 2024-11-13T00:25:52.770Z | Running `/home/build/.rustup/toolchains/1.81.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=edbdf443f0ba3996 -C extra-filename=-edbdf443f0ba3996 --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-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --cap-lints allow` |
| 624 | 2024-11-13T00:25:52.992Z | Compiling concurrent-queue v2.5.0 |
| 625 | 2024-11-13T00:25:52.995Z | Running `/home/build/.rustup/toolchains/1.81.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=82249b45a9b6b084 -C extra-filename=-82249b45a9b6b084 --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-eb6361ac66ca6ff3.rmeta --cap-lints allow` |
| 626 | 2024-11-13T00:25:53.008Z | Compiling serde_derive v1.0.214 |
| 627 | 2024-11-13T00:25:53.011Z | Running `/home/build/.rustup/toolchains/1.81.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.214/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=59a97fe3b8ae5440 -C extra-filename=-59a97fe3b8ae5440 --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-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow` |
| 628 | 2024-11-13T00:25:53.207Z | Compiling thiserror-impl v1.0.67 |
| 629 | 2024-11-13T00:25:53.210Z | Running `/home/build/.rustup/toolchains/1.81.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.67/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=0ea36a7f1d75489b -C extra-filename=-0ea36a7f1d75489b --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-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow` |
| 630 | 2024-11-13T00:25:53.261Z | Compiling tokio-macros v2.3.0 |
| 631 | 2024-11-13T00:25:53.264Z | Running `/home/build/.rustup/toolchains/1.81.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.3.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=ac6acb7b23dcb8c5 -C extra-filename=-ac6acb7b23dcb8c5 --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-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow` |
| 632 | 2024-11-13T00:25:53.343Z | Compiling futures-macro v0.3.31 |
| 633 | 2024-11-13T00:25:53.346Z | Running `/home/build/.rustup/toolchains/1.81.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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=33427da0771a88e4 -C extra-filename=-33427da0771a88e4 --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-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow` |
| 634 | 2024-11-13T00:25:54.787Z | Compiling zerocopy-derive v0.7.32 |
| 635 | 2024-11-13T00:25:54.795Z | Running `/home/build/.rustup/toolchains/1.81.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=50f663da3d369feb -C extra-filename=-50f663da3d369feb --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-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow` |
| 636 | 2024-11-13T00:25:54.816Z | Compiling tokio v1.38.1 |
| 637 | 2024-11-13T00:25:54.818Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.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="num_cpus"' --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", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=3c4452bfa5eadb2b -C extra-filename=-3c4452bfa5eadb2b --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-f2b3f54863545c90.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-df7d8883a99df075.rmeta --extern num_cpus=/work/oxidecomputer/dropshot/target/debug/deps/libnum_cpus-4173e940f97100a0.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-a0d395d7b990c467.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-626fbc3cfcb38a52.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-aeba6e8f0f9ac9ad.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-ac6acb7b23dcb8c5.so --cap-lints allow` |
| 638 | 2024-11-13T00:25:55.042Z | Compiling scroll_derive v0.12.0 |
| 639 | 2024-11-13T00:25:55.045Z | Running `/home/build/.rustup/toolchains/1.81.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=6717533838172126 -C extra-filename=-6717533838172126 --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-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow` |
| 640 | 2024-11-13T00:25:55.289Z | Compiling futures-util v0.3.31 |
| 641 | 2024-11-13T00:25:55.292Z | Running `/home/build/.rustup/toolchains/1.81.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 --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=33f8bee5b6233595 -C extra-filename=-33f8bee5b6233595 --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-82ca570e4520d2e1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-84ebde06aaab058c.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-33427da0771a88e4.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-9291dca7b9bcdf87.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-8e2c2bc259d34136.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-841cd30071337bce.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-a501e22f7eccc2a1.rmeta --cap-lints allow` |
| 642 | 2024-11-13T00:25:56.230Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.67/src/lib.rs --error-format=json --json=diagnostic-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=6fea0e5a5cab7755 -C extra-filename=-6fea0e5a5cab7755 --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-0ea36a7f1d75489b.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
| 643 | 2024-11-13T00:25:56.360Z | Compiling pest v2.7.6 |
| 644 | 2024-11-13T00:25:56.371Z | Running `/home/build/.rustup/toolchains/1.81.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=a86ac4d8ba8146fd -C extra-filename=-a86ac4d8ba8146fd --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-8e2c2bc259d34136.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-d3746a03a1ec9fda.rmeta --cap-lints allow` |
| 645 | 2024-11-13T00:25:56.484Z | Compiling scroll v0.12.0 |
| 646 | 2024-11-13T00:25:56.487Z | Running `/home/build/.rustup/toolchains/1.81.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=061eb752c8b1ddca -C extra-filename=-061eb752c8b1ddca --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-6717533838172126.so --cap-lints allow` |
| 647 | 2024-11-13T00:25:56.934Z | Compiling zerocopy v0.7.32 |
| 648 | 2024-11-13T00:25:56.937Z | Running `/home/build/.rustup/toolchains/1.81.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=cfc391119453d12a -C extra-filename=-cfc391119453d12a --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-c621ca04176e8253.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-50f663da3d369feb.so --cap-lints allow` |
| 649 | 2024-11-13T00:25:57.100Z | Compiling openssl-macros v0.1.1 |
| 650 | 2024-11-13T00:25:57.103Z | Running `/home/build/.rustup/toolchains/1.81.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=a54f0e0fede78147 -C extra-filename=-a54f0e0fede78147 --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-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow` |
| 651 | 2024-11-13T00:25:57.974Z | Running `/home/build/.rustup/toolchains/1.81.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=8fbdadd745fb4f9c -C extra-filename=-8fbdadd745fb4f9c --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-51bfd2bc27ffb933.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-10fb9dc3f074cb65.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-a65327a67759dbf6.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d7ac4481582c0a9f.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-a54f0e0fede78147.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-6e534ff0625eaa42.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)'` |
| 652 | 2024-11-13T00:25:58.565Z | Compiling goblin v0.8.0 |
| 653 | 2024-11-13T00:25:58.567Z | Running `/home/build/.rustup/toolchains/1.81.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=1d10f0cbe2772d2c -C extra-filename=-1d10f0cbe2772d2c --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-31376c1d09ce4e9e.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-06bf14483863a4cc.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-061eb752c8b1ddca.rmeta --cap-lints allow` |
| 654 | 2024-11-13T00:25:59.364Z | Compiling pest_meta v2.7.6 |
| 655 | 2024-11-13T00:25:59.367Z | Running `/home/build/.rustup/toolchains/1.81.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=2ca99550ce223985 -C extra-filename=-2ca99550ce223985 --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-d7ac4481582c0a9f.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-a86ac4d8ba8146fd.rmeta --cap-lints allow` |
| 656 | 2024-11-13T00:26:00.768Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.214/src/lib.rs --error-format=json --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=b894757e4bbb2d8f -C extra-filename=-b894757e4bbb2d8f --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-59a97fe3b8ae5440.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)'` |
| 657 | 2024-11-13T00:26:01.711Z | Compiling pest_generator v2.7.6 |
| 658 | 2024-11-13T00:26:01.713Z | Running `/home/build/.rustup/toolchains/1.81.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=b18ff40a7e90e36b -C extra-filename=-b18ff40a7e90e36b --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-a86ac4d8ba8146fd.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-2ca99550ce223985.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --cap-lints allow` |
| 659 | 2024-11-13T00:26:03.398Z | Compiling tokio-util v0.7.7 |
| 660 | 2024-11-13T00:26:03.401Z | Running `/home/build/.rustup/toolchains/1.81.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=b151212203987490 -C extra-filename=-b151212203987490 --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-f2b3f54863545c90.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-010fd3ac9d9d5716.rmeta --cap-lints allow` |
| 661 | 2024-11-13T00:26:03.518Z | Compiling pest_derive v2.7.6 |
| 662 | 2024-11-13T00:26:03.520Z | Running `/home/build/.rustup/toolchains/1.81.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=7ab723e941b27af1 -C extra-filename=-7ab723e941b27af1 --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-a86ac4d8ba8146fd.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-b18ff40a7e90e36b.rlib --extern proc_macro --cap-lints allow` |
| 663 | 2024-11-13T00:26:04.452Z | Compiling dtrace-parser v0.2.0 |
| 664 | 2024-11-13T00:26:04.455Z | Running `/home/build/.rustup/toolchains/1.81.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=d029f76f2070d533 -C extra-filename=-d029f76f2070d533 --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-a86ac4d8ba8146fd.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-7ab723e941b27af1.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --cap-lints allow` |
| 665 | 2024-11-13T00:26:04.718Z | Running `/home/build/.rustup/toolchains/1.81.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=7ac86fe32460165e -C extra-filename=-7ac86fe32460165e --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-31376c1d09ce4e9e.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-8fbdadd745fb4f9c.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-ccb254a8c8a5a664.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-6e534ff0625eaa42.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
| 666 | 2024-11-13T00:26:04.899Z | Compiling http-body-util v0.1.2 |
| 667 | 2024-11-13T00:26:04.902Z | Running `/home/build/.rustup/toolchains/1.81.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=11eeda3b2d1bf6e6 -C extra-filename=-11eeda3b2d1bf6e6 --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-f2b3f54863545c90.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-33f8bee5b6233595.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-f7ab71ef414804f8.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --cap-lints allow` |
| 668 | 2024-11-13T00:26:05.391Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.87/src/lib.rs --error-format=json --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=226c7c3c4ec14513 -C extra-filename=-226c7c3c4ec14513 --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-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-d592258ebcf7c237.rmeta --cap-lints allow` |
| 669 | 2024-11-13T00:26:05.408Z | Running `/home/build/.rustup/toolchains/1.81.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=828e8599731f2597 -C extra-filename=-828e8599731f2597 --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-db2b4bda57949f71.rmeta --cap-lints allow` |
| 670 | 2024-11-13T00:26:05.521Z | Compiling multer v3.1.0 |
| 671 | 2024-11-13T00:26:05.524Z | Running `/home/build/.rustup/toolchains/1.81.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=ca4e400bb5aa7b87 -C extra-filename=-ca4e400bb5aa7b87 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-ca4e400bb5aa7b87 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-9f3f0c5e860299ef.rlib --cap-lints allow` |
| 672 | 2024-11-13T00:26:05.848Z | Compiling thread_local v1.1.4 |
| 673 | 2024-11-13T00:26:05.852Z | Running `/home/build/.rustup/toolchains/1.81.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=ff6a742419345a68 -C extra-filename=-ff6a742419345a68 --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-d7ac4481582c0a9f.rmeta --cap-lints allow` |
| 674 | 2024-11-13T00:26:06.453Z | Compiling encoding_rs v0.8.32 |
| 675 | 2024-11-13T00:26:06.456Z | Running `/home/build/.rustup/toolchains/1.81.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=f36c748f9a2c7f7f -C extra-filename=-f36c748f9a2c7f7f --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-10fb9dc3f074cb65.rmeta --cap-lints allow` |
| 676 | 2024-11-13T00:26:06.796Z | Compiling heck v0.5.0 |
| 677 | 2024-11-13T00:26:06.799Z | Running `/home/build/.rustup/toolchains/1.81.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=bb98e02a6d0ef36d -C extra-filename=-bb98e02a6d0ef36d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 678 | 2024-11-13T00:26:07.279Z | Running `/home/build/.rustup/toolchains/1.81.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.132/src/lib.rs --error-format=json --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=da4001afbcea7b86 -C extra-filename=-da4001afbcea7b86 --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-742f3ff0f8260524.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-8e2c2bc259d34136.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-b8f88142944b046a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
| 679 | 2024-11-13T00:26:07.442Z | Compiling indexmap v2.6.0 |
| 680 | 2024-11-13T00:26:07.445Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--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=3ea7e3523b53acdc -C extra-filename=-3ea7e3523b53acdc --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-26cd1883cd3a3190.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-ece8df7fce8a126f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --cap-lints allow` |
| 681 | 2024-11-13T00:26:07.613Z | Compiling serde_tokenstream v0.2.2 |
| 682 | 2024-11-13T00:26:07.616Z | Running `/home/build/.rustup/toolchains/1.81.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=7fb28d2646fe96f9 -C extra-filename=-7fb28d2646fe96f9 --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-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --cap-lints allow` |
| 683 | 2024-11-13T00:26:08.055Z | Compiling toml_datetime v0.6.8 |
| 684 | 2024-11-13T00:26:08.058Z | Running `/home/build/.rustup/toolchains/1.81.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=2563f087d732dc26 -C extra-filename=-2563f087d732dc26 --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-b894757e4bbb2d8f.rmeta --cap-lints allow` |
| 685 | 2024-11-13T00:26:08.211Z | Compiling serde_spanned v0.6.7 |
| 686 | 2024-11-13T00:26:08.214Z | Running `/home/build/.rustup/toolchains/1.81.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=e081415c54c2c6f1 -C extra-filename=-e081415c54c2c6f1 --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-b894757e4bbb2d8f.rmeta --cap-lints allow` |
| 687 | 2024-11-13T00:26:08.465Z | Compiling similar v2.2.1 |
| 688 | 2024-11-13T00:26:08.468Z | Running `/home/build/.rustup/toolchains/1.81.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=70d50c9a3f1d696c -C extra-filename=-70d50c9a3f1d696c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 689 | 2024-11-13T00:26:08.646Z | Compiling iana-time-zone v0.1.47 |
| 690 | 2024-11-13T00:26:08.649Z | Running `/home/build/.rustup/toolchains/1.81.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=d34c1efd5ce91050 -C extra-filename=-d34c1efd5ce91050 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 691 | 2024-11-13T00:26:08.846Z | Compiling h2 v0.4.6 |
| 692 | 2024-11-13T00:26:08.849Z | Running `/home/build/.rustup/toolchains/1.81.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(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=bf999139a605ef89 -C extra-filename=-bf999139a605ef89 --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-ebb90767da02de40.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-2bd24fb3df166c6c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-a501e22f7eccc2a1.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-b151212203987490.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-010fd3ac9d9d5716.rmeta --cap-lints allow` |
| 693 | 2024-11-13T00:26:09.206Z | Compiling dof v0.3.0 |
| 694 | 2024-11-13T00:26:09.209Z | Running `/home/build/.rustup/toolchains/1.81.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=7e7418e65cbcc4b1 -C extra-filename=-7e7418e65cbcc4b1 --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-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-cfc391119453d12a.rmeta --cap-lints allow` |
| 695 | 2024-11-13T00:26:10.120Z | Running `/home/build/.rustup/toolchains/1.81.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=a135a049fd8e6ff0 -C extra-filename=-a135a049fd8e6ff0 --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-c621ca04176e8253.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-7e7418e65cbcc4b1.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d029f76f2070d533.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-53020ec10a179cfc.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-f01488bf15958728.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard` |
| 696 | 2024-11-13T00:26:10.419Z | Running `/home/build/.rustup/toolchains/1.81.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=f5b0996199b811bd -C extra-filename=-f5b0996199b811bd --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-1d10f0cbe2772d2c.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-81da656db6704c19.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-cfc391119453d12a.rmeta --cap-lints allow` |
| 697 | 2024-11-13T00:26:10.587Z | Compiling toml_edit v0.22.20 |
| 698 | 2024-11-13T00:26:10.590Z | Running `/home/build/.rustup/toolchains/1.81.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=12a77bd1ea855db8 -C extra-filename=-12a77bd1ea855db8 --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-3ea7e3523b53acdc.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-e081415c54c2c6f1.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-2563f087d732dc26.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-928300a19a06ba7e.rmeta --cap-lints allow` |
| 699 | 2024-11-13T00:26:11.288Z | Compiling schemars v0.8.21 |
| 700 | 2024-11-13T00:26:11.290Z | Running `/home/build/.rustup/toolchains/1.81.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=f0e447064b65240b -C extra-filename=-f0e447064b65240b --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-f0e447064b65240b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 701 | 2024-11-13T00:26:11.440Z | Compiling camino v1.1.9 |
| 702 | 2024-11-13T00:26:11.447Z | Running `/home/build/.rustup/toolchains/1.81.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=75c1ab2676a89d4a -C extra-filename=-75c1ab2676a89d4a --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-75c1ab2676a89d4a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 703 | 2024-11-13T00:26:11.536Z | Compiling rustix v0.38.40 |
| 704 | 2024-11-13T00:26:11.583Z | Running `/home/build/.rustup/toolchains/1.81.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 --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"))' --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"))' -C metadata=baf80a0ab074acbd -C extra-filename=-baf80a0ab074acbd --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-baf80a0ab074acbd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 705 | 2024-11-13T00:26:11.670Z | Compiling match_cfg v0.1.0 |
| 706 | 2024-11-13T00:26:11.673Z | Running `/home/build/.rustup/toolchains/1.81.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=dec3f83c083bb282 -C extra-filename=-dec3f83c083bb282 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 707 | 2024-11-13T00:26:11.765Z | Compiling parking v2.2.0 |
| 708 | 2024-11-13T00:26:11.768Z | Running `/home/build/.rustup/toolchains/1.81.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=559478ccaa5d9766 -C extra-filename=-559478ccaa5d9766 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 709 | 2024-11-13T00:26:12.086Z | Compiling slog-async v2.8.0 |
| 710 | 2024-11-13T00:26:12.089Z | Running `/home/build/.rustup/toolchains/1.81.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=3871fc268e179617 -C extra-filename=-3871fc268e179617 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-3871fc268e179617 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 711 | 2024-11-13T00:26:12.199Z | Compiling target-triple v0.1.3 |
| 712 | 2024-11-13T00:26:12.202Z | Running `/home/build/.rustup/toolchains/1.81.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=09758ef9afc08de4 -C extra-filename=-09758ef9afc08de4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-09758ef9afc08de4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 713 | 2024-11-13T00:26:12.270Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-baf80a0ab074acbd/build-script-build` |
| 714 | 2024-11-13T00:26:12.388Z | Running `/work/oxidecomputer/dropshot/target/debug/build/camino-75c1ab2676a89d4a/build-script-build` |
| 715 | 2024-11-13T00:26:12.450Z | Running `/home/build/.rustup/toolchains/1.81.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=bdab285910328699 -C extra-filename=-bdab285910328699 --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-c621ca04176e8253.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-f5b0996199b811bd.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d029f76f2070d533.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-226c7c3c4ec14513.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-828e8599731f2597.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard` |
| 716 | 2024-11-13T00:26:12.568Z | Compiling event-listener v5.0.0 |
| 717 | 2024-11-13T00:26:12.570Z | Running `/home/build/.rustup/toolchains/1.81.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=a8507f45a4cfa240 -C extra-filename=-a8507f45a4cfa240 --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-82249b45a9b6b084.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-559478ccaa5d9766.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --cap-lints allow` |
| 718 | 2024-11-13T00:26:12.586Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-3871fc268e179617/build-script-build` |
| 719 | 2024-11-13T00:26:12.644Z | Compiling hostname v0.3.1 |
| 720 | 2024-11-13T00:26:12.644Z | Running `/home/build/.rustup/toolchains/1.81.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=27f7e2326549921e -C extra-filename=-27f7e2326549921e --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-db2b4bda57949f71.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-dec3f83c083bb282.rmeta --cap-lints allow` |
| 721 | 2024-11-13T00:26:12.697Z | Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-09758ef9afc08de4/build-script-build` |
| 722 | 2024-11-13T00:26:12.717Z | Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-f0e447064b65240b/build-script-build` |
| 723 | 2024-11-13T00:26:12.736Z | Compiling usdt-macro v0.5.0 |
| 724 | 2024-11-13T00:26:12.738Z | Running `/home/build/.rustup/toolchains/1.81.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=4db91dbc82603abd -C extra-filename=-4db91dbc82603abd --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-d029f76f2070d533.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-7fb28d2646fe96f9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a135a049fd8e6ff0.rlib --extern proc_macro --cap-lints allow` |
| 725 | 2024-11-13T00:26:12.922Z | Compiling usdt-attr-macro v0.5.0 |
| 726 | 2024-11-13T00:26:12.925Z | Running `/home/build/.rustup/toolchains/1.81.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=7380270b9bd7f7d7 -C extra-filename=-7380270b9bd7f7d7 --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-d029f76f2070d533.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-7fb28d2646fe96f9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a135a049fd8e6ff0.rlib --extern proc_macro --cap-lints allow` |
| 727 | 2024-11-13T00:26:13.110Z | Compiling slog-json v2.6.1 |
| 728 | 2024-11-13T00:26:13.112Z | Running `/home/build/.rustup/toolchains/1.81.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=1a658aadb2c419ab -C extra-filename=-1a658aadb2c419ab --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-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-6b584ba83be80a79.rmeta --cap-lints allow` |
| 729 | 2024-11-13T00:26:13.195Z | Compiling chrono v0.4.38 |
| 730 | 2024-11-13T00:26:13.197Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=0b7c4de8323e169f -C extra-filename=-0b7c4de8323e169f --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-d34c1efd5ce91050.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-8b61e336c22f2100.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --cap-lints allow` |
| 731 | 2024-11-13T00:26:13.509Z | Compiling uuid v1.11.0 |
| 732 | 2024-11-13T00:26:13.512Z | Running `/home/build/.rustup/toolchains/1.81.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 --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"))' --check-cfg 'cfg(uuid_unstable)' -C metadata=c24a374429536daa -C extra-filename=-c24a374429536daa --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-9b28e7111e31d838.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --cap-lints allow` |
| 733 | 2024-11-13T00:26:14.224Z | Compiling hyper v1.5.0 |
| 734 | 2024-11-13T00:26:14.227Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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 --warn=unexpected_cfgs --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"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=2c6348d18c7d9565 -C extra-filename=-2c6348d18c7d9565 --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-f2b3f54863545c90.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-82ca570e4520d2e1.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-33f8bee5b6233595.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-bf999139a605ef89.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-f7ab71ef414804f8.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-21a13ad74cc5c7c6.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-3710a5097de34c68.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-742f3ff0f8260524.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-8d0122e48b5f9f17.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-ca787da9a6952171.rmeta --cap-lints allow` |
| 735 | 2024-11-13T00:26:14.431Z | Compiling toml v0.8.19 |
| 736 | 2024-11-13T00:26:14.434Z | Running `/home/build/.rustup/toolchains/1.81.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=c99f47ad8ee9ec17 -C extra-filename=-c99f47ad8ee9ec17 --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-b894757e4bbb2d8f.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-e081415c54c2c6f1.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-2563f087d732dc26.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-12a77bd1ea855db8.rmeta --cap-lints allow` |
| 737 | 2024-11-13T00:26:14.478Z | Compiling serde_urlencoded v0.7.1 |
| 738 | 2024-11-13T00:26:14.480Z | Running `/home/build/.rustup/toolchains/1.81.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=244fe596c7dec875 -C extra-filename=-244fe596c7dec875 --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-6034213675609ae9.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-742f3ff0f8260524.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-b8f88142944b046a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --cap-lints allow` |
| 739 | 2024-11-13T00:26:14.540Z | Running `/work/oxidecomputer/dropshot/target/debug/build/multer-ca4e400bb5aa7b87/build-script-build` |
| 740 | 2024-11-13T00:26:14.601Z | Compiling tokio-native-tls v0.3.1 |
| 741 | 2024-11-13T00:26:14.604Z | Running `/home/build/.rustup/toolchains/1.81.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=e39d1cdc218fca62 -C extra-filename=-e39d1cdc218fca62 --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-7ac86fe32460165e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64` |
| 742 | 2024-11-13T00:26:14.872Z | Compiling tokio-rustls v0.26.0 |
| 743 | 2024-11-13T00:26:14.875Z | Running `/home/build/.rustup/toolchains/1.81.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=c18320449fe19678 -C extra-filename=-c18320449fe19678 --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-42b25c8fda96b6a4.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out` |
| 744 | 2024-11-13T00:26:15.042Z | Compiling tokio-rustls v0.25.0 |
| 745 | 2024-11-13T00:26:15.045Z | Running `/home/build/.rustup/toolchains/1.81.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=1bcff3964c527e66 -C extra-filename=-1bcff3964c527e66 --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-05f157b6af70e2f2.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out` |
| 746 | 2024-11-13T00:26:15.346Z | Compiling futures-executor v0.3.31 |
| 747 | 2024-11-13T00:26:15.349Z | Running `/home/build/.rustup/toolchains/1.81.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=f643d896e3b135dc -C extra-filename=-f643d896e3b135dc --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-a0a2bff85b2c71f0.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-9291dca7b9bcdf87.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-33f8bee5b6233595.rmeta --cap-lints allow` |
| 748 | 2024-11-13T00:26:15.479Z | Compiling schemars_derive v0.8.21 |
| 749 | 2024-11-13T00:26:15.482Z | Running `/home/build/.rustup/toolchains/1.81.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=6402fe40ceb18983 -C extra-filename=-6402fe40ceb18983 --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-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-edbdf443f0ba3996.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow` |
| 750 | 2024-11-13T00:26:16.038Z | Compiling async-stream-impl v0.3.6 |
| 751 | 2024-11-13T00:26:16.041Z | Running `/home/build/.rustup/toolchains/1.81.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=286a1b35a9b22e0e -C extra-filename=-286a1b35a9b22e0e --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-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow` |
| 752 | 2024-11-13T00:26:16.419Z | Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-72394a1914bdbe8a/build-script-build` |
| 753 | 2024-11-13T00:26:16.451Z | Compiling url v2.5.2 |
| 754 | 2024-11-13T00:26:16.454Z | Running `/home/build/.rustup/toolchains/1.81.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=a8ade3ec4438d82a -C extra-filename=-a8ade3ec4438d82a --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-6034213675609ae9.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-a3fccb11a7fb733a.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rmeta --cap-lints allow` |
| 755 | 2024-11-13T00:26:17.272Z | Compiling hyper-util v0.1.10 |
| 756 | 2024-11-13T00:26:17.275Z | Running `/home/build/.rustup/toolchains/1.81.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=8e82e053920c5b4b -C extra-filename=-8e82e053920c5b4b --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-f2b3f54863545c90.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-82ca570e4520d2e1.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-33f8bee5b6233595.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-f7ab71ef414804f8.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-aeba6e8f0f9ac9ad.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-e1ab31e38443a730.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-010fd3ac9d9d5716.rmeta --cap-lints allow` |
| 757 | 2024-11-13T00:26:17.449Z | Compiling term v0.7.0 |
| 758 | 2024-11-13T00:26:17.451Z | Running `/home/build/.rustup/toolchains/1.81.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=ad874064e4c11b99 -C extra-filename=-ad874064e4c11b99 --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-30d11d09f0d53232.rmeta --cap-lints allow` |
| 759 | 2024-11-13T00:26:17.477Z | Compiling crossbeam-channel v0.5.1 |
| 760 | 2024-11-13T00:26:17.479Z | Running `/home/build/.rustup/toolchains/1.81.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=c1c0e7364fb015ec -C extra-filename=-c1c0e7364fb015ec --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-10fb9dc3f074cb65.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-eb6361ac66ca6ff3.rmeta --cap-lints allow` |
| 761 | 2024-11-13T00:26:18.612Z | Compiling webpki-roots v0.26.5 |
| 762 | 2024-11-13T00:26:18.615Z | Running `/home/build/.rustup/toolchains/1.81.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=5a173083876d288a -C extra-filename=-5a173083876d288a --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-82528c2ed6c34833.rmeta --cap-lints allow` |
| 763 | 2024-11-13T00:26:18.671Z | Compiling is-terminal v0.4.12 |
| 764 | 2024-11-13T00:26:18.674Z | Running `/home/build/.rustup/toolchains/1.81.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=27f7d596a7fdc78c -C extra-filename=-27f7d596a7fdc78c --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-db2b4bda57949f71.rmeta --cap-lints allow` |
| 765 | 2024-11-13T00:26:18.702Z | Compiling memmap v0.7.0 |
| 766 | 2024-11-13T00:26:18.704Z | Running `/home/build/.rustup/toolchains/1.81.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=e817efdb8e8d4ac4 -C extra-filename=-e817efdb8e8d4ac4 --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-db2b4bda57949f71.rmeta --cap-lints allow` |
| 767 | 2024-11-13T00:26:18.794Z | Compiling errno v0.3.8 |
| 768 | 2024-11-13T00:26:18.797Z | Running `/home/build/.rustup/toolchains/1.81.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=b91ec019a8d7941e -C extra-filename=-b91ec019a8d7941e --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-db2b4bda57949f71.rmeta --cap-lints allow` |
| 769 | 2024-11-13T00:26:18.827Z | Compiling dropshot v0.12.1-dev (/work/oxidecomputer/dropshot/dropshot) |
| 770 | 2024-11-13T00:26:18.829Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=65ed69b788ffa4f2 -C extra-filename=-65ed69b788ffa4f2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-65ed69b788ffa4f2 -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-9f3f0c5e860299ef.rlib` |
| 771 | 2024-11-13T00:26:19.043Z | Compiling utf-8 v0.7.6 |
| 772 | 2024-11-13T00:26:19.055Z | Running `/home/build/.rustup/toolchains/1.81.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=c11433f03abfe393 -C extra-filename=-c11433f03abfe393 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 773 | 2024-11-13T00:26:19.058Z | Compiling data-encoding v2.4.0 |
| 774 | 2024-11-13T00:26:19.058Z | Running `/home/build/.rustup/toolchains/1.81.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=df1f794fc3ac218c -C extra-filename=-df1f794fc3ac218c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 775 | 2024-11-13T00:26:19.086Z | Compiling anyhow v1.0.93 |
| 776 | 2024-11-13T00:26:19.088Z | Running `/home/build/.rustup/toolchains/1.81.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.93/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=07dae84f2839f563 -C extra-filename=-07dae84f2839f563 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-07dae84f2839f563 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 777 | 2024-11-13T00:26:19.189Z | Compiling dyn-clone v1.0.4 |
| 778 | 2024-11-13T00:26:19.192Z | Running `/home/build/.rustup/toolchains/1.81.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=542882571363b762 -C extra-filename=-542882571363b762 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 779 | 2024-11-13T00:26:19.305Z | Compiling take_mut v0.2.2 |
| 780 | 2024-11-13T00:26:19.308Z | Running `/home/build/.rustup/toolchains/1.81.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=d4af846d3fc33c2e -C extra-filename=-d4af846d3fc33c2e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 781 | 2024-11-13T00:26:19.318Z | Compiling buf-list v1.0.3 |
| 782 | 2024-11-13T00:26:19.321Z | Running `/home/build/.rustup/toolchains/1.81.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=304dae053e391bd3 -C extra-filename=-304dae053e391bd3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-304dae053e391bd3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 783 | 2024-11-13T00:26:19.406Z | Running `/home/build/.rustup/toolchains/1.81.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=6b99298b959afac1 -C extra-filename=-6b99298b959afac1 --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-0b7c4de8323e169f.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-542882571363b762.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-6402fe40ceb18983.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
| 784 | 2024-11-13T00:26:19.463Z | Running `/home/build/.rustup/toolchains/1.81.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=d4739def605b204f -C extra-filename=-d4739def605b204f --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-c1c0e7364fb015ec.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-d4af846d3fc33c2e.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-ff6a742419345a68.rmeta --cap-lints allow --cfg integer128` |
| 785 | 2024-11-13T00:26:19.686Z | Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-07dae84f2839f563/build-script-build` |
| 786 | 2024-11-13T00:26:19.922Z | Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-304dae053e391bd3/build-script-build` |
| 787 | 2024-11-13T00:26:19.985Z | Compiling tungstenite v0.24.0 |
| 788 | 2024-11-13T00:26:19.988Z | Running `/home/build/.rustup/toolchains/1.81.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=3a71df70a9788e10 -C extra-filename=-3a71df70a9788e10 --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-c621ca04176e8253.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-df1f794fc3ac218c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-21a13ad74cc5c7c6.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-0d4ad399fefb4173.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-c11433f03abfe393.rmeta --cap-lints allow` |
| 789 | 2024-11-13T00:26:20.053Z | Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-65ed69b788ffa4f2/build-script-build` |
| 790 | 2024-11-13T00:26:20.115Z | Compiling hyper-rustls v0.27.3 |
| 791 | 2024-11-13T00:26:20.118Z | Running `/home/build/.rustup/toolchains/1.81.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=18b62f29a16bac0b -C extra-filename=-18b62f29a16bac0b --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-33f8bee5b6233595.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-42b25c8fda96b6a4.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c18320449fe19678.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-e1ab31e38443a730.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-5a173083876d288a.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out` |
| 792 | 2024-11-13T00:26:20.247Z | Compiling hyper-tls v0.6.0 |
| 793 | 2024-11-13T00:26:20.249Z | Running `/home/build/.rustup/toolchains/1.81.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=9fcba0254c521fb9 -C extra-filename=-9fcba0254c521fb9 --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-f2b3f54863545c90.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-7ac86fe32460165e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-e39d1cdc218fca62.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-e1ab31e38443a730.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64` |
| 794 | 2024-11-13T00:26:20.672Z | Running `/home/build/.rustup/toolchains/1.81.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 --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"))' --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"))' -C metadata=7fb3aa13f068fd7c -C extra-filename=-7fb3aa13f068fd7c --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-51bfd2bc27ffb933.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-b91ec019a8d7941e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish` |
| 795 | 2024-11-13T00:26:20.695Z | Compiling usdt v0.5.0 |
| 796 | 2024-11-13T00:26:20.700Z | Running `/home/build/.rustup/toolchains/1.81.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=a86ba2ad91197fe7 -C extra-filename=-a86ba2ad91197fe7 --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-f5b0996199b811bd.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d029f76f2070d533.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-1d10f0cbe2772d2c.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-e817efdb8e8d4ac4.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-7380270b9bd7f7d7.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-bdab285910328699.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-4db91dbc82603abd.so --cap-lints allow` |
| 797 | 2024-11-13T00:26:20.823Z | Compiling slog-term v2.9.1 |
| 798 | 2024-11-13T00:26:20.834Z | Running `/home/build/.rustup/toolchains/1.81.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=13e5d8efcc0d11b4 -C extra-filename=-13e5d8efcc0d11b4 --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-27f7d596a7fdc78c.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-ad874064e4c11b99.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-ff6a742419345a68.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-6b584ba83be80a79.rmeta --cap-lints allow` |
| 799 | 2024-11-13T00:26:20.911Z | Compiling async-stream v0.3.6 |
| 800 | 2024-11-13T00:26:20.913Z | Running `/home/build/.rustup/toolchains/1.81.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=e1ce7034e3d3232f -C extra-filename=-e1ce7034e3d3232f --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-286a1b35a9b22e0e.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --cap-lints allow` |
| 801 | 2024-11-13T00:26:21.256Z | Running `/home/build/.rustup/toolchains/1.81.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=5afe55f051ae4c10 -C extra-filename=-5afe55f051ae4c10 --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-407c4e666a8d0b2a.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-cc7bef60130e4d67.rmeta --cap-lints allow` |
| 802 | 2024-11-13T00:26:21.269Z | Compiling futures v0.3.31 |
| 803 | 2024-11-13T00:26:21.282Z | Running `/home/build/.rustup/toolchains/1.81.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 --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=a3bab880bedc0fbf -C extra-filename=-a3bab880bedc0fbf --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-82ca570e4520d2e1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-f643d896e3b135dc.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-84ebde06aaab058c.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-06ca36b4bf42871e.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-9291dca7b9bcdf87.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-33f8bee5b6233595.rmeta --cap-lints allow` |
| 804 | 2024-11-13T00:26:21.286Z | Running `/home/build/.rustup/toolchains/1.81.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=2d3ea284b8b0dd8c -C extra-filename=-2d3ea284b8b0dd8c --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-f2b3f54863545c90.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-f36c748f9a2c7f7f.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-33f8bee5b6233595.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-21a13ad74cc5c7c6.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-8e2c2bc259d34136.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-407c4e666a8d0b2a.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-069da3410e3c132f.rmeta --cap-lints allow` |
| 805 | 2024-11-13T00:26:21.379Z | Compiling slog-bunyan v2.5.0 |
| 806 | 2024-11-13T00:26:21.382Z | Running `/home/build/.rustup/toolchains/1.81.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=2827b60316a325ac -C extra-filename=-2827b60316a325ac --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-27f7e2326549921e.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-6b584ba83be80a79.rmeta --cap-lints allow` |
| 807 | 2024-11-13T00:26:21.652Z | Compiling event-listener-strategy v0.5.2 |
| 808 | 2024-11-13T00:26:21.654Z | Running `/home/build/.rustup/toolchains/1.81.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=6b934a56ab8cf1a3 -C extra-filename=-6b934a56ab8cf1a3 --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-a8507f45a4cfa240.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --cap-lints allow` |
| 809 | 2024-11-13T00:26:21.856Z | Running `/home/build/.rustup/toolchains/1.81.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=69b4193d3d70ead6 -C extra-filename=-69b4193d3d70ead6 --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"))'` |
| 810 | 2024-11-13T00:26:21.870Z | Running `/home/build/.rustup/toolchains/1.81.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=6fa02977dcb20df3 -C extra-filename=-6fa02977dcb20df3 --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-b894757e4bbb2d8f.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)'` |
| 811 | 2024-11-13T00:26:21.972Z | Compiling openapiv3 v2.0.0 |
| 812 | 2024-11-13T00:26:21.975Z | Running `/home/build/.rustup/toolchains/1.81.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=36dfb93551b544cb -C extra-filename=-36dfb93551b544cb --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-3ea7e3523b53acdc.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --cap-lints allow` |
| 813 | 2024-11-13T00:26:22.295Z | Compiling dropshot_endpoint v0.12.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 814 | 2024-11-13T00:26:22.306Z | Running `/home/build/.rustup/toolchains/1.81.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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=416df9fc09956a95 -C extra-filename=-416df9fc09956a95 --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-bb98e02a6d0ef36d.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-7fb28d2646fe96f9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro` |
| 815 | 2024-11-13T00:26:22.370Z | Compiling serde_path_to_error v0.1.16 |
| 816 | 2024-11-13T00:26:22.373Z | Running `/home/build/.rustup/toolchains/1.81.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=4fdd654c36ced866 -C extra-filename=-4fdd654c36ced866 --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-742f3ff0f8260524.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --cap-lints allow` |
| 817 | 2024-11-13T00:26:22.600Z | Compiling async-trait v0.1.83 |
| 818 | 2024-11-13T00:26:22.602Z | Running `/home/build/.rustup/toolchains/1.81.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=db6ef9231d4cc189 -C extra-filename=-db6ef9231d4cc189 --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-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow` |
| 819 | 2024-11-13T00:26:22.698Z | Compiling rustls-native-certs v0.7.0 |
| 820 | 2024-11-13T00:26:22.700Z | Running `/home/build/.rustup/toolchains/1.81.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=3b7896b80fbdccde -C extra-filename=-3b7896b80fbdccde --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-ccb254a8c8a5a664.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --cap-lints allow` |
| 821 | 2024-11-13T00:26:23.003Z | Compiling yasna v0.5.2 |
| 822 | 2024-11-13T00:26:23.006Z | Running `/home/build/.rustup/toolchains/1.81.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=7d435606dd92fbf0 -C extra-filename=-7d435606dd92fbf0 --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-6b584ba83be80a79.rmeta --cap-lints allow` |
| 823 | 2024-11-13T00:26:23.154Z | Compiling console v0.15.7 |
| 824 | 2024-11-13T00:26:23.157Z | Running `/home/build/.rustup/toolchains/1.81.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=4941dc25ad921f94 -C extra-filename=-4941dc25ad921f94 --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-e347a48c6c373223.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-1ebcc729e8c939ba.rmeta --cap-lints allow` |
| 825 | 2024-11-13T00:26:23.231Z | Compiling pem v3.0.4 |
| 826 | 2024-11-13T00:26:23.233Z | Running `/home/build/.rustup/toolchains/1.81.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=f1935e7b7c34a91b -C extra-filename=-f1935e7b7c34a91b --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-d2813238a13a4e3d.rmeta --cap-lints allow` |
| 827 | 2024-11-13T00:26:23.301Z | Compiling waitgroup v0.1.2 |
| 828 | 2024-11-13T00:26:23.304Z | Running `/home/build/.rustup/toolchains/1.81.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=3a229a6884d8fdd0 -C extra-filename=-3a229a6884d8fdd0 --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-ebb90767da02de40.rmeta --cap-lints allow` |
| 829 | 2024-11-13T00:26:23.559Z | Compiling hostname v0.4.0 |
| 830 | 2024-11-13T00:26:23.562Z | Running `/home/build/.rustup/toolchains/1.81.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=0d904964146cf0ff -C extra-filename=-0d904964146cf0ff --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-10fb9dc3f074cb65.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rmeta --cap-lints allow` |
| 831 | 2024-11-13T00:26:23.850Z | Compiling sync_wrapper v1.0.1 |
| 832 | 2024-11-13T00:26:23.852Z | Running `/home/build/.rustup/toolchains/1.81.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=c7a3878bf6e19f24 -C extra-filename=-c7a3878bf6e19f24 --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-a0a2bff85b2c71f0.rmeta --cap-lints allow` |
| 833 | 2024-11-13T00:26:23.994Z | Compiling ipnet v2.10.0 |
| 834 | 2024-11-13T00:26:23.997Z | Running `/home/build/.rustup/toolchains/1.81.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=e7c20efba4ca2732 -C extra-filename=-e7c20efba4ca2732 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 835 | 2024-11-13T00:26:24.010Z | Compiling glob v0.3.0 |
| 836 | 2024-11-13T00:26:24.013Z | Running `/home/build/.rustup/toolchains/1.81.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=20ad84b14bb5f485 -C extra-filename=-20ad84b14bb5f485 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 837 | 2024-11-13T00:26:24.215Z | Compiling fastrand v2.1.1 |
| 838 | 2024-11-13T00:26:24.218Z | Running `/home/build/.rustup/toolchains/1.81.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=47d692aed41e165a -C extra-filename=-47d692aed41e165a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 839 | 2024-11-13T00:26:24.825Z | Compiling debug-ignore v1.0.5 |
| 840 | 2024-11-13T00:26:24.828Z | Running `/home/build/.rustup/toolchains/1.81.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=5b6b618c0c74b983 -C extra-filename=-5b6b618c0c74b983 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 841 | 2024-11-13T00:26:24.865Z | Compiling simple-mermaid v0.1.1 |
| 842 | 2024-11-13T00:26:24.868Z | Running `/home/build/.rustup/toolchains/1.81.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.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=56e82a490b48ce7a -C extra-filename=-56e82a490b48ce7a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 843 | 2024-11-13T00:26:24.907Z | Compiling http-range v0.1.4 |
| 844 | 2024-11-13T00:26:24.909Z | Running `/home/build/.rustup/toolchains/1.81.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=137c81223126df7d -C extra-filename=-137c81223126df7d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 845 | 2024-11-13T00:26:24.953Z | Compiling termcolor v1.1.2 |
| 846 | 2024-11-13T00:26:24.956Z | Running `/home/build/.rustup/toolchains/1.81.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=ba0b9ae268051772 -C extra-filename=-ba0b9ae268051772 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 847 | 2024-11-13T00:26:24.967Z | Compiling tempfile v3.14.0 |
| 848 | 2024-11-13T00:26:24.971Z | Running `/home/build/.rustup/toolchains/1.81.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=83dd952c8bd9e4e5 -C extra-filename=-83dd952c8bd9e4e5 --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-10fb9dc3f074cb65.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-47d692aed41e165a.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d7ac4481582c0a9f.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-7fb3aa13f068fd7c.rmeta --cap-lints allow` |
| 849 | 2024-11-13T00:26:25.100Z | Compiling hyper-staticfile v0.10.1 |
| 850 | 2024-11-13T00:26:25.103Z | Running `/home/build/.rustup/toolchains/1.81.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=32048c0b674db14e -C extra-filename=-32048c0b674db14e --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-33f8bee5b6233595.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-137c81223126df7d.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-3710a5097de34c68.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-0d4ad399fefb4173.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-a8ade3ec4438d82a.rmeta --cap-lints allow` |
| 851 | 2024-11-13T00:26:25.244Z | Compiling reqwest v0.12.9 |
| 852 | 2024-11-13T00:26:25.247Z | Running `/home/build/.rustup/toolchains/1.81.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 --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"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=9703506c7f243fa8 -C extra-filename=-9703506c7f243fa8 --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-d2813238a13a4e3d.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-f36c748f9a2c7f7f.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-33f8bee5b6233595.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-bf999139a605ef89.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-f7ab71ef414804f8.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-18b62f29a16bac0b.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-9fcba0254c521fb9.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-e7c20efba4ca2732.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-407c4e666a8d0b2a.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-7ac86fe32460165e.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d7ac4481582c0a9f.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-42b25c8fda96b6a4.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-c7a3878bf6e19f24.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-e39d1cdc218fca62.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c18320449fe19678.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-e1ab31e38443a730.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-a8ade3ec4438d82a.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-5a173083876d288a.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 853 | 2024-11-13T00:26:25.299Z | Compiling rcgen v0.13.1 |
| 854 | 2024-11-13T00:26:25.302Z | Running `/home/build/.rustup/toolchains/1.81.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=1b61532c0f3218d9 -C extra-filename=-1b61532c0f3218d9 --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-f1935e7b7c34a91b.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-41406fd8c4a2322a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-6b584ba83be80a79.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-7d435606dd92fbf0.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out` |
| 855 | 2024-11-13T00:26:25.433Z | Compiling trybuild v1.0.101 |
| 856 | 2024-11-13T00:26:25.439Z | Running `/home/build/.rustup/toolchains/1.81.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=26874b8e79a69964 -C extra-filename=-26874b8e79a69964 --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-20ad84b14bb5f485.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-59a97fe3b8ae5440.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-69b4193d3d70ead6.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-ba0b9ae268051772.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rmeta --cap-lints allow` |
| 857 | 2024-11-13T00:26:25.924Z | Compiling expectorate v1.1.0 |
| 858 | 2024-11-13T00:26:25.936Z | Running `/home/build/.rustup/toolchains/1.81.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=9d6095bfa8ccae53 -C extra-filename=-9d6095bfa8ccae53 --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-4941dc25ad921f94.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-46b7faa0d6af7b50.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-70d50c9a3f1d696c.rmeta --cap-lints allow` |
| 859 | 2024-11-13T00:26:25.981Z | Compiling hyper-rustls v0.26.0 |
| 860 | 2024-11-13T00:26:25.983Z | Running `/home/build/.rustup/toolchains/1.81.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=9220aea370dc4b4c -C extra-filename=-9220aea370dc4b4c --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-33f8bee5b6233595.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-3b7896b80fbdccde.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-e1ab31e38443a730.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out` |
| 861 | 2024-11-13T00:26:26.097Z | Compiling async-channel v2.3.1 |
| 862 | 2024-11-13T00:26:26.100Z | Running `/home/build/.rustup/toolchains/1.81.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=0c1d479864e8cd09 -C extra-filename=-0c1d479864e8cd09 --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-82249b45a9b6b084.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-6b934a56ab8cf1a3.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a0a2bff85b2c71f0.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cd29b7cb1c9afaae.rmeta --cap-lints allow` |
| 863 | 2024-11-13T00:26:26.428Z | Compiling tokio-tungstenite v0.24.0 |
| 864 | 2024-11-13T00:26:26.431Z | Running `/home/build/.rustup/toolchains/1.81.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=b7c410ad5eaf32f2 -C extra-filename=-b7c410ad5eaf32f2 --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-33f8bee5b6233595.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-31376c1d09ce4e9e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-3a71df70a9788e10.rmeta --cap-lints allow` |
| 865 | 2024-11-13T00:26:26.473Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.93/src/lib.rs --error-format=json --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=44de4445ca2d3ac2 -C extra-filename=-44de4445ca2d3ac2 --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)'` |
| 866 | 2024-11-13T00:26:26.473Z | Running `/home/build/.rustup/toolchains/1.81.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=68d28e75ebd36f59 -C extra-filename=-68d28e75ebd36f59 --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-f2b3f54863545c90.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds` |
| 867 | 2024-11-13T00:26:26.624Z | Compiling subprocess v0.2.9 |
| 868 | 2024-11-13T00:26:26.626Z | Running `/home/build/.rustup/toolchains/1.81.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=54db5e1a321e339d -C extra-filename=-54db5e1a321e339d --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-db2b4bda57949f71.rmeta --cap-lints allow` |
| 869 | 2024-11-13T00:26:27.039Z | Compiling prettyplease v0.2.25 |
| 870 | 2024-11-13T00:26:27.042Z | Running `/home/build/.rustup/toolchains/1.81.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=4d75af3bac5fcbee -C extra-filename=-4d75af3bac5fcbee --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-4d75af3bac5fcbee -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 871 | 2024-11-13T00:26:27.397Z | Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-4d75af3bac5fcbee/build-script-build` |
| 872 | 2024-11-13T00:26:27.416Z | Compiling schema-derive v0.1.0 |
| 873 | 2024-11-13T00:26:27.419Z | Running `/home/build/.rustup/toolchains/1.81.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=d95d0e167ade28b1 -C extra-filename=-d95d0e167ade28b1 --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-f3b9ce85cb7f52b1.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro --cap-lints allow` |
| 874 | 2024-11-13T00:26:27.452Z | Running `/home/build/.rustup/toolchains/1.81.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=937a4ed9cc6aeb35 -C extra-filename=-937a4ed9cc6aeb35 --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-e347a48c6c373223.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-53020ec10a179cfc.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-1ebcc729e8c939ba.rmeta --cap-lints allow` |
| 875 | 2024-11-13T00:26:27.484Z | Running `/home/build/.rustup/toolchains/1.81.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=6355195a1177e48a -C extra-filename=-6355195a1177e48a --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-1aebac1d143003a7.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
| 876 | 2024-11-13T00:26:28.571Z | Running `/home/build/.rustup/toolchains/1.81.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=e14977578ca0a2ef -C extra-filename=-e14977578ca0a2ef --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-937a4ed9cc6aeb35.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-46b7faa0d6af7b50.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-70d50c9a3f1d696c.rmeta --cap-lints allow` |
| 877 | 2024-11-13T00:26:29.736Z | Compiling schema v0.1.0 |
| 878 | 2024-11-13T00:26:29.740Z | Running `/home/build/.rustup/toolchains/1.81.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=c922a8311770cc90 -C extra-filename=-c922a8311770cc90 --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-1aebac1d143003a7.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-d95d0e167ade28b1.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rmeta --cap-lints allow` |
| 879 | 2024-11-13T00:26:29.850Z | Running `/home/build/.rustup/toolchains/1.81.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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=1d6a989bda1e54f6 -C extra-filename=-1d6a989bda1e54f6 --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-e14977578ca0a2ef.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-bb98e02a6d0ef36d.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-6355195a1177e48a.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-c922a8311770cc90.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-7fb28d2646fe96f9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro` |
| 880 | 2024-11-13T00:26:30.098Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=2b6b7a41db6cd07c -C extra-filename=-2b6b7a41db6cd07c --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-e1ce7034e3d3232f.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out` |
| 881 | 2024-11-13T00:26:32.652Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=8383d2157bc72e55 -C extra-filename=-8383d2157bc72e55 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 882 | 2024-11-13T00:26:37.794Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=c438274ea881a15b -C extra-filename=-c438274ea881a15b --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 883 | 2024-11-13T00:26:37.800Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=8e82867fade6e385 -C extra-filename=-8e82867fade6e385 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 884 | 2024-11-13T00:26:37.803Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=471add4e0cda3df5 -C extra-filename=-471add4e0cda3df5 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 885 | 2024-11-13T00:26:37.803Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_api_trait --edition=2021 dropshot/tests/test_api_trait.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=2d613b39ce4b38fc -C extra-filename=-2d613b39ce4b38fc --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 886 | 2024-11-13T00:26:37.888Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=bf3463437df22824 -C extra-filename=-bf3463437df22824 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 887 | 2024-11-13T00:26:37.888Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=b4cd2cb363bc7eea -C extra-filename=-b4cd2cb363bc7eea --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 888 | 2024-11-13T00:26:37.888Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=df502aebd86cde1a -C extra-filename=-df502aebd86cde1a --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 889 | 2024-11-13T00:26:49.215Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=91383f48e0a17f3e -C extra-filename=-91383f48e0a17f3e --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 890 | 2024-11-13T00:26:52.900Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=9bf814015eafd1a9 -C extra-filename=-9bf814015eafd1a9 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 891 | 2024-11-13T00:26:56.610Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=28f785066c9c1c6e -C extra-filename=-28f785066c9c1c6e --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 892 | 2024-11-13T00:26:59.897Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=35d5d0fd3564ade2 -C extra-filename=-35d5d0fd3564ade2 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 893 | 2024-11-13T00:27:00.378Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_starter --edition=2021 dropshot/tests/test_starter.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=ae999d4b4c48e599 -C extra-filename=-ae999d4b4c48e599 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 894 | 2024-11-13T00:27:01.643Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=a4bb34db81b88b68 -C extra-filename=-a4bb34db81b88b68 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 895 | 2024-11-13T00:27:05.983Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_detached_shutdown --edition=2021 dropshot/tests/test_detached_shutdown.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=6ddac8b3d7fdd0ce -C extra-filename=-6ddac8b3d7fdd0ce --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 896 | 2024-11-13T00:27:16.058Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_versions --edition=2021 dropshot/tests/test_versions.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=fcd83f8c4571ae86 -C extra-filename=-fcd83f8c4571ae86 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 897 | 2024-11-13T00:27:22.617Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=670db49b6c6cb30d -C extra-filename=-670db49b6c6cb30d --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 898 | 2024-11-13T00:27:22.693Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=389f7700af239adb -C extra-filename=-389f7700af239adb --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 899 | 2024-11-13T00:27:23.831Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=306f476c180b3bf9 -C extra-filename=-306f476c180b3bf9 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 900 | 2024-11-13T00:27:28.669Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_demo --edition=2021 dropshot/tests/test_demo.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=7c7de0257f44687d -C extra-filename=-7c7de0257f44687d --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 901 | 2024-11-13T00:27:28.963Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=e481ac11fd668194 -C extra-filename=-e481ac11fd668194 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 902 | 2024-11-13T00:27:33.966Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_path_names --edition=2021 dropshot/tests/test_path_names.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=3047759ff7cff4a1 -C extra-filename=-3047759ff7cff4a1 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 903 | 2024-11-13T00:27:35.233Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=c7344e3111c666d2 -C extra-filename=-c7344e3111c666d2 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 904 | 2024-11-13T00:27:44.686Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=fa171cd64ac71fb0 -C extra-filename=-fa171cd64ac71fb0 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 905 | 2024-11-13T00:27:44.880Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_streaming --edition=2021 dropshot/tests/test_streaming.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=9f00cc111e1e86cb -C extra-filename=-9f00cc111e1e86cb --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 906 | 2024-11-13T00:27:47.039Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=9db066dc36a93988 -C extra-filename=-9db066dc36a93988 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 907 | 2024-11-13T00:27:47.183Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_multipart --edition=2021 dropshot/tests/test_multipart.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=01f4b29bfbdfe771 -C extra-filename=-01f4b29bfbdfe771 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 908 | 2024-11-13T00:27:50.837Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_config --edition=2021 dropshot/tests/test_config.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=a31be92f960b5216 -C extra-filename=-a31be92f960b5216 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 909 | 2024-11-13T00:27:51.628Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=d3e50944f95d43ec -C extra-filename=-d3e50944f95d43ec --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 910 | 2024-11-13T00:27:57.540Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination_schema --edition=2021 dropshot/tests/test_pagination_schema.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=7e6c33b8bccab92f -C extra-filename=-7e6c33b8bccab92f --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 911 | 2024-11-13T00:28:07.204Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=7db9c3e98ea7247d -C extra-filename=-7db9c3e98ea7247d --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 912 | 2024-11-13T00:28:08.867Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=0b627526256a2076 -C extra-filename=-0b627526256a2076 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 913 | 2024-11-13T00:28:08.965Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_openapi --edition=2021 dropshot/tests/test_openapi.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=7a9b3c2003d2afc5 -C extra-filename=-7a9b3c2003d2afc5 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 914 | 2024-11-13T00:28:12.424Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=9444d982434e38c1 -C extra-filename=-9444d982434e38c1 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 915 | 2024-11-13T00:28:13.572Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_tls --edition=2021 dropshot/tests/test_tls.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=f532aa960d2e290b -C extra-filename=-f532aa960d2e290b --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 916 | 2024-11-13T00:28:14.793Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination --edition=2021 dropshot/tests/test_pagination.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=bbedd46d8fa3745b -C extra-filename=-bbedd46d8fa3745b --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-2b6b7a41db6cd07c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-416df9fc09956a95.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 917 | 2024-11-13T00:28:36.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 01s |
| 918 | 2024-11-13T00:28:36.938Z | |
| 919 | 2024-11-13T00:28:36.938Z | real 3:01.318832136 |
| 920 | 2024-11-13T00:28:36.938Z | user 18:57.925329886 |
| 921 | 2024-11-13T00:28:36.938Z | sys 3:10.200072446 |
| 922 | 2024-11-13T00:28:36.938Z | trap 0.880455716 |
| 923 | 2024-11-13T00:28:36.938Z | tflt 0.699256568 |
| 924 | 2024-11-13T00:28:36.938Z | dflt 0.570633403 |
| 925 | 2024-11-13T00:28:36.939Z | kflt 0.006884448 |
| 926 | 2024-11-13T00:28:36.939Z | lock 40:41.082579574 |
| 927 | 2024-11-13T00:28:36.939Z | slp 1:33:50.113161410 |
| 928 | 2024-11-13T00:28:36.942Z | lat 54.470155626 |
| 929 | 2024-11-13T00:28:36.943Z | stop 1:04.353616921 |
| 930 | 2024-11-13T00:28:36.943Z | + banner test |
| 931 | 2024-11-13T00:28:36.943Z | |
| 932 | 2024-11-13T00:28:36.943Z | ##### ###### #### ##### |
| 933 | 2024-11-13T00:28:36.943Z | # # # # |
| 934 | 2024-11-13T00:28:36.943Z | # ##### #### # |
| 935 | 2024-11-13T00:28:36.943Z | # # # # |
| 936 | 2024-11-13T00:28:36.943Z | # # # # # |
| 937 | 2024-11-13T00:28:36.943Z | # ###### #### # |
| 938 | 2024-11-13T00:28:36.943Z | |
| 939 | 2024-11-13T00:28:36.943Z | + ptime -m cargo test --all-features --locked --verbose |
| 940 | 2024-11-13T00:28:37.206Z | Fresh unicode-ident v1.0.12 |
| 941 | 2024-11-13T00:28:37.206Z | Fresh cfg-if v1.0.0 |
| 942 | 2024-11-13T00:28:37.209Z | Fresh itoa v1.0.1 |
| 943 | 2024-11-13T00:28:37.210Z | Fresh memchr v2.6.0 |
| 944 | 2024-11-13T00:28:37.210Z | Fresh proc-macro2 v1.0.89 |
| 945 | 2024-11-13T00:28:37.210Z | Fresh version_check v0.9.5 |
| 946 | 2024-11-13T00:28:37.210Z | Fresh once_cell v1.20.1 |
| 947 | 2024-11-13T00:28:37.210Z | Fresh pin-project-lite v0.2.12 |
| 948 | 2024-11-13T00:28:37.210Z | Fresh autocfg v1.1.0 |
| 949 | 2024-11-13T00:28:37.210Z | Fresh quote v1.0.37 |
| 950 | 2024-11-13T00:28:37.210Z | Fresh libc v0.2.162 |
| 951 | 2024-11-13T00:28:37.210Z | Fresh bytes v1.8.0 |
| 952 | 2024-11-13T00:28:37.210Z | Fresh futures-core v0.3.31 |
| 953 | 2024-11-13T00:28:37.210Z | Fresh cc v1.0.83 |
| 954 | 2024-11-13T00:28:37.211Z | Fresh getrandom v0.2.11 |
| 955 | 2024-11-13T00:28:37.211Z | Fresh futures-sink v0.3.31 |
| 956 | 2024-11-13T00:28:37.211Z | Fresh serde_derive v1.0.214 |
| 957 | 2024-11-13T00:28:37.211Z | Fresh log v0.4.17 |
| 958 | 2024-11-13T00:28:37.211Z | Fresh smallvec v1.13.2 |
| 959 | 2024-11-13T00:28:37.211Z | Fresh scopeguard v1.2.0 |
| 960 | 2024-11-13T00:28:37.211Z | Fresh ryu v1.0.5 |
| 961 | 2024-11-13T00:28:37.211Z | Fresh thiserror-impl v1.0.67 |
| 962 | 2024-11-13T00:28:37.211Z | Fresh serde v1.0.214 |
| 963 | 2024-11-13T00:28:37.211Z | Fresh parking_lot_core v0.9.4 |
| 964 | 2024-11-13T00:28:37.211Z | Fresh lock_api v0.4.6 |
| 965 | 2024-11-13T00:28:37.211Z | Fresh slab v0.4.9 |
| 966 | 2024-11-13T00:28:37.211Z | Fresh tokio-macros v2.3.0 |
| 967 | 2024-11-13T00:28:37.211Z | Fresh socket2 v0.5.5 |
| 968 | 2024-11-13T00:28:37.211Z | Fresh thiserror v1.0.67 |
| 969 | 2024-11-13T00:28:37.211Z | Fresh parking_lot v0.12.1 |
| 970 | 2024-11-13T00:28:37.211Z | Fresh signal-hook-registry v1.4.0 |
| 971 | 2024-11-13T00:28:37.211Z | Fresh mio v0.8.11 |
| 972 | 2024-11-13T00:28:37.211Z | Fresh num_cpus v1.13.0 |
| 973 | 2024-11-13T00:28:37.211Z | Fresh fnv v1.0.7 |
| 974 | 2024-11-13T00:28:37.211Z | Fresh tokio v1.38.1 |
| 975 | 2024-11-13T00:28:37.211Z | Fresh http v1.1.0 |
| 976 | 2024-11-13T00:28:37.211Z | Fresh serde_json v1.0.132 |
| 977 | 2024-11-13T00:28:37.211Z | Fresh futures-channel v0.3.31 |
| 978 | 2024-11-13T00:28:37.211Z | Fresh futures-macro v0.3.31 |
| 979 | 2024-11-13T00:28:37.211Z | Fresh futures-task v0.3.31 |
| 980 | 2024-11-13T00:28:37.211Z | Fresh futures-io v0.3.31 |
| 981 | 2024-11-13T00:28:37.211Z | Fresh hashbrown v0.15.0 |
| 982 | 2024-11-13T00:28:37.211Z | Fresh pin-utils v0.1.0 |
| 983 | 2024-11-13T00:28:37.211Z | Fresh equivalent v1.0.0 |
| 984 | 2024-11-13T00:28:37.211Z | Fresh rustls-pki-types v1.10.0 |
| 985 | 2024-11-13T00:28:37.212Z | Fresh spin v0.9.8 |
| 986 | 2024-11-13T00:28:37.212Z | Fresh tracing-core v0.1.32 |
| 987 | 2024-11-13T00:28:37.212Z | Fresh ucd-trie v0.1.6 |
| 988 | 2024-11-13T00:28:37.212Z | Fresh indexmap v2.6.0 |
| 989 | 2024-11-13T00:28:37.212Z | Fresh futures-util v0.3.31 |
| 990 | 2024-11-13T00:28:37.212Z | Fresh untrusted v0.9.0 |
| 991 | 2024-11-13T00:28:37.212Z | Fresh byteorder v1.4.3 |
| 992 | 2024-11-13T00:28:37.212Z | Fresh tracing v0.1.40 |
| 993 | 2024-11-13T00:28:37.212Z | Fresh pest v2.7.6 |
| 994 | 2024-11-13T00:28:37.212Z | Fresh httparse v1.8.0 |
| 995 | 2024-11-13T00:28:37.212Z | Fresh ring v0.17.7 |
| 996 | 2024-11-13T00:28:37.212Z | Fresh atomic-waker v1.1.1 |
| 997 | 2024-11-13T00:28:37.212Z | Fresh vcpkg v0.2.15 |
| 998 | 2024-11-13T00:28:37.212Z | Fresh pkg-config v0.3.31 |
| 999 | 2024-11-13T00:28:37.212Z | Fresh tokio-util v0.7.7 |
| 1000 | 2024-11-13T00:28:37.212Z | Fresh pest_meta v2.7.6 |
| 1001 | 2024-11-13T00:28:37.212Z | Fresh http-body v1.0.1 |
| 1002 | 2024-11-13T00:28:37.212Z | Fresh zerocopy-derive v0.7.32 |
| 1003 | 2024-11-13T00:28:37.212Z | Fresh try-lock v0.2.3 |
| 1004 | 2024-11-13T00:28:37.212Z | Fresh pest_generator v2.7.6 |
| 1005 | 2024-11-13T00:28:37.212Z | Fresh h2 v0.4.6 |
| 1006 | 2024-11-13T00:28:37.212Z | Fresh zerocopy v0.7.32 |
| 1007 | 2024-11-13T00:28:37.212Z | Fresh want v0.3.0 |
| 1008 | 2024-11-13T00:28:37.212Z | Fresh rustls-webpki v0.102.8 |
| 1009 | 2024-11-13T00:28:37.212Z | Fresh typenum v1.14.0 |
| 1010 | 2024-11-13T00:28:37.212Z | Fresh subtle v2.5.0 |
| 1011 | 2024-11-13T00:28:37.212Z | Fresh zeroize v1.7.0 |
| 1012 | 2024-11-13T00:28:37.212Z | Fresh time-core v0.1.2 |
| 1013 | 2024-11-13T00:28:37.212Z | Fresh num-conv v0.1.0 |
| 1014 | 2024-11-13T00:28:37.212Z | Fresh powerfmt v0.2.0 |
| 1015 | 2024-11-13T00:28:37.212Z | Fresh httpdate v1.0.1 |
| 1016 | 2024-11-13T00:28:37.212Z | Fresh crossbeam-utils v0.8.15 |
| 1017 | 2024-11-13T00:28:37.212Z | Fresh generic-array v0.14.5 |
| 1018 | 2024-11-13T00:28:37.212Z | Fresh pest_derive v2.7.6 |
| 1019 | 2024-11-13T00:28:37.212Z | Fresh time-macros v0.2.18 |
| 1020 | 2024-11-13T00:28:37.212Z | Fresh hyper v1.5.0 |
| 1021 | 2024-11-13T00:28:37.212Z | Fresh deranged v0.3.11 |
| 1022 | 2024-11-13T00:28:37.212Z | Fresh serde_tokenstream v0.2.2 |
| 1023 | 2024-11-13T00:28:37.212Z | Fresh base64 v0.22.1 |
| 1024 | 2024-11-13T00:28:37.213Z | Fresh num_threads v0.1.3 |
| 1025 | 2024-11-13T00:28:37.213Z | Fresh bitflags v2.4.0 |
| 1026 | 2024-11-13T00:28:37.213Z | Fresh time v0.3.36 |
| 1027 | 2024-11-13T00:28:37.213Z | Fresh dtrace-parser v0.2.0 |
| 1028 | 2024-11-13T00:28:37.213Z | Fresh scroll_derive v0.12.0 |
| 1029 | 2024-11-13T00:28:37.213Z | Fresh tower-service v0.3.1 |
| 1030 | 2024-11-13T00:28:37.213Z | Fresh unicode-width v0.1.9 |
| 1031 | 2024-11-13T00:28:37.213Z | Fresh percent-encoding v2.3.1 |
| 1032 | 2024-11-13T00:28:37.213Z | Fresh tinyvec_macros v0.1.0 |
| 1033 | 2024-11-13T00:28:37.213Z | Fresh lazy_static v1.5.0 |
| 1034 | 2024-11-13T00:28:37.213Z | Fresh foreign-types-shared v0.1.1 |
| 1035 | 2024-11-13T00:28:37.213Z | Fresh openssl-probe v0.1.4 |
| 1036 | 2024-11-13T00:28:37.213Z | Fresh form_urlencoded v1.2.1 |
| 1037 | 2024-11-13T00:28:37.213Z | Fresh tinyvec v1.5.1 |
| 1038 | 2024-11-13T00:28:37.213Z | Fresh foreign-types v0.3.2 |
| 1039 | 2024-11-13T00:28:37.213Z | Fresh slog v2.7.0 |
| 1040 | 2024-11-13T00:28:37.213Z | Fresh paste v1.0.15 |
| 1041 | 2024-11-13T00:28:37.213Z | Fresh scroll v0.12.0 |
| 1042 | 2024-11-13T00:28:37.216Z | Fresh hyper-util v0.1.10 |
| 1043 | 2024-11-13T00:28:37.216Z | Fresh crypto-common v0.1.6 |
| 1044 | 2024-11-13T00:28:37.216Z | Fresh block-buffer v0.10.2 |
| 1045 | 2024-11-13T00:28:37.216Z | Fresh openssl-sys v0.9.103 |
| 1046 | 2024-11-13T00:28:37.216Z | Fresh rand_core v0.6.3 |
| 1047 | 2024-11-13T00:28:37.216Z | Fresh openssl-macros v0.1.1 |
| 1048 | 2024-11-13T00:28:37.216Z | Fresh plain v0.2.3 |
| 1049 | 2024-11-13T00:28:37.216Z | Fresh ppv-lite86 v0.2.15 |
| 1050 | 2024-11-13T00:28:37.216Z | Fresh mime v0.3.16 |
| 1051 | 2024-11-13T00:28:37.217Z | Fresh unicode-segmentation v1.10.0 |
| 1052 | 2024-11-13T00:28:37.217Z | Fresh openssl v0.10.66 |
| 1053 | 2024-11-13T00:28:37.217Z | Fresh rand_chacha v0.3.1 |
| 1054 | 2024-11-13T00:28:37.217Z | Fresh newline-converter v0.3.0 |
| 1055 | 2024-11-13T00:28:37.217Z | Fresh goblin v0.8.0 |
| 1056 | 2024-11-13T00:28:37.217Z | Fresh digest v0.10.7 |
| 1057 | 2024-11-13T00:28:37.217Z | Fresh unicase v2.6.0 |
| 1058 | 2024-11-13T00:28:37.217Z | Fresh semver v1.0.23 |
| 1059 | 2024-11-13T00:28:37.217Z | Fresh unicode-normalization v0.1.24 |
| 1060 | 2024-11-13T00:28:37.217Z | Fresh rustls-pemfile v2.1.3 |
| 1061 | 2024-11-13T00:28:37.217Z | Fresh serde_spanned v0.6.7 |
| 1062 | 2024-11-13T00:28:37.217Z | Fresh toml_datetime v0.6.8 |
| 1063 | 2024-11-13T00:28:37.217Z | Fresh dirs-sys-next v0.1.2 |
| 1064 | 2024-11-13T00:28:37.217Z | Fresh similar v2.2.1 |
| 1065 | 2024-11-13T00:28:37.217Z | Fresh unicode-bidi v0.3.15 |
| 1066 | 2024-11-13T00:28:37.217Z | Fresh pretty-hex v0.4.1 |
| 1067 | 2024-11-13T00:28:37.217Z | Fresh cpufeatures v0.2.2 |
| 1068 | 2024-11-13T00:28:37.217Z | Fresh winnow v0.6.18 |
| 1069 | 2024-11-13T00:28:37.217Z | Fresh heck v0.5.0 |
| 1070 | 2024-11-13T00:28:37.218Z | Fresh dirs-next v2.0.0 |
| 1071 | 2024-11-13T00:28:37.218Z | Fresh dof v0.3.0 |
| 1072 | 2024-11-13T00:28:37.218Z | Fresh idna v0.5.0 |
| 1073 | 2024-11-13T00:28:37.218Z | Fresh native-tls v0.2.12 |
| 1074 | 2024-11-13T00:28:37.218Z | Fresh toml_edit v0.22.20 |
| 1075 | 2024-11-13T00:28:37.218Z | Fresh sha1 v0.10.6 |
| 1076 | 2024-11-13T00:28:37.218Z | Fresh rustls v0.22.4 |
| 1077 | 2024-11-13T00:28:37.218Z | Fresh num-traits v0.2.14 |
| 1078 | 2024-11-13T00:28:37.218Z | Fresh rustls v0.23.13 |
| 1079 | 2024-11-13T00:28:37.218Z | Fresh rand v0.8.4 |
| 1080 | 2024-11-13T00:28:37.218Z | Fresh concurrent-queue v2.5.0 |
| 1081 | 2024-11-13T00:28:37.218Z | Fresh http-body-util v0.1.2 |
| 1082 | 2024-11-13T00:28:37.218Z | Fresh serde_derive_internals v0.29.0 |
| 1083 | 2024-11-13T00:28:37.218Z | Fresh syn v2.0.87 |
| 1084 | 2024-11-13T00:28:37.218Z | Fresh thread-id v4.0.0 |
| 1085 | 2024-11-13T00:28:37.218Z | Fresh thread_local v1.1.4 |
| 1086 | 2024-11-13T00:28:37.218Z | Fresh encoding_rs v0.8.32 |
| 1087 | 2024-11-13T00:28:37.218Z | Fresh parking v2.2.0 |
| 1088 | 2024-11-13T00:28:37.218Z | Fresh iana-time-zone v0.1.47 |
| 1089 | 2024-11-13T00:28:37.218Z | Fresh match_cfg v0.1.0 |
| 1090 | 2024-11-13T00:28:37.218Z | Fresh chrono v0.4.38 |
| 1091 | 2024-11-13T00:28:37.218Z | Fresh hostname v0.3.1 |
| 1092 | 2024-11-13T00:28:37.218Z | Fresh event-listener v5.0.0 |
| 1093 | 2024-11-13T00:28:37.218Z | Fresh schemars_derive v0.8.21 |
| 1094 | 2024-11-13T00:28:37.220Z | Fresh usdt-impl v0.5.0 |
| 1095 | 2024-11-13T00:28:37.220Z | Fresh toml v0.8.19 |
| 1096 | 2024-11-13T00:28:37.220Z | Fresh tokio-rustls v0.26.0 |
| 1097 | 2024-11-13T00:28:37.220Z | Fresh tokio-rustls v0.25.0 |
| 1098 | 2024-11-13T00:28:37.220Z | Fresh tokio-native-tls v0.3.1 |
| 1099 | 2024-11-13T00:28:37.220Z | Fresh term v0.7.0 |
| 1100 | 2024-11-13T00:28:37.220Z | Compiling dropshot_endpoint v0.12.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 1101 | 2024-11-13T00:28:37.220Z | Fresh url v2.5.2 |
| 1102 | 2024-11-13T00:28:37.220Z | Fresh usdt-attr-macro v0.5.0 |
| 1103 | 2024-11-13T00:28:37.220Z | Fresh usdt-macro v0.5.0 |
| 1104 | 2024-11-13T00:28:37.220Z | Fresh serde_urlencoded v0.7.1 |
| 1105 | 2024-11-13T00:28:37.220Z | Fresh slog-json v2.6.1 |
| 1106 | 2024-11-13T00:28:37.220Z | Fresh crossbeam-channel v0.5.1 |
| 1107 | 2024-11-13T00:28:37.220Z | Fresh futures-executor v0.3.31 |
| 1108 | 2024-11-13T00:28:37.220Z | Running `/home/build/.rustup/toolchains/1.81.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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=bb4930227d27352f -C extra-filename=-bb4930227d27352f --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-bb98e02a6d0ef36d.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-7fb28d2646fe96f9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro` |
| 1109 | 2024-11-13T00:28:37.221Z | Fresh webpki-roots v0.26.5 |
| 1110 | 2024-11-13T00:28:37.221Z | Fresh uuid v1.11.0 |
| 1111 | 2024-11-13T00:28:37.221Z | Fresh async-stream-impl v0.3.6 |
| 1112 | 2024-11-13T00:28:37.221Z | Fresh is-terminal v0.4.12 |
| 1113 | 2024-11-13T00:28:37.221Z | Fresh errno v0.3.8 |
| 1114 | 2024-11-13T00:28:37.221Z | Fresh memmap v0.7.0 |
| 1115 | 2024-11-13T00:28:37.221Z | Fresh utf-8 v0.7.6 |
| 1116 | 2024-11-13T00:28:37.249Z | Fresh take_mut v0.2.2 |
| 1117 | 2024-11-13T00:28:37.251Z | Fresh dyn-clone v1.0.4 |
| 1118 | 2024-11-13T00:28:37.252Z | Fresh data-encoding v2.4.0 |
| 1119 | 2024-11-13T00:28:37.252Z | Fresh slog-term v2.9.1 |
| 1120 | 2024-11-13T00:28:37.252Z | Fresh slog-async v2.8.0 |
| 1121 | 2024-11-13T00:28:37.252Z | Fresh schemars v0.8.21 |
| 1122 | 2024-11-13T00:28:37.252Z | Fresh tungstenite v0.24.0 |
| 1123 | 2024-11-13T00:28:37.252Z | Fresh usdt v0.5.0 |
| 1124 | 2024-11-13T00:28:37.253Z | Fresh rustix v0.38.40 |
| 1125 | 2024-11-13T00:28:37.253Z | Fresh hyper-rustls v0.27.3 |
| 1126 | 2024-11-13T00:28:37.253Z | Fresh async-stream v0.3.6 |
| 1127 | 2024-11-13T00:28:37.253Z | Fresh slog-bunyan v2.5.0 |
| 1128 | 2024-11-13T00:28:37.253Z | Fresh futures v0.3.31 |
| 1129 | 2024-11-13T00:28:37.253Z | Fresh hyper-tls v0.6.0 |
| 1130 | 2024-11-13T00:28:37.253Z | Fresh mime_guess v2.0.5 |
| 1131 | 2024-11-13T00:28:37.253Z | Fresh target-triple v0.1.3 |
| 1132 | 2024-11-13T00:28:37.253Z | Fresh event-listener-strategy v0.5.2 |
| 1133 | 2024-11-13T00:28:37.253Z | Fresh camino v1.1.9 |
| 1134 | 2024-11-13T00:28:37.253Z | Fresh multer v3.1.0 |
| 1135 | 2024-11-13T00:28:37.253Z | Fresh rustls-native-certs v0.7.0 |
| 1136 | 2024-11-13T00:28:37.253Z | Fresh yasna v0.5.2 |
| 1137 | 2024-11-13T00:28:37.253Z | Fresh pem v3.0.4 |
| 1138 | 2024-11-13T00:28:37.253Z | Fresh waitgroup v0.1.2 |
| 1139 | 2024-11-13T00:28:37.253Z | Fresh openapiv3 v2.0.0 |
| 1140 | 2024-11-13T00:28:37.253Z | Fresh serde_path_to_error v0.1.16 |
| 1141 | 2024-11-13T00:28:37.253Z | Fresh async-trait v0.1.83 |
| 1142 | 2024-11-13T00:28:37.253Z | Fresh sync_wrapper v1.0.1 |
| 1143 | 2024-11-13T00:28:37.253Z | Fresh hostname v0.4.0 |
| 1144 | 2024-11-13T00:28:37.253Z | Fresh glob v0.3.0 |
| 1145 | 2024-11-13T00:28:37.253Z | Fresh termcolor v1.1.2 |
| 1146 | 2024-11-13T00:28:37.253Z | Fresh http-range v0.1.4 |
| 1147 | 2024-11-13T00:28:37.253Z | Fresh fastrand v2.1.1 |
| 1148 | 2024-11-13T00:28:37.253Z | Fresh ipnet v2.10.0 |
| 1149 | 2024-11-13T00:28:37.253Z | Fresh debug-ignore v1.0.5 |
| 1150 | 2024-11-13T00:28:37.253Z | Fresh simple-mermaid v0.1.1 |
| 1151 | 2024-11-13T00:28:37.256Z | Fresh hyper-staticfile v0.10.1 |
| 1152 | 2024-11-13T00:28:37.256Z | Fresh trybuild v1.0.101 |
| 1153 | 2024-11-13T00:28:37.256Z | Fresh tempfile v3.14.0 |
| 1154 | 2024-11-13T00:28:37.256Z | Fresh reqwest v0.12.9 |
| 1155 | 2024-11-13T00:28:37.256Z | Fresh rcgen v0.13.1 |
| 1156 | 2024-11-13T00:28:37.256Z | Fresh async-channel v2.3.1 |
| 1157 | 2024-11-13T00:28:37.256Z | Fresh hyper-rustls v0.26.0 |
| 1158 | 2024-11-13T00:28:37.256Z | Fresh anyhow v1.0.93 |
| 1159 | 2024-11-13T00:28:37.256Z | Fresh tokio-tungstenite v0.24.0 |
| 1160 | 2024-11-13T00:28:37.256Z | Fresh buf-list v1.0.3 |
| 1161 | 2024-11-13T00:28:37.256Z | Fresh subprocess v0.2.9 |
| 1162 | 2024-11-13T00:28:37.256Z | Fresh schema-derive v0.1.0 |
| 1163 | 2024-11-13T00:28:37.256Z | Fresh console v0.15.7 |
| 1164 | 2024-11-13T00:28:37.256Z | Fresh schema v0.1.0 |
| 1165 | 2024-11-13T00:28:37.256Z | Fresh expectorate v1.1.0 |
| 1166 | 2024-11-13T00:28:37.256Z | Fresh prettyplease v0.2.25 |
| 1167 | 2024-11-13T00:28:39.699Z | Compiling dropshot v0.12.1-dev (/work/oxidecomputer/dropshot/dropshot) |
| 1168 | 2024-11-13T00:28:39.704Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=d2f52f7435770b10 -C extra-filename=-d2f52f7435770b10 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1169 | 2024-11-13T00:28:39.704Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=4530cd1e61e40c1e -C extra-filename=-4530cd1e61e40c1e --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-e1ce7034e3d3232f.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out` |
| 1170 | 2024-11-13T00:28:46.550Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=c00346783f6f9e3b -C extra-filename=-c00346783f6f9e3b --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1171 | 2024-11-13T00:28:46.555Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_demo --edition=2021 dropshot/tests/test_demo.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=e958be559d790f48 -C extra-filename=-e958be559d790f48 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1172 | 2024-11-13T00:28:46.556Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=74ec35454d7ed79c -C extra-filename=-74ec35454d7ed79c --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1173 | 2024-11-13T00:28:46.556Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=8ba6c77076cf848c -C extra-filename=-8ba6c77076cf848c --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1174 | 2024-11-13T00:28:46.560Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_versions --edition=2021 dropshot/tests/test_versions.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=d16b505a8b81a2e2 -C extra-filename=-d16b505a8b81a2e2 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1175 | 2024-11-13T00:28:46.560Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=b851d8fb45e88c5e -C extra-filename=-b851d8fb45e88c5e --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1176 | 2024-11-13T00:28:47.070Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=3e29a9c49eeddf2d -C extra-filename=-3e29a9c49eeddf2d --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1177 | 2024-11-13T00:28:48.162Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=9cb17d469f408ba5 -C extra-filename=-9cb17d469f408ba5 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1178 | 2024-11-13T00:29:02.030Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=8412146f03acfbad -C extra-filename=-8412146f03acfbad --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1179 | 2024-11-13T00:29:09.042Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=27392509f07df50c -C extra-filename=-27392509f07df50c --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1180 | 2024-11-13T00:29:11.267Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_openapi --edition=2021 dropshot/tests/test_openapi.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=75477d36b22bdd3d -C extra-filename=-75477d36b22bdd3d --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1181 | 2024-11-13T00:29:13.396Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_multipart --edition=2021 dropshot/tests/test_multipart.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=616f8acc85438171 -C extra-filename=-616f8acc85438171 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1182 | 2024-11-13T00:29:14.688Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=4756c05fa901a887 -C extra-filename=-4756c05fa901a887 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1183 | 2024-11-13T00:29:17.356Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_streaming --edition=2021 dropshot/tests/test_streaming.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=eee9f9a18c2408fb -C extra-filename=-eee9f9a18c2408fb --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1184 | 2024-11-13T00:29:25.426Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=ba2360a294e616a4 -C extra-filename=-ba2360a294e616a4 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1185 | 2024-11-13T00:29:25.456Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=7935507de5adbafb -C extra-filename=-7935507de5adbafb --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1186 | 2024-11-13T00:29:33.501Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_path_names --edition=2021 dropshot/tests/test_path_names.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=f6cebfb2c59c8013 -C extra-filename=-f6cebfb2c59c8013 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1187 | 2024-11-13T00:29:37.028Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=a856e8fabc238393 -C extra-filename=-a856e8fabc238393 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1188 | 2024-11-13T00:29:37.730Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=f3ac5ed1c2d39aff -C extra-filename=-f3ac5ed1c2d39aff --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1189 | 2024-11-13T00:29:39.429Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=eb2acab7af1094ab -C extra-filename=-eb2acab7af1094ab --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1190 | 2024-11-13T00:29:41.569Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=69fe6553f7a2a762 -C extra-filename=-69fe6553f7a2a762 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1191 | 2024-11-13T00:29:44.530Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_api_trait --edition=2021 dropshot/tests/test_api_trait.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=2db46bca81a520b4 -C extra-filename=-2db46bca81a520b4 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1192 | 2024-11-13T00:29:45.557Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=2f3d1f1c270da4f9 -C extra-filename=-2f3d1f1c270da4f9 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1193 | 2024-11-13T00:29:48.004Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_detached_shutdown --edition=2021 dropshot/tests/test_detached_shutdown.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=05ee256d3e49c20e -C extra-filename=-05ee256d3e49c20e --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1194 | 2024-11-13T00:29:54.061Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=54290f72c10d9d34 -C extra-filename=-54290f72c10d9d34 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1195 | 2024-11-13T00:29:56.224Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination --edition=2021 dropshot/tests/test_pagination.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=189af6e0323971bb -C extra-filename=-189af6e0323971bb --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1196 | 2024-11-13T00:30:01.055Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_starter --edition=2021 dropshot/tests/test_starter.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=cddaddfc290e676a -C extra-filename=-cddaddfc290e676a --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1197 | 2024-11-13T00:30:03.480Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_config --edition=2021 dropshot/tests/test_config.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=dac73aebc239e1d7 -C extra-filename=-dac73aebc239e1d7 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1198 | 2024-11-13T00:30:05.873Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_pagination_schema --edition=2021 dropshot/tests/test_pagination_schema.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=6ecd6f385a6ebe3b -C extra-filename=-6ecd6f385a6ebe3b --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1199 | 2024-11-13T00:30:07.509Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_tls --edition=2021 dropshot/tests/test_tls.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=71c4593534d015f6 -C extra-filename=-71c4593534d015f6 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1200 | 2024-11-13T00:30:11.878Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=879c9fc3b9f80f4b -C extra-filename=-879c9fc3b9f80f4b --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1201 | 2024-11-13T00:30:17.609Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=d41b3936890a9204 -C extra-filename=-d41b3936890a9204 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1202 | 2024-11-13T00:30:22.839Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=fa317cf7a3d2cd35 -C extra-filename=-fa317cf7a3d2cd35 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1203 | 2024-11-13T00:30:23.751Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=e14574b0b5ef9757 -C extra-filename=-e14574b0b5ef9757 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1204 | 2024-11-13T00:30:29.719Z | Running `/home/build/.rustup/toolchains/1.81.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' --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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=54ecad451eef6286 -C extra-filename=-54ecad451eef6286 --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-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-e3b8fa91cce17322/out -L native=/usr/ssl-3/lib/amd64` |
| 1205 | 2024-11-13T00:30:44.925Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 08s |
| 1206 | 2024-11-13T00:30:44.973Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-d2f52f7435770b10` |
| 1207 | 2024-11-13T00:30:44.999Z | |
| 1208 | 2024-11-13T00:30:44.999Z | running 104 tests |
| 1209 | 2024-11-13T00:30:45.002Z | test api_description::test::test_endpoint_versions_matches ... ok |
| 1210 | 2024-11-13T00:30:45.002Z | test api_description::test::test_endpoint_versions_range ... ok |
| 1211 | 2024-11-13T00:30:45.002Z | test api_description::test::test_endpoint_versions_overlaps ... ok |
| 1212 | 2024-11-13T00:30:45.002Z | test api_description::test::test_badpath4 - should panic ... ok |
| 1213 | 2024-11-13T00:30:45.002Z | test api_description::test::test_tags_need_one ... ok |
| 1214 | 2024-11-13T00:30:45.002Z | test api_description::test::test_tag_config_deserialize_old ... ok |
| 1215 | 2024-11-13T00:30:45.002Z | test api_description::test::test_badpath3 ... ok |
| 1216 | 2024-11-13T00:30:45.002Z | test api_description::test::test_badpath1 ... ok |
| 1217 | 2024-11-13T00:30:45.002Z | test api_description::test::test_badpath2 ... ok |
| 1218 | 2024-11-13T00:30:45.002Z | test api_description::test::test_dup_names ... ok |
| 1219 | 2024-11-13T00:30:45.002Z | test api_description::test::test_tags_too_many ... ok |
| 1220 | 2024-11-13T00:30:45.002Z | test api_description::test::test_tags_just_right ... ok |
| 1221 | 2024-11-13T00:30:45.002Z | test error::test::test_serialize_error_response_body ... ok |
| 1222 | 2024-11-13T00:30:45.002Z | test from_map::test::test_lone_literal ... ok |
| 1223 | 2024-11-13T00:30:45.002Z | test extractor::metadata::test::test_metadata_flattened ... ok |
| 1224 | 2024-11-13T00:30:45.002Z | test extractor::metadata::test::test_metadata_simple ... ok |
| 1225 | 2024-11-13T00:30:45.002Z | test from_map::test::test_deep ... ok |
| 1226 | 2024-11-13T00:30:45.002Z | test from_map::test::test_missing_data1 ... ok |
| 1227 | 2024-11-13T00:30:45.002Z | test extractor::metadata::test::test_metadata_flattened_enum ... ok |
| 1228 | 2024-11-13T00:30:45.002Z | test extractor::metadata::test::test_metadata_pagination ... ok |
| 1229 | 2024-11-13T00:30:45.002Z | test from_map::test::test_missing_data2 ... ok |
| 1230 | 2024-11-13T00:30:45.002Z | test from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok |
| 1231 | 2024-11-13T00:30:45.002Z | test from_map::test::test_types ... ok |
| 1232 | 2024-11-13T00:30:45.005Z | test logging::test::test_config_bad_terminal_no_level ... ok |
| 1233 | 2024-11-13T00:30:45.005Z | test logging::test::test_config_bad_file_no_file ... ok |
| 1234 | 2024-11-13T00:30:45.005Z | test logging::test::test_config_bad_file_no_level ... ok |
| 1235 | 2024-11-13T00:30:45.005Z | test logging::test::test_config_bad_terminal_bad_level ... ok |
| 1236 | 2024-11-13T00:30:45.005Z | test logging::test::test_config_bad_log_mode ... ok |
| 1237 | 2024-11-13T00:30:45.005Z | test logging::test::test_config_bad_file_bad_path_type ... ok |
| 1238 | 2024-11-13T00:30:45.005Z | test logging::test::test_config_bad_file_path_exists_fail ... ok |
| 1239 | 2024-11-13T00:30:45.005Z | test pagination::test::test_results_page ... ok |
| 1240 | 2024-11-13T00:30:45.005Z | test router::test::test_bad_path_segment1 - should panic ... ok |
| 1241 | 2024-11-13T00:30:45.005Z | test pagination::test::test_pagination_schema ... ok |
| 1242 | 2024-11-13T00:30:45.005Z | test pagination::test::test_pagparams_parsing ... ok |
| 1243 | 2024-11-13T00:30:45.005Z | test pagination::test::test_page_token_serialization ... ok |
| 1244 | 2024-11-13T00:30:45.005Z | test router::test::test_bad_path_segment2 - should panic ... ok |
| 1245 | 2024-11-13T00:30:45.006Z | note: configured to log to "/tmp/dropshot-d2f52f7435770b10.2111.file_dir/log.out" |
| 1246 | 2024-11-13T00:30:45.006Z | test router::test::test_bad_path_segment3 - should panic ... ok |
| 1247 | 2024-11-13T00:30:45.006Z | test router::test::test_bogus_regex - should panic ... ok |
| 1248 | 2024-11-13T00:30:45.006Z | test router::test::test_duplicate_route1 - should panic ... ok |
| 1249 | 2024-11-13T00:30:45.006Z | test router::test::test_duplicate_route2 - should panic ... ok |
| 1250 | 2024-11-13T00:30:45.006Z | test router::test::test_bad_path_segment4 - should panic ... ok |
| 1251 | 2024-11-13T00:30:45.006Z | test router::test::test_duplicate_route3 - should panic ... ok |
| 1252 | 2024-11-13T00:30:45.006Z | test router::test::test_duplicate_route_overlapping_version - should panic ... ok |
| 1253 | 2024-11-13T00:30:45.006Z | test logging::test::test_config_stderr_terminal ... ok |
| 1254 | 2024-11-13T00:30:45.006Z | test router::test::test_duplicate_varname - should panic ... ok |
| 1255 | 2024-11-13T00:30:45.006Z | test router::test::test_embedded_non_variable ... ok |
| 1256 | 2024-11-13T00:30:45.006Z | test router::test::test_empty_variable ... ok |
| 1257 | 2024-11-13T00:30:45.006Z | test router::test::test_duplicate_route_same_version - should panic ... ok |
| 1258 | 2024-11-13T00:30:45.006Z | test router::test::test_iter2 ... ok |
| 1259 | 2024-11-13T00:30:45.006Z | test router::test::test_iter_null ... ok |
| 1260 | 2024-11-13T00:30:45.006Z | test router::test::test_inconsistent_varname - should panic ... ok |
| 1261 | 2024-11-13T00:30:45.006Z | test router::test::test_iter ... ok |
| 1262 | 2024-11-13T00:30:45.007Z | test router::test::test_error_cases ... ok |
| 1263 | 2024-11-13T00:30:45.007Z | test router::test::test_literal_after_regex - should panic ... ok |
| 1264 | 2024-11-13T00:30:45.007Z | test router::test::test_literal_after_variable - should panic ... ok |
| 1265 | 2024-11-13T00:30:45.007Z | test router::test::test_map_bad_value ... ok |
| 1266 | 2024-11-13T00:30:45.007Z | test router::test::test_map_bad_seq ... ok |
| 1267 | 2024-11-13T00:30:45.007Z | note: configured to log to "/tmp/dropshot-d2f52f7435770b10.2111.file_dir/log.out" |
| 1268 | 2024-11-13T00:30:45.007Z | test router::test::test_map ... ok |
| 1269 | 2024-11-13T00:30:45.007Z | test router::test::test_path_segment ... ok |
| 1270 | 2024-11-13T00:30:45.007Z | test router::test::test_more_after_regex - should panic ... ok |
| 1271 | 2024-11-13T00:30:45.007Z | test router::test::test_segments ... ok |
| 1272 | 2024-11-13T00:30:45.007Z | test router::test::test_router_basic ... ok |
| 1273 | 2024-11-13T00:30:45.007Z | test router::test::test_router_versioned ... ok |
| 1274 | 2024-11-13T00:30:45.007Z | test router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok |
| 1275 | 2024-11-13T00:30:45.007Z | test router::test::test_variable_name_bad_end - should panic ... ok |
| 1276 | 2024-11-13T00:30:45.007Z | test router::test::test_variable_rename ... ok |
| 1277 | 2024-11-13T00:30:45.007Z | test router::test::test_variable_name_bad_start - should panic ... ok |
| 1278 | 2024-11-13T00:30:45.007Z | test router::test::test_variable_name_empty - should panic ... ok |
| 1279 | 2024-11-13T00:30:45.008Z | test router::test::test_variable_after_literal - should panic ... ok |
| 1280 | 2024-11-13T00:30:45.008Z | test router::test::test_variables_basic ... ok |
| 1281 | 2024-11-13T00:30:45.008Z | test api_description::test::test_tags_set ... ok |
| 1282 | 2024-11-13T00:30:45.008Z | test router::test::test_variables_glob ... ok |
| 1283 | 2024-11-13T00:30:45.008Z | note: configured to log to "/tmp/dropshot-d2f52f7435770b10.2111.file_dir/log.out" |
| 1284 | 2024-11-13T00:30:45.008Z | test router::test::test_variables_multi ... ok |
| 1285 | 2024-11-13T00:30:45.008Z | test schema_util::test::test_empty_struct ... ok |
| 1286 | 2024-11-13T00:30:45.008Z | test schema_util::test::test_additional_properties ... ok |
| 1287 | 2024-11-13T00:30:45.008Z | test schema_util::test::test_bad_schema - should panic ... ok |
| 1288 | 2024-11-13T00:30:45.008Z | test schema_util::test::test_extension_conversion ... ok |
| 1289 | 2024-11-13T00:30:45.008Z | test schema_util::test::test_nullable ... ok |
| 1290 | 2024-11-13T00:30:45.008Z | test schema_util::test::test_two_types - should panic ... ok |
| 1291 | 2024-11-13T00:30:45.008Z | test logging::test::test_config_file ... ok |
| 1292 | 2024-11-13T00:30:45.008Z | test schema_util::test::test_garbage_barge_structure_conversion ... ok |
| 1293 | 2024-11-13T00:30:45.011Z | test test_util::test::test_bunyan_bad_name - should panic ... ok |
| 1294 | 2024-11-13T00:30:45.011Z | test test_util::test::test_bunyan_bad_v - should panic ... ok |
| 1295 | 2024-11-13T00:30:45.011Z | test test_util::test::test_bunyan_bad_hostname - should panic ... ok |
| 1296 | 2024-11-13T00:30:45.011Z | test test_util::test::test_bunyan_bad_pid - should panic ... ok |
| 1297 | 2024-11-13T00:30:45.011Z | test test_util::test::test_bunyan_easy_cases ... ok |
| 1298 | 2024-11-13T00:30:45.012Z | test test_util::test::test_bunyan_seq_bad_order - should panic ... ok |
| 1299 | 2024-11-13T00:30:45.012Z | test test_util::test::test_bunyan_seq_easy_cases ... ok |
| 1300 | 2024-11-13T00:30:45.012Z | test test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok |
| 1301 | 2024-11-13T00:30:45.012Z | test test_util::test::test_bunyan_seq_upper_violated - should panic ... ok |
| 1302 | 2024-11-13T00:30:45.012Z | test test_util::test::test_bunyan_seq_lower_violated - should panic ... ok |
| 1303 | 2024-11-13T00:30:45.012Z | test to_map::test::test_to_map_enum ... ok |
| 1304 | 2024-11-13T00:30:45.012Z | test to_map::test::test_to_map_num ... ok |
| 1305 | 2024-11-13T00:30:45.012Z | test schema_util::test::test_schema2struct_with_enum_variants ... ok |
| 1306 | 2024-11-13T00:30:45.012Z | test to_map::test::test_to_map_valid ... ok |
| 1307 | 2024-11-13T00:30:45.012Z | test to_map::test::test_to_map_vec ... ok |
| 1308 | 2024-11-13T00:30:45.012Z | test to_map::test::test_to_map_seq ... ok |
| 1309 | 2024-11-13T00:30:45.012Z | test type_util::tests::test_commented_ref ... ok |
| 1310 | 2024-11-13T00:30:45.012Z | test type_util::tests::test_recursive_type - should panic ... ok |
| 1311 | 2024-11-13T00:30:45.012Z | test type_util::tests::test_reflexive_type - should panic ... ok |
| 1312 | 2024-11-13T00:30:45.012Z | test websocket::tests::test_ws_upg_task_is_spawned ... ok |
| 1313 | 2024-11-13T00:30:45.012Z | test server::test::test_drop_server_without_close_okay ... ok |
| 1314 | 2024-11-13T00:30:45.012Z | test server::test::test_server_run_then_close ... ok |
| 1315 | 2024-11-13T00:30:45.012Z | test server::test::test_http_acceptor_happy_path ... ok |
| 1316 | 2024-11-13T00:30:45.012Z | |
| 1317 | 2024-11-13T00:30:45.012Z | test result: ok. 104 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 1318 | 2024-11-13T00:30:45.012Z | |
| 1319 | 2024-11-13T00:30:45.015Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-74ec35454d7ed79c` |
| 1320 | 2024-11-13T00:30:45.020Z | |
| 1321 | 2024-11-13T00:30:45.020Z | running 1 test |
| 1322 | 2024-11-13T00:30:45.304Z | Locking 1 package to latest compatible version |
| 1323 | 2024-11-13T00:30:45.327Z | Adding dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot) |
| 1324 | 2024-11-13T00:30:45.964Z | Compiling proc-macro2 v1.0.89 |
| 1325 | 2024-11-13T00:30:45.964Z | Compiling unicode-ident v1.0.12 |
| 1326 | 2024-11-13T00:30:45.964Z | Compiling libc v0.2.162 |
| 1327 | 2024-11-13T00:30:45.966Z | Checking cfg-if v1.0.0 |
| 1328 | 2024-11-13T00:30:45.966Z | Compiling serde v1.0.214 |
| 1329 | 2024-11-13T00:30:45.966Z | Compiling version_check v0.9.5 |
| 1330 | 2024-11-13T00:30:45.966Z | Checking itoa v1.0.1 |
| 1331 | 2024-11-13T00:30:46.161Z | Checking pin-project-lite v0.2.12 |
| 1332 | 2024-11-13T00:30:46.226Z | Checking memchr v2.6.0 |
| 1333 | 2024-11-13T00:30:46.291Z | Compiling autocfg v1.1.0 |
| 1334 | 2024-11-13T00:30:46.738Z | Compiling thiserror v1.0.67 |
| 1335 | 2024-11-13T00:30:46.938Z | Compiling log v0.4.17 |
| 1336 | 2024-11-13T00:30:47.003Z | Checking once_cell v1.20.1 |
| 1337 | 2024-11-13T00:30:47.115Z | Checking bytes v1.8.0 |
| 1338 | 2024-11-13T00:30:47.335Z | Checking futures-core v0.3.31 |
| 1339 | 2024-11-13T00:30:47.355Z | Compiling ryu v1.0.5 |
| 1340 | 2024-11-13T00:30:47.493Z | Compiling parking_lot_core v0.9.4 |
| 1341 | 2024-11-13T00:30:47.525Z | Compiling slab v0.4.9 |
| 1342 | 2024-11-13T00:30:47.669Z | Checking futures-sink v0.3.31 |
| 1343 | 2024-11-13T00:30:47.823Z | Compiling cc v1.0.83 |
| 1344 | 2024-11-13T00:30:47.861Z | Compiling serde_json v1.0.132 |
| 1345 | 2024-11-13T00:30:47.888Z | Checking scopeguard v1.2.0 |
| 1346 | 2024-11-13T00:30:47.938Z | Compiling quote v1.0.37 |
| 1347 | 2024-11-13T00:30:48.046Z | Checking smallvec v1.13.2 |
| 1348 | 2024-11-13T00:30:48.065Z | Checking lock_api v0.4.6 |
| 1349 | 2024-11-13T00:30:48.251Z | Checking fnv v1.0.7 |
| 1350 | 2024-11-13T00:30:48.271Z | Checking getrandom v0.2.11 |
| 1351 | 2024-11-13T00:30:48.379Z | Compiling syn v2.0.87 |
| 1352 | 2024-11-13T00:30:48.494Z | Checking socket2 v0.5.5 |
| 1353 | 2024-11-13T00:30:48.531Z | Checking num_cpus v1.13.0 |
| 1354 | 2024-11-13T00:30:48.533Z | Checking signal-hook-registry v1.4.0 |
| 1355 | 2024-11-13T00:30:48.660Z | Checking mio v0.8.11 |
| 1356 | 2024-11-13T00:30:48.769Z | Checking parking_lot v0.12.1 |
| 1357 | 2024-11-13T00:30:48.771Z | Checking http v1.1.0 |
| 1358 | 2024-11-13T00:30:48.805Z | Checking futures-channel v0.3.31 |
| 1359 | 2024-11-13T00:30:49.131Z | Checking pin-utils v0.1.0 |
| 1360 | 2024-11-13T00:30:49.169Z | Checking futures-task v0.3.31 |
| 1361 | 2024-11-13T00:30:49.232Z | Checking futures-io v0.3.31 |
| 1362 | 2024-11-13T00:30:49.273Z | Compiling httparse v1.8.0 |
| 1363 | 2024-11-13T00:30:49.309Z | Checking hashbrown v0.15.0 |
| 1364 | 2024-11-13T00:30:49.476Z | Checking rustls-pki-types v1.10.0 |
| 1365 | 2024-11-13T00:30:49.491Z | Checking equivalent v1.0.0 |
| 1366 | 2024-11-13T00:30:49.688Z | Checking spin v0.9.8 |
| 1367 | 2024-11-13T00:30:49.884Z | Compiling ucd-trie v0.1.6 |
| 1368 | 2024-11-13T00:30:50.238Z | Checking tracing-core v0.1.32 |
| 1369 | 2024-11-13T00:30:50.368Z | Checking untrusted v0.9.0 |
| 1370 | 2024-11-13T00:30:50.532Z | Compiling pkg-config v0.3.31 |
| 1371 | 2024-11-13T00:30:50.549Z | Checking atomic-waker v1.1.1 |
| 1372 | 2024-11-13T00:30:50.693Z | Compiling vcpkg v0.2.15 |
| 1373 | 2024-11-13T00:30:50.708Z | Compiling typenum v1.14.0 |
| 1374 | 2024-11-13T00:30:50.863Z | Checking http-body v1.0.1 |
| 1375 | 2024-11-13T00:30:50.927Z | Checking tracing v0.1.40 |
| 1376 | 2024-11-13T00:30:51.248Z | Compiling generic-array v0.14.5 |
| 1377 | 2024-11-13T00:30:51.262Z | Compiling crossbeam-utils v0.8.15 |
| 1378 | 2024-11-13T00:30:51.410Z | Checking try-lock v0.2.3 |
| 1379 | 2024-11-13T00:30:51.569Z | Checking want v0.3.0 |
| 1380 | 2024-11-13T00:30:51.627Z | Compiling ring v0.17.7 |
| 1381 | 2024-11-13T00:30:51.765Z | Compiling unicase v2.6.0 |
| 1382 | 2024-11-13T00:30:51.801Z | Compiling num-conv v0.1.0 |
| 1383 | 2024-11-13T00:30:51.960Z | Checking subtle v2.5.0 |
| 1384 | 2024-11-13T00:30:52.114Z | Checking zeroize v1.7.0 |
| 1385 | 2024-11-13T00:30:52.150Z | Compiling time-core v0.1.2 |
| 1386 | 2024-11-13T00:30:52.200Z | Checking httpdate v1.0.1 |
| 1387 | 2024-11-13T00:30:52.340Z | Checking powerfmt v0.2.0 |
| 1388 | 2024-11-13T00:30:52.382Z | Compiling time-macros v0.2.18 |
| 1389 | 2024-11-13T00:30:52.626Z | Checking deranged v0.3.11 |
| 1390 | 2024-11-13T00:30:52.898Z | Checking byteorder v1.4.3 |
| 1391 | 2024-11-13T00:30:53.337Z | Compiling slog v2.7.0 |
| 1392 | 2024-11-13T00:30:53.361Z | Checking bitflags v2.4.0 |
| 1393 | 2024-11-13T00:30:53.583Z | Compiling openssl-sys v0.9.103 |
| 1394 | 2024-11-13T00:30:53.876Z | Checking num_threads v0.1.3 |
| 1395 | 2024-11-13T00:30:54.182Z | Checking base64 v0.22.1 |
| 1396 | 2024-11-13T00:30:54.555Z | Compiling usdt-impl v0.5.0 |
| 1397 | 2024-11-13T00:30:54.664Z | Compiling openssl v0.10.66 |
| 1398 | 2024-11-13T00:30:54.817Z | Checking percent-encoding v2.3.1 |
| 1399 | 2024-11-13T00:30:55.008Z | Compiling semver v1.0.23 |
| 1400 | 2024-11-13T00:30:55.042Z | Checking openssl-probe v0.1.4 |
| 1401 | 2024-11-13T00:30:55.177Z | Checking foreign-types-shared v0.1.1 |
| 1402 | 2024-11-13T00:30:55.203Z | Checking tower-service v0.3.1 |
| 1403 | 2024-11-13T00:30:55.219Z | Checking tinyvec_macros v0.1.0 |
| 1404 | 2024-11-13T00:30:55.291Z | Checking foreign-types v0.3.2 |
| 1405 | 2024-11-13T00:30:55.318Z | Checking tinyvec v1.5.1 |
| 1406 | 2024-11-13T00:30:55.389Z | Checking form_urlencoded v1.2.1 |
| 1407 | 2024-11-13T00:30:55.691Z | Checking crypto-common v0.1.6 |
| 1408 | 2024-11-13T00:30:55.771Z | Checking block-buffer v0.10.2 |
| 1409 | 2024-11-13T00:30:56.075Z | Checking rand_core v0.6.3 |
| 1410 | 2024-11-13T00:30:56.205Z | Compiling thread-id v4.0.0 |
| 1411 | 2024-11-13T00:30:56.305Z | Checking time v0.3.36 |
| 1412 | 2024-11-13T00:30:56.331Z | Compiling num-traits v0.2.14 |
| 1413 | 2024-11-13T00:30:56.351Z | Checking plain v0.2.3 |
| 1414 | 2024-11-13T00:30:56.372Z | Compiling rustls v0.22.4 |
| 1415 | 2024-11-13T00:30:56.533Z | Checking mime v0.3.16 |
| 1416 | 2024-11-13T00:30:56.649Z | Compiling rustls v0.23.13 |
| 1417 | 2024-11-13T00:30:56.698Z | Checking ppv-lite86 v0.2.15 |
| 1418 | 2024-11-13T00:30:56.714Z | Compiling native-tls v0.2.12 |
| 1419 | 2024-11-13T00:30:56.879Z | Checking unicode-normalization v0.1.24 |
| 1420 | 2024-11-13T00:30:57.150Z | Checking digest v0.10.7 |
| 1421 | 2024-11-13T00:30:57.438Z | Checking rand_chacha v0.3.1 |
| 1422 | 2024-11-13T00:30:57.456Z | Checking rustls-pemfile v2.1.3 |
| 1423 | 2024-11-13T00:30:57.456Z | Checking dirs-sys-next v0.1.2 |
| 1424 | 2024-11-13T00:30:57.659Z | Checking pretty-hex v0.4.1 |
| 1425 | 2024-11-13T00:30:57.712Z | Checking cpufeatures v0.2.2 |
| 1426 | 2024-11-13T00:30:57.794Z | Checking unicode-bidi v0.3.15 |
| 1427 | 2024-11-13T00:30:57.809Z | Checking sha1 v0.10.6 |
| 1428 | 2024-11-13T00:30:57.812Z | Checking rand v0.8.4 |
| 1429 | 2024-11-13T00:30:57.844Z | Checking dirs-next v2.0.0 |
| 1430 | 2024-11-13T00:30:57.923Z | Checking rustls-webpki v0.102.8 |
| 1431 | 2024-11-13T00:30:57.981Z | Compiling mime_guess v2.0.5 |
| 1432 | 2024-11-13T00:30:58.330Z | Compiling serde_derive_internals v0.29.0 |
| 1433 | 2024-11-13T00:30:58.442Z | Checking idna v0.5.0 |
| 1434 | 2024-11-13T00:30:59.340Z | Checking concurrent-queue v2.5.0 |
| 1435 | 2024-11-13T00:30:59.723Z | Checking thread_local v1.1.4 |
| 1436 | 2024-11-13T00:30:59.747Z | Compiling multer v3.1.0 |
| 1437 | 2024-11-13T00:30:59.824Z | Checking encoding_rs v0.8.32 |
| 1438 | 2024-11-13T00:31:00.023Z | Compiling slog-async v2.8.0 |
| 1439 | 2024-11-13T00:31:00.137Z | Compiling rustix v0.38.40 |
| 1440 | 2024-11-13T00:31:00.722Z | Checking iana-time-zone v0.1.47 |
| 1441 | 2024-11-13T00:31:00.890Z | Checking parking v2.2.0 |
| 1442 | 2024-11-13T00:31:01.083Z | Compiling schemars v0.8.21 |
| 1443 | 2024-11-13T00:31:01.176Z | Checking match_cfg v0.1.0 |
| 1444 | 2024-11-13T00:31:01.283Z | Checking winnow v0.6.18 |
| 1445 | 2024-11-13T00:31:01.518Z | Compiling camino v1.1.9 |
| 1446 | 2024-11-13T00:31:02.075Z | Compiling paste v1.0.15 |
| 1447 | 2024-11-13T00:31:02.249Z | Checking hostname v0.3.1 |
| 1448 | 2024-11-13T00:31:02.470Z | Checking event-listener v5.0.0 |
| 1449 | 2024-11-13T00:31:02.631Z | Checking url v2.5.2 |
| 1450 | 2024-11-13T00:31:02.846Z | Checking term v0.7.0 |
| 1451 | 2024-11-13T00:31:02.990Z | Checking crossbeam-channel v0.5.1 |
| 1452 | 2024-11-13T00:31:03.282Z | Checking webpki-roots v0.26.5 |
| 1453 | 2024-11-13T00:31:03.498Z | Checking is-terminal v0.4.12 |
| 1454 | 2024-11-13T00:31:03.501Z | Checking errno v0.3.8 |
| 1455 | 2024-11-13T00:31:03.527Z | Checking memmap v0.7.0 |
| 1456 | 2024-11-13T00:31:03.626Z | Compiling dropshot v0.12.1-dev (/work/oxidecomputer/dropshot/dropshot) |
| 1457 | 2024-11-13T00:31:03.659Z | Compiling heck v0.5.0 |
| 1458 | 2024-11-13T00:31:03.697Z | Checking lazy_static v1.5.0 |
| 1459 | 2024-11-13T00:31:03.743Z | Checking take_mut v0.2.2 |
| 1460 | 2024-11-13T00:31:03.745Z | Checking unicode-segmentation v1.10.0 |
| 1461 | 2024-11-13T00:31:03.835Z | Checking utf-8 v0.7.6 |
| 1462 | 2024-11-13T00:31:03.902Z | Checking unicode-width v0.1.9 |
| 1463 | 2024-11-13T00:31:03.977Z | Compiling buf-list v1.0.3 |
| 1464 | 2024-11-13T00:31:04.023Z | Compiling anyhow v1.0.93 |
| 1465 | 2024-11-13T00:31:04.049Z | Checking dyn-clone v1.0.4 |
| 1466 | 2024-11-13T00:31:04.069Z | Checking data-encoding v2.4.0 |
| 1467 | 2024-11-13T00:31:04.181Z | Checking console v0.15.7 |
| 1468 | 2024-11-13T00:31:04.387Z | Checking newline-converter v0.3.0 |
| 1469 | 2024-11-13T00:31:04.574Z | Checking slog-term v2.9.1 |
| 1470 | 2024-11-13T00:31:04.780Z | Checking event-listener-strategy v0.5.2 |
| 1471 | 2024-11-13T00:31:04.811Z | Compiling serde_derive v1.0.214 |
| 1472 | 2024-11-13T00:31:04.838Z | Compiling thiserror-impl v1.0.67 |
| 1473 | 2024-11-13T00:31:04.864Z | Compiling tokio-macros v2.3.0 |
| 1474 | 2024-11-13T00:31:04.981Z | Compiling futures-macro v0.3.31 |
| 1475 | 2024-11-13T00:31:05.063Z | Compiling zerocopy-derive v0.7.32 |
| 1476 | 2024-11-13T00:31:05.089Z | Compiling scroll_derive v0.12.0 |
| 1477 | 2024-11-13T00:31:05.503Z | Compiling openssl-macros v0.1.1 |
| 1478 | 2024-11-13T00:31:05.830Z | Compiling schemars_derive v0.8.21 |
| 1479 | 2024-11-13T00:31:07.266Z | Checking scroll v0.12.0 |
| 1480 | 2024-11-13T00:31:07.385Z | Checking tokio v1.38.1 |
| 1481 | 2024-11-13T00:31:07.760Z | Checking goblin v0.8.0 |
| 1482 | 2024-11-13T00:31:07.827Z | Checking futures-util v0.3.31 |
| 1483 | 2024-11-13T00:31:08.720Z | Compiling zerocopy v0.7.32 |
| 1484 | 2024-11-13T00:31:10.281Z | Compiling pest v2.7.6 |
| 1485 | 2024-11-13T00:31:12.169Z | Compiling async-stream-impl v0.3.6 |
| 1486 | 2024-11-13T00:31:12.691Z | Compiling pest_meta v2.7.6 |
| 1487 | 2024-11-13T00:31:12.966Z | Checking tungstenite v0.24.0 |
| 1488 | 2024-11-13T00:31:13.162Z | Checking http-body-util v0.1.2 |
| 1489 | 2024-11-13T00:31:13.182Z | Checking futures-executor v0.3.31 |
| 1490 | 2024-11-13T00:31:13.423Z | Checking futures v0.3.31 |
| 1491 | 2024-11-13T00:31:13.690Z | Compiling async-trait v0.1.83 |
| 1492 | 2024-11-13T00:31:13.884Z | Compiling pest_generator v2.7.6 |
| 1493 | 2024-11-13T00:31:13.937Z | Checking yasna v0.5.2 |
| 1494 | 2024-11-13T00:31:14.328Z | Checking async-stream v0.3.6 |
| 1495 | 2024-11-13T00:31:14.545Z | Checking rustls-native-certs v0.7.0 |
| 1496 | 2024-11-13T00:31:14.635Z | Checking tokio-util v0.7.7 |
| 1497 | 2024-11-13T00:31:14.714Z | Checking tokio-rustls v0.26.0 |
| 1498 | 2024-11-13T00:31:14.886Z | Checking tokio-rustls v0.25.0 |
| 1499 | 2024-11-13T00:31:15.126Z | Checking tokio-native-tls v0.3.1 |
| 1500 | 2024-11-13T00:31:15.251Z | Checking pem v3.0.4 |
| 1501 | 2024-11-13T00:31:15.347Z | Checking waitgroup v0.1.2 |
| 1502 | 2024-11-13T00:31:15.400Z | Checking hostname v0.4.0 |
| 1503 | 2024-11-13T00:31:15.492Z | Checking sync_wrapper v1.0.1 |
| 1504 | 2024-11-13T00:31:15.526Z | Checking simple-mermaid v0.1.1 |
| 1505 | 2024-11-13T00:31:15.543Z | Checking http-range v0.1.4 |
| 1506 | 2024-11-13T00:31:15.545Z | Checking fastrand v2.1.1 |
| 1507 | 2024-11-13T00:31:15.647Z | Checking debug-ignore v1.0.5 |
| 1508 | 2024-11-13T00:31:15.722Z | Checking ipnet v2.10.0 |
| 1509 | 2024-11-13T00:31:15.801Z | Checking similar v2.2.1 |
| 1510 | 2024-11-13T00:31:15.908Z | Checking tempfile v3.14.0 |
| 1511 | 2024-11-13T00:31:16.203Z | Checking rcgen v0.13.1 |
| 1512 | 2024-11-13T00:31:16.219Z | Checking tokio-tungstenite v0.24.0 |
| 1513 | 2024-11-13T00:31:16.523Z | Checking expectorate v1.1.0 |
| 1514 | 2024-11-13T00:31:16.700Z | Checking async-channel v2.3.1 |
| 1515 | 2024-11-13T00:31:16.704Z | Checking subprocess v0.2.9 |
| 1516 | 2024-11-13T00:31:17.535Z | Compiling pest_derive v2.7.6 |
| 1517 | 2024-11-13T00:31:18.599Z | Compiling dtrace-parser v0.2.0 |
| 1518 | 2024-11-13T00:31:19.799Z | Checking indexmap v2.6.0 |
| 1519 | 2024-11-13T00:31:19.799Z | Checking serde_spanned v0.6.7 |
| 1520 | 2024-11-13T00:31:19.803Z | Checking toml_datetime v0.6.8 |
| 1521 | 2024-11-13T00:31:19.803Z | Checking serde_urlencoded v0.7.1 |
| 1522 | 2024-11-13T00:31:19.803Z | Checking uuid v1.11.0 |
| 1523 | 2024-11-13T00:31:19.803Z | Checking chrono v0.4.38 |
| 1524 | 2024-11-13T00:31:20.110Z | Checking serde_path_to_error v0.1.16 |
| 1525 | 2024-11-13T00:31:20.388Z | Compiling serde_tokenstream v0.2.2 |
| 1526 | 2024-11-13T00:31:20.968Z | Checking h2 v0.4.6 |
| 1527 | 2024-11-13T00:31:20.968Z | Checking toml_edit v0.22.20 |
| 1528 | 2024-11-13T00:31:20.999Z | Compiling dropshot_endpoint v0.12.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 1529 | 2024-11-13T00:31:21.274Z | Checking dof v0.3.0 |
| 1530 | 2024-11-13T00:31:21.274Z | Checking slog-json v2.6.1 |
| 1531 | 2024-11-13T00:31:21.278Z | Checking openapiv3 v2.0.0 |
| 1532 | 2024-11-13T00:31:21.558Z | Checking slog-bunyan v2.5.0 |
| 1533 | 2024-11-13T00:31:23.450Z | Checking toml v0.8.19 |
| 1534 | 2024-11-13T00:31:24.429Z | Compiling usdt-macro v0.5.0 |
| 1535 | 2024-11-13T00:31:24.430Z | Compiling usdt-attr-macro v0.5.0 |
| 1536 | 2024-11-13T00:31:25.156Z | Checking hyper v1.5.0 |
| 1537 | 2024-11-13T00:31:26.143Z | Checking usdt v0.5.0 |
| 1538 | 2024-11-13T00:31:26.585Z | Checking hyper-util v0.1.10 |
| 1539 | 2024-11-13T00:31:26.585Z | Checking hyper-staticfile v0.10.1 |
| 1540 | 2024-11-13T00:31:27.644Z | Checking hyper-rustls v0.27.3 |
| 1541 | 2024-11-13T00:31:27.644Z | Checking hyper-tls v0.6.0 |
| 1542 | 2024-11-13T00:31:27.647Z | Checking hyper-rustls v0.26.0 |
| 1543 | 2024-11-13T00:31:27.879Z | Checking reqwest v0.12.9 |
| 1544 | 2024-11-13T00:31:30.119Z | Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot) |
| 1545 | 2024-11-13T00:31:30.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.15s |
| 1546 | 2024-11-13T00:31:30.586Z | |
| 1547 | 2024-11-13T00:31:30.586Z | |
| 1548 | 2024-11-13T00:31:39.925Z | test tests/fail/bad_channel10.rs ... ok |
| 1549 | 2024-11-13T00:31:39.925Z | test tests/fail/bad_channel11.rs ... ok |
| 1550 | 2024-11-13T00:31:39.925Z | test tests/fail/bad_channel12.rs ... ok |
| 1551 | 2024-11-13T00:31:39.926Z | test tests/fail/bad_channel13.rs ... ok |
| 1552 | 2024-11-13T00:31:39.929Z | test tests/fail/bad_channel14.rs ... ok |
| 1553 | 2024-11-13T00:31:39.929Z | test tests/fail/bad_channel15.rs ... ok |
| 1554 | 2024-11-13T00:31:39.929Z | test tests/fail/bad_channel17.rs ... ok |
| 1555 | 2024-11-13T00:31:39.930Z | test tests/fail/bad_channel18.rs ... ok |
| 1556 | 2024-11-13T00:31:39.930Z | test tests/fail/bad_channel19.rs ... ok |
| 1557 | 2024-11-13T00:31:39.930Z | test tests/fail/bad_channel1a.rs ... ok |
| 1558 | 2024-11-13T00:31:39.930Z | test tests/fail/bad_channel1b.rs ... ok |
| 1559 | 2024-11-13T00:31:39.930Z | test tests/fail/bad_channel2.rs ... ok |
| 1560 | 2024-11-13T00:31:39.930Z | test tests/fail/bad_channel20.rs ... ok |
| 1561 | 2024-11-13T00:31:39.930Z | test tests/fail/bad_channel21.rs ... ok |
| 1562 | 2024-11-13T00:31:39.930Z | test tests/fail/bad_channel22.rs ... ok |
| 1563 | 2024-11-13T00:31:39.930Z | test tests/fail/bad_channel23.rs ... ok |
| 1564 | 2024-11-13T00:31:39.930Z | test tests/fail/bad_channel24.rs ... ok |
| 1565 | 2024-11-13T00:31:39.930Z | test tests/fail/bad_channel25.rs ... ok |
| 1566 | 2024-11-13T00:31:39.930Z | test tests/fail/bad_channel26.rs ... ok |
| 1567 | 2024-11-13T00:31:39.930Z | test tests/fail/bad_channel27.rs ... ok |
| 1568 | 2024-11-13T00:31:39.930Z | test tests/fail/bad_channel3.rs ... ok |
| 1569 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_channel4.rs ... ok |
| 1570 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_channel5.rs ... ok |
| 1571 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_channel6.rs ... ok |
| 1572 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_channel8.rs ... ok |
| 1573 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_channel9.rs ... ok |
| 1574 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint1.rs ... ok |
| 1575 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint10.rs ... ok |
| 1576 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint11.rs ... ok |
| 1577 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint12.rs ... ok |
| 1578 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint13.rs ... ok |
| 1579 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint14.rs ... ok |
| 1580 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint15.rs ... ok |
| 1581 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint16.rs ... ok |
| 1582 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint17.rs ... ok |
| 1583 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint18.rs ... ok |
| 1584 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint19.rs ... ok |
| 1585 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint2.rs ... ok |
| 1586 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint20.rs ... ok |
| 1587 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint21.rs ... ok |
| 1588 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint22.rs ... ok |
| 1589 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint23.rs ... ok |
| 1590 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint24.rs ... ok |
| 1591 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint25.rs ... ok |
| 1592 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint26.rs ... ok |
| 1593 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint27.rs ... ok |
| 1594 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint3.rs ... ok |
| 1595 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint4.rs ... ok |
| 1596 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint5.rs ... ok |
| 1597 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint6.rs ... ok |
| 1598 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint7.rs ... ok |
| 1599 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint8.rs ... ok |
| 1600 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_endpoint9.rs ... ok |
| 1601 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_trait_channel10.rs ... ok |
| 1602 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_trait_channel11.rs ... ok |
| 1603 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_trait_channel12.rs ... ok |
| 1604 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_trait_channel13.rs ... ok |
| 1605 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_trait_channel14.rs ... ok |
| 1606 | 2024-11-13T00:31:39.931Z | test tests/fail/bad_trait_channel15.rs ... ok |
| 1607 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_channel17.rs ... ok |
| 1608 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_channel18.rs ... ok |
| 1609 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_channel19.rs ... ok |
| 1610 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_channel1a.rs ... ok |
| 1611 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_channel1b.rs ... ok |
| 1612 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_channel2.rs ... ok |
| 1613 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_channel20.rs ... ok |
| 1614 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_channel21.rs ... ok |
| 1615 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_channel22.rs ... ok |
| 1616 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_channel23.rs ... ok |
| 1617 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_channel24.rs ... ok |
| 1618 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_channel25.rs ... ok |
| 1619 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_channel26.rs ... ok |
| 1620 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_channel3.rs ... ok |
| 1621 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_channel4.rs ... ok |
| 1622 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_channel5.rs ... ok |
| 1623 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_channel6.rs ... ok |
| 1624 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_channel8.rs ... ok |
| 1625 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_channel9.rs ... ok |
| 1626 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_endpoint1.rs ... ok |
| 1627 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_endpoint10.rs ... ok |
| 1628 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_endpoint11.rs ... ok |
| 1629 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_endpoint12.rs ... ok |
| 1630 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_endpoint13.rs ... ok |
| 1631 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_endpoint14.rs ... ok |
| 1632 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_endpoint15.rs ... ok |
| 1633 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_endpoint16.rs ... ok |
| 1634 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_endpoint17.rs ... ok |
| 1635 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_endpoint18.rs ... ok |
| 1636 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_endpoint19.rs ... ok |
| 1637 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_endpoint2.rs ... ok |
| 1638 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_endpoint20.rs ... ok |
| 1639 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_endpoint21.rs ... ok |
| 1640 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_endpoint22.rs ... ok |
| 1641 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_endpoint23.rs ... ok |
| 1642 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_endpoint24.rs ... ok |
| 1643 | 2024-11-13T00:31:39.932Z | test tests/fail/bad_trait_endpoint25.rs ... ok |
| 1644 | 2024-11-13T00:31:39.933Z | test tests/fail/bad_trait_endpoint26.rs ... ok |
| 1645 | 2024-11-13T00:31:39.933Z | test tests/fail/bad_trait_endpoint27.rs ... ok |
| 1646 | 2024-11-13T00:31:39.933Z | test tests/fail/bad_trait_endpoint3.rs ... ok |
| 1647 | 2024-11-13T00:31:39.936Z | test tests/fail/bad_trait_endpoint4.rs ... ok |
| 1648 | 2024-11-13T00:31:39.936Z | test tests/fail/bad_trait_endpoint5.rs ... ok |
| 1649 | 2024-11-13T00:31:39.936Z | test tests/fail/bad_trait_endpoint6.rs ... ok |
| 1650 | 2024-11-13T00:31:39.936Z | test tests/fail/bad_trait_endpoint7.rs ... ok |
| 1651 | 2024-11-13T00:31:39.936Z | test tests/fail/bad_trait_endpoint8.rs ... ok |
| 1652 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_endpoint9.rs ... ok |
| 1653 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only1.rs ... ok |
| 1654 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only10.rs ... ok |
| 1655 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only11.rs ... ok |
| 1656 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only12.rs ... ok |
| 1657 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only13.rs ... ok |
| 1658 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only14.rs ... ok |
| 1659 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only15.rs ... ok |
| 1660 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only16.rs ... ok |
| 1661 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only17.rs ... ok |
| 1662 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only18.rs ... ok |
| 1663 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only19.rs ... ok |
| 1664 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only2.rs ... ok |
| 1665 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only20.rs ... ok |
| 1666 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only21.rs ... ok |
| 1667 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only22.rs ... ok |
| 1668 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only3.rs ... ok |
| 1669 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only4.rs ... ok |
| 1670 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only5.rs ... ok |
| 1671 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only6.rs ... ok |
| 1672 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only7.rs ... ok |
| 1673 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only8.rs ... ok |
| 1674 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_trait_only9.rs ... ok |
| 1675 | 2024-11-13T00:31:39.937Z | test tests/fail/bad_version_backwards.rs ... ok |
| 1676 | 2024-11-13T00:31:39.937Z | test tests/fail/unused_endpoint.rs ... ok |
| 1677 | 2024-11-13T00:31:39.937Z | |
| 1678 | 2024-11-13T00:31:39.937Z | |
| 1679 | 2024-11-13T00:31:39.937Z | test fail ... ok |
| 1680 | 2024-11-13T00:31:39.938Z | |
| 1681 | 2024-11-13T00:31:39.938Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 54.94s |
| 1682 | 2024-11-13T00:31:39.938Z | |
| 1683 | 2024-11-13T00:31:39.941Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_api_trait-2db46bca81a520b4` |
| 1684 | 2024-11-13T00:31:39.946Z | |
| 1685 | 2024-11-13T00:31:39.946Z | running 4 tests |
| 1686 | 2024-11-13T00:31:39.949Z | test test_api_trait_with_disallowed_tags ... ok |
| 1687 | 2024-11-13T00:31:39.949Z | test test_api_trait_basic ... ok |
| 1688 | 2024-11-13T00:31:39.949Z | test test_api_trait_with_empty_tag_config ... ok |
| 1689 | 2024-11-13T00:31:39.949Z | test test_api_trait_with_complex_tags ... ok |
| 1690 | 2024-11-13T00:31:39.949Z | |
| 1691 | 2024-11-13T00:31:39.949Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1692 | 2024-11-13T00:31:39.949Z | |
| 1693 | 2024-11-13T00:31:39.949Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_config-dac73aebc239e1d7` |
| 1694 | 2024-11-13T00:31:39.954Z | |
| 1695 | 2024-11-13T00:31:39.954Z | running 11 tests |
| 1696 | 2024-11-13T00:31:39.957Z | test test_config_bad_request_body_max_bytes_too_large ... ok |
| 1697 | 2024-11-13T00:31:39.957Z | test test_config_bad_bind_address_port_too_small ... ok |
| 1698 | 2024-11-13T00:31:39.957Z | test test_config_bad_bind_address_port_too_large ... ok |
| 1699 | 2024-11-13T00:31:39.957Z | test test_config_bad_bind_address_garbage ... ok |
| 1700 | 2024-11-13T00:31:39.957Z | test test_config_bad_request_body_max_bytes_negative ... ok |
| 1701 | 2024-11-13T00:31:39.960Z | note: configured to log to "/tmp/test_config-dac73aebc239e1d7-config_bind_address_https_buffer.2881.1.log" |
| 1702 | 2024-11-13T00:31:39.960Z | note: configured to log to "/tmp/test_config-dac73aebc239e1d7-config_handler_task_mode_cancel.2881.3.log" |
| 1703 | 2024-11-13T00:31:39.960Z | note: configured to log to "/tmp/test_config-dac73aebc239e1d7-config_bind_address_http.2881.2.log" |
| 1704 | 2024-11-13T00:31:39.960Z | note: configured to log to "/tmp/test_config-dac73aebc239e1d7-test_unversioned_servers_with_versioned_routes.2881.5.log" |
| 1705 | 2024-11-13T00:31:39.960Z | note: configured to log to "/tmp/test_config-dac73aebc239e1d7-config_handler_task_mode_detached.2881.4.log" |
| 1706 | 2024-11-13T00:31:39.961Z | note: configured to log to "/tmp/test_config-dac73aebc239e1d7-config_bind_address_https.2881.0.log" |
| 1707 | 2024-11-13T00:31:39.961Z | test test_unversioned_servers_with_versioned_routes ... ok |
| 1708 | 2024-11-13T00:31:39.963Z | test test_config_handler_task_mode_detached ... ok |
| 1709 | 2024-11-13T00:31:39.963Z | test test_config_handler_task_mode_cancel ... ok |
| 1710 | 2024-11-13T00:31:39.965Z | test test_config_bind_address_http ... ok |
| 1711 | 2024-11-13T00:31:39.974Z | test test_config_bind_address_https ... ok |
| 1712 | 2024-11-13T00:31:39.976Z | test test_config_bind_address_https_buffer ... ok |
| 1713 | 2024-11-13T00:31:39.976Z | |
| 1714 | 2024-11-13T00:31:39.976Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 1715 | 2024-11-13T00:31:39.976Z | |
| 1716 | 2024-11-13T00:31:39.976Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_demo-e958be559d790f48` |
| 1717 | 2024-11-13T00:31:39.983Z | |
| 1718 | 2024-11-13T00:31:39.983Z | running 21 tests |
| 1719 | 2024-11-13T00:31:39.989Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-test_307_temporary_redirect.2882.2.log" |
| 1720 | 2024-11-13T00:31:39.990Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-demo1.2882.1.log" |
| 1721 | 2024-11-13T00:31:39.990Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-demo2json.2882.5.log" |
| 1722 | 2024-11-13T00:31:39.990Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-test_303_see_other.2882.3.log" |
| 1723 | 2024-11-13T00:31:39.992Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-test_302_bogus.2882.7.log" |
| 1724 | 2024-11-13T00:31:39.992Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-test_302_found.2882.4.log" |
| 1725 | 2024-11-13T00:31:39.992Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-test_delete_request.2882.6.log" |
| 1726 | 2024-11-13T00:31:39.992Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-demo2query.2882.0.log" |
| 1727 | 2024-11-13T00:31:39.995Z | test test_302_found ... ok |
| 1728 | 2024-11-13T00:31:39.998Z | test test_307_temporary_redirect ... ok |
| 1729 | 2024-11-13T00:31:39.998Z | test test_302_bogus ... ok |
| 1730 | 2024-11-13T00:31:39.998Z | test test_delete_request ... ok |
| 1731 | 2024-11-13T00:31:39.998Z | test test_demo1 ... ok |
| 1732 | 2024-11-13T00:31:39.998Z | test test_303_see_other ... ok |
| 1733 | 2024-11-13T00:31:39.998Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-demo3json.2882.9.log" |
| 1734 | 2024-11-13T00:31:39.998Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-demo_websocket.2882.8.log" |
| 1735 | 2024-11-13T00:31:39.998Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-demo_path_param_string.2882.10.log" |
| 1736 | 2024-11-13T00:31:39.998Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-demo_path_param_uuid.2882.11.log" |
| 1737 | 2024-11-13T00:31:39.998Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-demo2urlencoded.2882.12.log" |
| 1738 | 2024-11-13T00:31:39.998Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-demo_path_param_u32.2882.13.log" |
| 1739 | 2024-11-13T00:31:40.002Z | test test_demo2query ... ok |
| 1740 | 2024-11-13T00:31:40.002Z | test test_demo_websocket ... ok |
| 1741 | 2024-11-13T00:31:40.002Z | test test_demo2json ... ok |
| 1742 | 2024-11-13T00:31:40.002Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-test_header_request.2882.14.log" |
| 1743 | 2024-11-13T00:31:40.002Z | test test_demo_path_param_uuid ... ok |
| 1744 | 2024-11-13T00:31:40.002Z | test test_demo_path_param_u32 ... ok |
| 1745 | 2024-11-13T00:31:40.002Z | test test_demo3json ... ok |
| 1746 | 2024-11-13T00:31:40.002Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-test_head_request.2882.15.log" |
| 1747 | 2024-11-13T00:31:40.002Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-tet_raw_request.2882.16.log" |
| 1748 | 2024-11-13T00:31:40.002Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-test_request_compat.2882.17.log" |
| 1749 | 2024-11-13T00:31:40.002Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-test_request_remote_addr.2882.18.log" |
| 1750 | 2024-11-13T00:31:40.003Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-test_streaming_body.2882.19.log" |
| 1751 | 2024-11-13T00:31:40.005Z | test test_demo2urlencoded ... ok |
| 1752 | 2024-11-13T00:31:40.005Z | test test_header_request ... ok |
| 1753 | 2024-11-13T00:31:40.006Z | test test_head_request ... ok |
| 1754 | 2024-11-13T00:31:40.006Z | test test_demo_path_param_string ... ok |
| 1755 | 2024-11-13T00:31:40.006Z | test test_request_remote_addr ... ok |
| 1756 | 2024-11-13T00:31:40.006Z | test test_raw_request ... ok |
| 1757 | 2024-11-13T00:31:40.006Z | note: configured to log to "/tmp/test_demo-e958be559d790f48-test_untyped_body.2882.20.log" |
| 1758 | 2024-11-13T00:31:40.006Z | test test_request_compat ... ok |
| 1759 | 2024-11-13T00:31:40.006Z | test test_streaming_body ... ok |
| 1760 | 2024-11-13T00:31:40.010Z | test test_untyped_body ... ok |
| 1761 | 2024-11-13T00:31:40.010Z | |
| 1762 | 2024-11-13T00:31:40.010Z | test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
| 1763 | 2024-11-13T00:31:40.010Z | |
| 1764 | 2024-11-13T00:31:40.013Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_detached_shutdown-05ee256d3e49c20e` |
| 1765 | 2024-11-13T00:31:40.020Z | |
| 1766 | 2024-11-13T00:31:40.020Z | running 1 test |
| 1767 | 2024-11-13T00:31:40.023Z | note: configured to log to "/tmp/test_detached_shutdown-05ee256d3e49c20e-graceful_shutdown_with_detached_handler.2883.0.log" |
| 1768 | 2024-11-13T00:31:42.025Z | test test_graceful_shutdown_with_detached_handler ... ok |
| 1769 | 2024-11-13T00:31:42.026Z | |
| 1770 | 2024-11-13T00:31:42.026Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.01s |
| 1771 | 2024-11-13T00:31:42.026Z | |
| 1772 | 2024-11-13T00:31:42.032Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_multipart-616f8acc85438171` |
| 1773 | 2024-11-13T00:31:42.041Z | |
| 1774 | 2024-11-13T00:31:42.041Z | running 4 tests |
| 1775 | 2024-11-13T00:31:42.041Z | note: configured to log to "/tmp/test_multipart-616f8acc85438171-multipart_client.2884.1.log" |
| 1776 | 2024-11-13T00:31:42.041Z | note: configured to log to "/tmp/test_multipart-616f8acc85438171-multipart_client.2884.3.log" |
| 1777 | 2024-11-13T00:31:42.041Z | note: configured to log to "/tmp/test_multipart-616f8acc85438171-multipart_client.2884.2.log" |
| 1778 | 2024-11-13T00:31:42.041Z | note: configured to log to "/tmp/test_multipart-616f8acc85438171-multipart_client.2884.0.log" |
| 1779 | 2024-11-13T00:31:42.053Z | test missing_boundary ... ok |
| 1780 | 2024-11-13T00:31:42.053Z | test no_content_type ... ok |
| 1781 | 2024-11-13T00:31:42.053Z | test test_multipart_client ... ok |
| 1782 | 2024-11-13T00:31:42.053Z | test weird_content_type ... ok |
| 1783 | 2024-11-13T00:31:42.053Z | |
| 1784 | 2024-11-13T00:31:42.053Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 1785 | 2024-11-13T00:31:42.053Z | |
| 1786 | 2024-11-13T00:31:42.053Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_openapi-75477d36b22bdd3d` |
| 1787 | 2024-11-13T00:31:42.053Z | |
| 1788 | 2024-11-13T00:31:42.053Z | running 2 tests |
| 1789 | 2024-11-13T00:31:42.064Z | test test_openapi ... ok |
| 1790 | 2024-11-13T00:31:42.064Z | test test_openapi_fuller ... ok |
| 1791 | 2024-11-13T00:31:42.064Z | |
| 1792 | 2024-11-13T00:31:42.064Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 1793 | 2024-11-13T00:31:42.064Z | |
| 1794 | 2024-11-13T00:31:42.064Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination-189af6e0323971bb` |
| 1795 | 2024-11-13T00:31:42.074Z | |
| 1796 | 2024-11-13T00:31:42.074Z | running 9 tests |
| 1797 | 2024-11-13T00:31:42.074Z | note: configured to log to "/tmp/test_pagination-189af6e0323971bb-pagination-basic.2886.1.log" |
| 1798 | 2024-11-13T00:31:42.074Z | note: configured to log to "/tmp/test_pagination-189af6e0323971bb-pagination-multiple-resources.2886.2.log" |
| 1799 | 2024-11-13T00:31:42.074Z | note: configured to log to "/tmp/test_pagination-189af6e0323971bb-pagination-multiple-sorts.2886.0.log" |
| 1800 | 2024-11-13T00:31:42.075Z | note: configured to log to "/tmp/test_pagination-189af6e0323971bb-dictionary.2886.3.log" |
| 1801 | 2024-11-13T00:31:42.075Z | note: configured to log to "/tmp/test_pagination-189af6e0323971bb-extra_params.2886.4.log" |
| 1802 | 2024-11-13T00:31:42.075Z | note: configured to log to "/tmp/test_pagination-189af6e0323971bb-basic.2886.6.log" |
| 1803 | 2024-11-13T00:31:42.075Z | note: configured to log to "/tmp/test_pagination-189af6e0323971bb-errors.2886.7.log" |
| 1804 | 2024-11-13T00:31:42.075Z | note: configured to log to "/tmp/test_pagination-189af6e0323971bb-empty.2886.5.log" |
| 1805 | 2024-11-13T00:31:42.124Z | test test_paginate_errors ... ok |
| 1806 | 2024-11-13T00:31:42.124Z | test test_paginate_empty ... ok |
| 1807 | 2024-11-13T00:31:42.124Z | test test_paginate_extra_params ... ok |
| 1808 | 2024-11-13T00:31:42.127Z | note: configured to log to "/tmp/test_pagination-189af6e0323971bb-required_params.2886.8.log" |
| 1809 | 2024-11-13T00:31:42.143Z | test test_paginate_with_required_params ... ok |
| 1810 | 2024-11-13T00:31:42.222Z | test test_paginate_basic ... ok |
| 1811 | 2024-11-13T00:31:44.191Z | test test_example_basic ... ok |
| 1812 | 2024-11-13T00:31:44.896Z | test test_paginate_dictionary ... ok |
| 1813 | 2024-11-13T00:31:48.656Z | test test_example_multiple_sorts ... ok |
| 1814 | 2024-11-13T00:31:49.100Z | test test_example_multiple_resources ... ok |
| 1815 | 2024-11-13T00:31:49.100Z | |
| 1816 | 2024-11-13T00:31:49.100Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.04s |
| 1817 | 2024-11-13T00:31:49.100Z | |
| 1818 | 2024-11-13T00:31:49.105Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination_schema-6ecd6f385a6ebe3b` |
| 1819 | 2024-11-13T00:31:49.112Z | |
| 1820 | 2024-11-13T00:31:49.112Z | running 1 test |
| 1821 | 2024-11-13T00:31:49.115Z | test test_pagination_schema ... ok |
| 1822 | 2024-11-13T00:31:49.115Z | |
| 1823 | 2024-11-13T00:31:49.115Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1824 | 2024-11-13T00:31:49.115Z | |
| 1825 | 2024-11-13T00:31:49.117Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_path_names-f6cebfb2c59c8013` |
| 1826 | 2024-11-13T00:31:49.121Z | |
| 1827 | 2024-11-13T00:31:49.121Z | running 1 test |
| 1828 | 2024-11-13T00:31:49.124Z | test test_path_names ... ok |
| 1829 | 2024-11-13T00:31:49.124Z | |
| 1830 | 2024-11-13T00:31:49.124Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1831 | 2024-11-13T00:31:49.124Z | |
| 1832 | 2024-11-13T00:31:49.124Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_starter-cddaddfc290e676a` |
| 1833 | 2024-11-13T00:31:49.132Z | |
| 1834 | 2024-11-13T00:31:49.132Z | running 2 tests |
| 1835 | 2024-11-13T00:31:49.135Z | note: configured to log to "/tmp/test_starter-cddaddfc290e676a-test_with_tls.2892.0.log" |
| 1836 | 2024-11-13T00:31:49.135Z | note: configured to log to "/tmp/test_starter-cddaddfc290e676a-test_no_tls.2892.1.log" |
| 1837 | 2024-11-13T00:31:49.140Z | test test_no_tls ... ok |
| 1838 | 2024-11-13T00:31:49.162Z | test test_with_tls ... ok |
| 1839 | 2024-11-13T00:31:49.162Z | |
| 1840 | 2024-11-13T00:31:49.162Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
| 1841 | 2024-11-13T00:31:49.162Z | |
| 1842 | 2024-11-13T00:31:49.166Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_streaming-eee9f9a18c2408fb` |
| 1843 | 2024-11-13T00:31:49.173Z | |
| 1844 | 2024-11-13T00:31:49.173Z | running 3 tests |
| 1845 | 2024-11-13T00:31:49.177Z | note: configured to log to "/tmp/test_streaming-eee9f9a18c2408fb-streaming_server_streaming_client.2893.1.log" |
| 1846 | 2024-11-13T00:31:49.177Z | note: configured to log to "/tmp/test_streaming-eee9f9a18c2408fb-non_streaming_servers_do_not_use_transfer_encoding.2893.0.log" |
| 1847 | 2024-11-13T00:31:49.177Z | note: configured to log to "/tmp/test_streaming-eee9f9a18c2408fb-streaming_server_buffered_client.2893.2.log" |
| 1848 | 2024-11-13T00:31:49.181Z | test test_non_streaming_servers_do_not_use_transfer_encoding ... ok |
| 1849 | 2024-11-13T00:31:49.197Z | test test_streaming_server_streaming_client ... ok |
| 1850 | 2024-11-13T00:31:49.202Z | test test_streaming_server_buffered_client ... ok |
| 1851 | 2024-11-13T00:31:49.202Z | |
| 1852 | 2024-11-13T00:31:49.202Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
| 1853 | 2024-11-13T00:31:49.202Z | |
| 1854 | 2024-11-13T00:31:49.205Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_tls-71c4593534d015f6` |
| 1855 | 2024-11-13T00:31:49.210Z | |
| 1856 | 2024-11-13T00:31:49.210Z | running 6 tests |
| 1857 | 2024-11-13T00:31:49.212Z | note: configured to log to "/tmp/test_tls-71c4593534d015f6-test_tls_certificate_loading.2894.3.log" |
| 1858 | 2024-11-13T00:31:49.213Z | note: configured to log to "/tmp/test_tls-71c4593534d015f6-test_tls_aborted_negotiation.2894.2.log" |
| 1859 | 2024-11-13T00:31:49.213Z | note: configured to log to "/tmp/test_tls-71c4593534d015f6-test_server_is_https.2894.1.log" |
| 1860 | 2024-11-13T00:31:49.213Z | note: configured to log to "/tmp/test_tls-71c4593534d015f6-test_tls_refresh_certificates.2894.4.log" |
| 1861 | 2024-11-13T00:31:49.213Z | note: configured to log to "/tmp/test_tls-71c4593534d015f6-test_tls_only.2894.0.log" |
| 1862 | 2024-11-13T00:31:49.213Z | note: configured to log to "/tmp/test_tls-71c4593534d015f6-test_server_is_http.2894.5.log" |
| 1863 | 2024-11-13T00:31:49.229Z | test test_server_is_http ... ok |
| 1864 | 2024-11-13T00:31:49.352Z | test test_tls_certificate_loading ... ok |
| 1865 | 2024-11-13T00:31:49.353Z | test test_server_is_https ... ok |
| 1866 | 2024-11-13T00:31:49.366Z | test test_tls_aborted_negotiation ... ok |
| 1867 | 2024-11-13T00:31:49.371Z | test test_tls_only ... ok |
| 1868 | 2024-11-13T00:31:49.384Z | test test_tls_refresh_certificates ... ok |
| 1869 | 2024-11-13T00:31:49.384Z | |
| 1870 | 2024-11-13T00:31:49.384Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s |
| 1871 | 2024-11-13T00:31:49.384Z | |
| 1872 | 2024-11-13T00:31:49.388Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_versions-d16b505a8b81a2e2` |
| 1873 | 2024-11-13T00:31:49.397Z | |
| 1874 | 2024-11-13T00:31:49.397Z | running 3 tests |
| 1875 | 2024-11-13T00:31:49.400Z | note: configured to log to "/tmp/test_versions-d16b505a8b81a2e2-test_versions.2895.0.log" |
| 1876 | 2024-11-13T00:31:49.404Z | test test_versions_openapi_same_names ... ok |
| 1877 | 2024-11-13T00:31:49.404Z | test test_versions_openapi ... ok |
| 1878 | 2024-11-13T00:31:49.453Z | test test_versions ... ok |
| 1879 | 2024-11-13T00:31:49.453Z | |
| 1880 | 2024-11-13T00:31:49.453Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
| 1881 | 2024-11-13T00:31:49.453Z | |
| 1882 | 2024-11-13T00:31:49.456Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-1d6a989bda1e54f6` |
| 1883 | 2024-11-13T00:31:49.466Z | |
| 1884 | 2024-11-13T00:31:49.466Z | running 35 tests |
| 1885 | 2024-11-13T00:31:49.474Z | test channel::tests::test_channel_operation_id ... ok |
| 1886 | 2024-11-13T00:31:49.474Z | test channel::tests::test_channel_with_versions ... ok |
| 1887 | 2024-11-13T00:31:49.476Z | test channel::tests::test_channel_with_unnamed_params ... ok |
| 1888 | 2024-11-13T00:31:49.476Z | test endpoint::tests::test_endpoint_bad_context_receiver ... ok |
| 1889 | 2024-11-13T00:31:49.476Z | test doc::tests::test_extract_summary_description ... ok |
| 1890 | 2024-11-13T00:31:49.476Z | test endpoint::tests::test_endpoint_bad_metadata ... ok |
| 1891 | 2024-11-13T00:31:49.477Z | test endpoint::tests::test_endpoint_bad_string ... ok |
| 1892 | 2024-11-13T00:31:49.477Z | test api_trait::tests::test_api_trait_no_endpoints ... ok |
| 1893 | 2024-11-13T00:31:49.477Z | test endpoint::tests::test_endpoint_bad_versions ... ok |
| 1894 | 2024-11-13T00:31:49.477Z | test endpoint::tests::test_endpoint_invalid_item ... ok |
| 1895 | 2024-11-13T00:31:49.477Z | test endpoint::tests::test_endpoint_no_arguments ... ok |
| 1896 | 2024-11-13T00:31:49.480Z | test endpoint::tests::test_endpoint_not_async ... ok |
| 1897 | 2024-11-13T00:31:49.480Z | test channel::tests::test_channel_with_custom_params ... ok |
| 1898 | 2024-11-13T00:31:49.480Z | test endpoint::tests::test_endpoint_basic ... ok |
| 1899 | 2024-11-13T00:31:49.480Z | test endpoint::tests::test_endpoint_content_type ... ok |
| 1900 | 2024-11-13T00:31:49.480Z | test endpoint::tests::test_endpoint_context_fully_qualified_names ... ok |
| 1901 | 2024-11-13T00:31:49.483Z | test endpoint::tests::test_endpoint_pub_crate ... ok |
| 1902 | 2024-11-13T00:31:49.483Z | test api_trait::tests::test_api_trait_operation_id ... ok |
| 1903 | 2024-11-13T00:31:49.483Z | test api_trait::tests::test_api_trait_basic ... ok |
| 1904 | 2024-11-13T00:31:49.483Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok |
| 1905 | 2024-11-13T00:31:49.483Z | test endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok |
| 1906 | 2024-11-13T00:31:49.483Z | test endpoint::tests::test_endpoint_with_doc ... ok |
| 1907 | 2024-11-13T00:31:49.483Z | test api_trait::tests::test_api_trait_with_custom_params ... ok |
| 1908 | 2024-11-13T00:31:49.483Z | test endpoint::tests::test_endpoint_with_empty_where_clause ... ok |
| 1909 | 2024-11-13T00:31:49.486Z | test endpoint::tests::test_endpoint_with_tags ... ok |
| 1910 | 2024-11-13T00:31:49.486Z | test endpoint::tests::test_endpoint_with_query ... ok |
| 1911 | 2024-11-13T00:31:49.486Z | test endpoint::tests::test_endpoint_with_versions_all ... ok |
| 1912 | 2024-11-13T00:31:49.486Z | test params::tests::test_extract_rqctx_ty_param ... ok |
| 1913 | 2024-11-13T00:31:49.486Z | test syn_parsing::tests::test_busted_function ... ok |
| 1914 | 2024-11-13T00:31:49.486Z | test endpoint::tests::test_endpoint_with_custom_params ... ok |
| 1915 | 2024-11-13T00:31:49.486Z | test endpoint::tests::test_endpoint_with_unnamed_params ... ok |
| 1916 | 2024-11-13T00:31:49.486Z | test endpoint::tests::test_endpoint_with_versions_until ... ok |
| 1917 | 2024-11-13T00:31:49.486Z | test endpoint::tests::test_endpoint_with_versions_from_until ... ok |
| 1918 | 2024-11-13T00:31:49.486Z | test endpoint::tests::test_endpoint_with_versions_from ... ok |
| 1919 | 2024-11-13T00:31:49.486Z | test endpoint::tests::test_operation_id ... ok |
| 1920 | 2024-11-13T00:31:49.486Z | |
| 1921 | 2024-11-13T00:31:49.486Z | test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 1922 | 2024-11-13T00:31:49.486Z | |
| 1923 | 2024-11-13T00:31:49.489Z | Doc-tests dropshot |
| 1924 | 2024-11-13T00:31:49.489Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-e3b8fa91cce17322/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' --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-44de4445ca2d3ac2.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-0c1d479864e8cd09.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e1ce7034e3d3232f.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-db6ef9231d4cc189.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-d2813238a13a4e3d.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-68d28e75ebd36f59.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f2b3f54863545c90.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-6fa02977dcb20df3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-0b7c4de8323e169f.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-5b6b618c0c74b983.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4530cd1e61e40c1e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9d6095bfa8ccae53.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6034213675609ae9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a3bab880bedc0fbf.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0d904964146cf0ff.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-e96a4e16ea84585e.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-11eeda3b2d1bf6e6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-2c6348d18c7d9565.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-9220aea370dc4b4c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-32048c0b674db14e.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-8e82e053920c5b4b.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-3ea7e3523b53acdc.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e347a48c6c373223.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-db2b4bda57949f71.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-5afe55f051ae4c10.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-2d3ea284b8b0dd8c.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-36dfb93551b544cb.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-f3b9ce85cb7f52b1.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f1935e7b7c34a91b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-2a227dfef3facbb6.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1b61532c0f3218d9.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-9703506c7f243fa8.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-05f157b6af70e2f2.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-0f2546683030a139.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-82528c2ed6c34833.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6b99298b959afac1.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-e95e5544793ebeaa.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-da4001afbcea7b86.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4fdd654c36ced866.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-244fe596c7dec875.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8bcb558f7ff41031.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-56e82a490b48ce7a.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-623b7fd74a090828.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-d4739def605b204f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-2827b60316a325ac.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1a658aadb2c419ab.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-13e5d8efcc0d11b4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-54db5e1a321e339d.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-83dd952c8bd9e4e5.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6fea0e5a5cab7755.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3c4452bfa5eadb2b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-1bcff3964c527e66.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b7c410ad5eaf32f2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-c99f47ad8ee9ec17.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-26874b8e79a69964.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-a86ba2ad91197fe7.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-c24a374429536daa.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3a229a6884d8fdd0.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"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --error-format human` |
| 1925 | 2024-11-13T00:31:50.000Z | |
| 1926 | 2024-11-13T00:31:50.001Z | running 16 tests |
| 1927 | 2024-11-13T00:31:50.003Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 151) ... ignored |
| 1928 | 2024-11-13T00:31:50.003Z | test dropshot/src/handler.rs - handler::RequestInfo::lock (line 158) ... ignored |
| 1929 | 2024-11-13T00:31:50.003Z | test dropshot/src/lib.rs - (line 318) ... ignored |
| 1930 | 2024-11-13T00:31:50.003Z | test dropshot/src/lib.rs - (line 346) ... ignored |
| 1931 | 2024-11-13T00:31:50.294Z | test dropshot/src/lib.rs - (line 46) - compile ... ok |
| 1932 | 2024-11-13T00:31:52.114Z | test dropshot/src/lib.rs - (line 396) ... ok |
| 1933 | 2024-11-13T00:31:54.253Z | test dropshot/src/lib.rs - (line 651) ... ok |
| 1934 | 2024-11-13T00:31:57.372Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 346) ... ok |
| 1935 | 2024-11-13T00:31:57.383Z | test dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 321) ... ok |
| 1936 | 2024-11-13T00:31:57.678Z | test dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 141) ... ok |
| 1937 | 2024-11-13T00:31:57.796Z | test dropshot/src/lib.rs - (line 110) ... ok |
| 1938 | 2024-11-13T00:31:57.991Z | test dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok |
| 1939 | 2024-11-13T00:31:57.993Z | test dropshot/src/lib.rs - (line 189) ... ok |
| 1940 | 2024-11-13T00:31:58.934Z | test dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok |
| 1941 | 2024-11-13T00:31:59.540Z | test dropshot/src/lib.rs - (line 487) ... ok |
| 1942 | 2024-11-13T00:32:00.188Z | test dropshot/src/test_util.rs - test_util::LogContext (line 354) ... ok |
| 1943 | 2024-11-13T00:32:00.188Z | |
| 1944 | 2024-11-13T00:32:00.192Z | test result: ok. 12 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 10.19s |
| 1945 | 2024-11-13T00:32:00.192Z | |
| 1946 | 2024-11-13T00:32:00.214Z | Doc-tests dropshot_endpoint |
| 1947 | 2024-11-13T00:32:00.217Z | Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-e3b8fa91cce17322/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' --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-bb4930227d27352f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e14977578ca0a2ef.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-bb98e02a6d0ef36d.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-6355195a1177e48a.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1aebac1d143003a7.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-30226bfb34090ffa.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-c922a8311770cc90.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2733e8f586633330.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b894757e4bbb2d8f.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-7fb28d2646fe96f9.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0ce93571f1bf7dd8.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --error-format human` |
| 1948 | 2024-11-13T00:32:00.448Z | |
| 1949 | 2024-11-13T00:32:00.448Z | running 4 tests |
| 1950 | 2024-11-13T00:32:00.450Z | test dropshot_endpoint/src/lib.rs - api_description (line 145) ... ignored |
| 1951 | 2024-11-13T00:32:00.450Z | test dropshot_endpoint/src/lib.rs - api_description (line 206) ... ignored |
| 1952 | 2024-11-13T00:32:00.450Z | test dropshot_endpoint/src/lib.rs - channel (line 75) ... ignored |
| 1953 | 2024-11-13T00:32:00.450Z | test dropshot_endpoint/src/lib.rs - endpoint (line 30) ... ignored |
| 1954 | 2024-11-13T00:32:00.450Z | |
| 1955 | 2024-11-13T00:32:00.451Z | test result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1956 | 2024-11-13T00:32:00.451Z | |
| 1957 | 2024-11-13T00:32:00.480Z | |
| 1958 | 2024-11-13T00:32:00.482Z | real 3:23.643358865 |
| 1959 | 2024-11-13T00:32:00.483Z | user 18:39.371905559 |
| 1960 | 2024-11-13T00:32:00.483Z | sys 3:44.679777989 |
| 1961 | 2024-11-13T00:32:00.483Z | trap 0.829993464 |
| 1962 | 2024-11-13T00:32:00.483Z | tflt 0.683591833 |
| 1963 | 2024-11-13T00:32:00.483Z | dflt 0.564343557 |
| 1964 | 2024-11-13T00:32:00.483Z | kflt 0.000105985 |
| 1965 | 2024-11-13T00:32:00.483Z | lock 45:24.147039599 |
| 1966 | 2024-11-13T00:32:00.483Z | slp 1:39:14.928277759 |
| 1967 | 2024-11-13T00:32:00.483Z | lat 1:00.056576552 |
| 1968 | 2024-11-13T00:32:00.483Z | stop 1:31.631527527 |
| 1969 | 2024-11-13T00:32:00.483Z | process exited: duration 406777 ms, exit code 0 |
| |
| 1970 | 2024-11-13T00:32:00.489Z | found 0 output files |