|
|
|
| 1 | 2022-10-03T04:14:35.949Z | job assigned to worker 01GEE0S5QMYCKZWE0VAMQBNCBA (queued for 1 m 14 s) |
| |
| 2 | 2022-10-03T04:14:35.962Z | starting task 0: "setup" |
| 3 | 2022-10-03T04:14:36.022Z | ++ uname -s |
| 4 | 2022-10-03T04:14:36.029Z | + kern=SunOS |
| 5 | 2022-10-03T04:14:36.035Z | + case "$kern" in |
| 6 | 2022-10-03T04:14:36.041Z | + groupadd -g 12345 build |
| 7 | 2022-10-03T04:14:36.047Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2022-10-03T04:14:38.041Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2022-10-03T04:14:38.275Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2022-10-03T04:14:38.281Z | + home_fs=zfs |
| 11 | 2022-10-03T04:14:38.286Z | + [[ zfs == autofs ]] |
| 12 | 2022-10-03T04:14:38.292Z | + mkdir -p /home/build |
| 13 | 2022-10-03T04:14:38.298Z | + chown build:build /home/build /work |
| 14 | 2022-10-03T04:14:40.285Z | + chmod 0700 /home/build /work |
| 15 | 2022-10-03T04:14:40.292Z | process exited: duration 4319 ms, exit code 0 |
| |
| 16 | 2022-10-03T04:14:40.437Z | starting task 1: "rust-toolchain" |
| 17 | 2022-10-03T04:14:40.451Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2022-10-03T04:14:40.457Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 19 | 2022-10-03T04:14:40.759Z | info: downloading installer |
| 20 | 2022-10-03T04:14:41.993Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2022-10-03T04:14:41.999Z | warning: /opt/ooce/bin |
| 22 | 2022-10-03T04:14:42.005Z | warning: rustup should not be installed alongside Rust. Please uninstall your existing Rust first. |
| 23 | 2022-10-03T04:14:42.011Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2022-10-03T04:14:42.016Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2022-10-03T04:14:42.022Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2022-10-03T04:14:42.028Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2022-10-03T04:14:42.035Z | error: cannot install while Rust is installed |
| 28 | 2022-10-03T04:14:42.040Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2022-10-03T04:14:42.144Z | info: profile set to 'default' |
| 30 | 2022-10-03T04:14:42.150Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2022-10-03T04:14:42.156Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 32 | 2022-10-03T04:14:42.403Z | info: latest update on 2022-09-22, rust version 1.64.0 (a55dd71d5 2022-09-19) |
| 33 | 2022-10-03T04:14:42.409Z | info: downloading component 'cargo' |
| 34 | 2022-10-03T04:14:42.894Z | info: downloading component 'clippy' |
| 35 | 2022-10-03T04:14:43.114Z | info: downloading component 'rust-docs' |
| 36 | 2022-10-03T04:14:44.876Z | info: downloading component 'rust-std' |
| 37 | 2022-10-03T04:14:46.225Z | info: downloading component 'rustc' |
| 38 | 2022-10-03T04:14:50.038Z | info: downloading component 'rustfmt' |
| 39 | 2022-10-03T04:14:50.450Z | info: installing component 'cargo' |
| 40 | 2022-10-03T04:14:51.587Z | info: installing component 'clippy' |
| 41 | 2022-10-03T04:14:52.066Z | info: installing component 'rust-docs' |
| 42 | 2022-10-03T04:14:55.217Z | info: installing component 'rust-std' |
| 43 | 2022-10-03T04:14:58.093Z | info: installing component 'rustc' |
| 44 | 2022-10-03T04:15:04.551Z | info: installing component 'rustfmt' |
| 45 | 2022-10-03T04:15:05.328Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 46 | 2022-10-03T04:15:05.336Z | |
| 47 | 2022-10-03T04:15:05.473Z | stable-x86_64-unknown-illumos installed - rustc 1.64.0 (a55dd71d5 2022-09-19) |
| 48 | 2022-10-03T04:15:05.479Z | |
| 49 | 2022-10-03T04:15:05.485Z | |
| 50 | 2022-10-03T04:15:05.490Z | Rust is installed now. Great! |
| 51 | 2022-10-03T04:15:05.496Z | |
| 52 | 2022-10-03T04:15:05.501Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2022-10-03T04:15:05.507Z | environment variable. This has not been done automatically. |
| 54 | 2022-10-03T04:15:05.512Z | |
| 55 | 2022-10-03T04:15:05.518Z | To configure your current shell, run: |
| 56 | 2022-10-03T04:15:05.524Z | source "$HOME/.cargo/env" |
| 57 | 2022-10-03T04:15:05.601Z | + rustc --version |
| 58 | 2022-10-03T04:15:05.739Z | rustc 1.64.0 (a55dd71d5 2022-09-19) |
| 59 | 2022-10-03T04:15:05.746Z | process exited: duration 25302 ms, exit code 0 |
| |
| 60 | 2022-10-03T04:15:05.775Z | starting task 2: "authentication" |
| 61 | 2022-10-03T04:15:05.792Z | process exited: duration 10 ms, exit code 0 |
| |
| 62 | 2022-10-03T04:15:05.822Z | starting task 3: "clone repository" |
| 63 | 2022-10-03T04:15:05.836Z | + mkdir -p /work/oxidecomputer/dropshot |
| 64 | 2022-10-03T04:15:05.841Z | + git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot |
| 65 | 2022-10-03T04:15:06.103Z | Cloning into '/work/oxidecomputer/dropshot'... |
| 66 | 2022-10-03T04:15:07.219Z | + cd /work/oxidecomputer/dropshot |
| 67 | 2022-10-03T04:15:07.234Z | + [[ -n dependabot/cargo/schemars-0.8.11 ]] |
| 68 | 2022-10-03T04:15:07.240Z | + git fetch origin dependabot/cargo/schemars-0.8.11 |
| 69 | 2022-10-03T04:15:07.422Z | From https://github.com/oxidecomputer/dropshot |
| 70 | 2022-10-03T04:15:07.428Z | * branch dependabot/cargo/schemars-0.8.11 -> FETCH_HEAD |
| 71 | 2022-10-03T04:15:07.434Z | + git checkout -B dependabot/cargo/schemars-0.8.11 remotes/origin/dependabot/cargo/schemars-0.8.11 |
| 72 | 2022-10-03T04:15:07.444Z | Switched to a new branch 'dependabot/cargo/schemars-0.8.11' |
| 73 | 2022-10-03T04:15:07.450Z | Branch 'dependabot/cargo/schemars-0.8.11' set up to track remote branch 'dependabot/cargo/schemars-0.8.11' from 'origin'. |
| 74 | 2022-10-03T04:15:07.456Z | + git reset --hard ad277e3ce370a64ed712c91785d45ec431366086 |
| 75 | 2022-10-03T04:15:07.462Z | HEAD is now at ad277e3 Bump schemars from 0.8.10 to 0.8.11 |
| 76 | 2022-10-03T04:15:07.469Z | process exited: duration 1635 ms, exit code 0 |
| |
| 77 | 2022-10-03T04:15:07.501Z | starting task 4: "build" |
| 78 | 2022-10-03T04:15:07.513Z | + cargo --version |
| 79 | 2022-10-03T04:15:07.520Z | info: syncing channel updates for '1.64.0-x86_64-unknown-illumos' |
| 80 | 2022-10-03T04:15:07.731Z | info: latest update on 2022-09-22, rust version 1.64.0 (a55dd71d5 2022-09-19) |
| 81 | 2022-10-03T04:15:07.738Z | info: downloading component 'cargo' |
| 82 | 2022-10-03T04:15:08.217Z | info: downloading component 'clippy' |
| 83 | 2022-10-03T04:15:08.413Z | info: downloading component 'rust-docs' |
| 84 | 2022-10-03T04:15:09.658Z | info: downloading component 'rust-std' |
| 85 | 2022-10-03T04:15:11.062Z | info: downloading component 'rustc' |
| 86 | 2022-10-03T04:15:14.673Z | info: downloading component 'rustfmt' |
| 87 | 2022-10-03T04:15:15.055Z | info: installing component 'cargo' |
| 88 | 2022-10-03T04:15:16.022Z | info: installing component 'clippy' |
| 89 | 2022-10-03T04:15:16.472Z | info: installing component 'rust-docs' |
| 90 | 2022-10-03T04:15:19.485Z | info: installing component 'rust-std' |
| 91 | 2022-10-03T04:15:22.492Z | info: installing component 'rustc' |
| 92 | 2022-10-03T04:15:28.924Z | info: installing component 'rustfmt' |
| 93 | 2022-10-03T04:15:29.857Z | cargo 1.64.0 (387270bc7 2022-09-16) |
| 94 | 2022-10-03T04:15:29.863Z | + rustc --version |
| 95 | 2022-10-03T04:15:29.987Z | rustc 1.64.0 (a55dd71d5 2022-09-19) |
| 96 | 2022-10-03T04:15:29.994Z | + banner build |
| 97 | 2022-10-03T04:15:30.000Z | |
| 98 | 2022-10-03T04:15:30.006Z | ##### # # # # ##### |
| 99 | 2022-10-03T04:15:30.013Z | # # # # # # # # |
| 100 | 2022-10-03T04:15:30.020Z | ##### # # # # # # |
| 101 | 2022-10-03T04:15:30.025Z | # # # # # # # # |
| 102 | 2022-10-03T04:15:30.031Z | # # # # # # # # |
| 103 | 2022-10-03T04:15:30.037Z | ##### #### # ###### ##### |
| 104 | 2022-10-03T04:15:30.042Z | |
| 105 | 2022-10-03T04:15:30.048Z | + ptime -m cargo build --locked --all-targets --verbose |
| 106 | 2022-10-03T04:15:30.711Z | Updating crates.io index |
| 107 | 2022-10-03T04:16:16.086Z | Downloading crates ... |
| 108 | 2022-10-03T04:16:16.425Z | Downloaded hyper-rustls v0.23.0 |
| 109 | 2022-10-03T04:16:16.430Z | Downloaded fastrand v1.6.0 |
| 110 | 2022-10-03T04:16:16.437Z | Downloaded matches v0.1.9 |
| 111 | 2022-10-03T04:16:16.443Z | Downloaded http-body v0.4.3 |
| 112 | 2022-10-03T04:16:16.448Z | Downloaded serde_json v1.0.85 |
| 113 | 2022-10-03T04:16:16.454Z | Downloaded rustls-native-certs v0.6.1 |
| 114 | 2022-10-03T04:16:16.459Z | Downloaded ryu v1.0.5 |
| 115 | 2022-10-03T04:16:16.464Z | Downloaded termcolor v1.1.2 |
| 116 | 2022-10-03T04:16:16.470Z | Downloaded similar v2.1.0 |
| 117 | 2022-10-03T04:16:16.479Z | Downloaded slog-bunyan v2.4.0 |
| 118 | 2022-10-03T04:16:16.485Z | Downloaded rcgen v0.9.3 |
| 119 | 2022-10-03T04:16:16.494Z | Downloaded parking_lot_core v0.8.5 |
| 120 | 2022-10-03T04:16:16.499Z | Downloaded parking_lot v0.11.2 |
| 121 | 2022-10-03T04:16:16.505Z | Downloaded socket2 v0.4.2 |
| 122 | 2022-10-03T04:16:16.510Z | Downloaded trybuild v1.0.65 |
| 123 | 2022-10-03T04:16:16.516Z | Downloaded tracing v0.1.29 |
| 124 | 2022-10-03T04:16:16.521Z | Downloaded tokio-util v0.6.8 |
| 125 | 2022-10-03T04:16:16.527Z | Downloaded schema v0.0.1 |
| 126 | 2022-10-03T04:16:16.533Z | Downloaded sct v0.7.0 |
| 127 | 2022-10-03T04:16:16.538Z | Downloaded signal-hook-registry v1.4.0 |
| 128 | 2022-10-03T04:16:16.543Z | Downloaded serde_urlencoded v0.7.1 |
| 129 | 2022-10-03T04:16:16.549Z | Downloaded crossbeam-utils v0.8.8 |
| 130 | 2022-10-03T04:16:16.555Z | Downloaded serde_derive v1.0.145 |
| 131 | 2022-10-03T04:16:16.562Z | Downloaded log v0.4.14 |
| 132 | 2022-10-03T04:16:16.567Z | Downloaded rustls-pemfile v1.0.1 |
| 133 | 2022-10-03T04:16:16.573Z | Downloaded httpdate v1.0.1 |
| 134 | 2022-10-03T04:16:16.579Z | Downloaded getrandom v0.2.3 |
| 135 | 2022-10-03T04:16:16.584Z | Downloaded remove_dir_all v0.5.3 |
| 136 | 2022-10-03T04:16:16.590Z | Downloaded regex v1.5.5 |
| 137 | 2022-10-03T04:16:16.595Z | Downloaded hashbrown v0.12.1 |
| 138 | 2022-10-03T04:16:16.601Z | Downloaded ppv-lite86 v0.2.15 |
| 139 | 2022-10-03T04:16:16.607Z | Downloaded mime_guess v2.0.4 |
| 140 | 2022-10-03T04:16:16.613Z | Downloaded crossbeam-channel v0.5.1 |
| 141 | 2022-10-03T04:16:16.618Z | Downloaded console v0.15.0 |
| 142 | 2022-10-03T04:16:16.624Z | Downloaded slab v0.4.5 |
| 143 | 2022-10-03T04:16:16.630Z | Downloaded lock_api v0.4.5 |
| 144 | 2022-10-03T04:16:16.636Z | Downloaded num-integer v0.1.44 |
| 145 | 2022-10-03T04:16:16.641Z | Downloaded memchr v2.4.1 |
| 146 | 2022-10-03T04:16:16.647Z | Downloaded mio v0.7.13 |
| 147 | 2022-10-03T04:16:16.653Z | Downloaded newline-converter v0.2.0 |
| 148 | 2022-10-03T04:16:16.659Z | Downloaded num_cpus v1.13.0 |
| 149 | 2022-10-03T04:16:16.665Z | Downloaded once_cell v1.13.1 |
| 150 | 2022-10-03T04:16:16.671Z | Downloaded serde_tokenstream v0.1.3 |
| 151 | 2022-10-03T04:16:16.676Z | Downloaded openapiv3 v1.0.1 |
| 152 | 2022-10-03T04:16:16.682Z | Downloaded regex-syntax v0.6.25 |
| 153 | 2022-10-03T04:16:16.688Z | Downloaded dyn-clone v1.0.4 |
| 154 | 2022-10-03T04:16:16.693Z | Downloaded num-traits v0.2.14 |
| 155 | 2022-10-03T04:16:16.699Z | Downloaded hyper-staticfile v0.9.1 |
| 156 | 2022-10-03T04:16:16.704Z | Downloaded http-range v0.1.4 |
| 157 | 2022-10-03T04:16:16.709Z | Downloaded match_cfg v0.1.0 |
| 158 | 2022-10-03T04:16:16.723Z | Downloaded itoa v1.0.1 |
| 159 | 2022-10-03T04:16:16.729Z | Downloaded pin-utils v0.1.0 |
| 160 | 2022-10-03T04:16:16.735Z | Downloaded sha-1 v0.10.0 |
| 161 | 2022-10-03T04:16:16.740Z | Downloaded scopeguard v1.1.0 |
| 162 | 2022-10-03T04:16:16.746Z | Downloaded untrusted v0.7.1 |
| 163 | 2022-10-03T04:16:16.752Z | Downloaded utf-8 v0.7.6 |
| 164 | 2022-10-03T04:16:16.758Z | Downloaded thiserror-impl v1.0.30 |
| 165 | 2022-10-03T04:16:16.763Z | Downloaded slog-term v2.9.0 |
| 166 | 2022-10-03T04:16:16.769Z | Downloaded slog-async v2.7.0 |
| 167 | 2022-10-03T04:16:16.774Z | Downloaded block-buffer v0.10.2 |
| 168 | 2022-10-03T04:16:16.780Z | Downloaded version_check v0.9.4 |
| 169 | 2022-10-03T04:16:16.800Z | Downloaded dirs-sys-next v0.1.2 |
| 170 | 2022-10-03T04:16:16.806Z | Downloaded crypto-common v0.1.6 |
| 171 | 2022-10-03T04:16:16.812Z | Downloaded dirs-next v2.0.0 |
| 172 | 2022-10-03T04:16:16.818Z | Downloaded futures-sink v0.3.24 |
| 173 | 2022-10-03T04:16:16.824Z | Downloaded futures-executor v0.3.24 |
| 174 | 2022-10-03T04:16:16.829Z | Downloaded glob v0.3.0 |
| 175 | 2022-10-03T04:16:16.835Z | Downloaded form_urlencoded v1.0.1 |
| 176 | 2022-10-03T04:16:16.841Z | Downloaded futures-macro v0.3.24 |
| 177 | 2022-10-03T04:16:16.851Z | Downloaded fnv v1.0.7 |
| 178 | 2022-10-03T04:16:16.857Z | Downloaded async-stream-impl v0.3.3 |
| 179 | 2022-10-03T04:16:16.864Z | Downloaded byteorder v1.4.3 |
| 180 | 2022-10-03T04:16:16.870Z | Downloaded autocfg v1.0.1 |
| 181 | 2022-10-03T04:16:16.876Z | Downloaded futures v0.3.24 |
| 182 | 2022-10-03T04:16:16.882Z | Downloaded tower-service v0.3.1 |
| 183 | 2022-10-03T04:16:16.887Z | Downloaded unicase v2.6.0 |
| 184 | 2022-10-03T04:16:16.893Z | Downloaded tungstenite v0.17.3 |
| 185 | 2022-10-03T04:16:16.900Z | Downloaded futures-channel v0.3.24 |
| 186 | 2022-10-03T04:16:16.906Z | Downloaded iana-time-zone v0.1.47 |
| 187 | 2022-10-03T04:16:16.912Z | Downloaded digest v0.10.5 |
| 188 | 2022-10-03T04:16:16.918Z | Downloaded tokio-tungstenite v0.17.2 |
| 189 | 2022-10-03T04:16:16.924Z | Downloaded uuid v1.1.2 |
| 190 | 2022-10-03T04:16:16.929Z | Downloaded time v0.1.43 |
| 191 | 2022-10-03T04:16:16.936Z | Downloaded thread_local v1.1.4 |
| 192 | 2022-10-03T04:16:16.942Z | Downloaded pem v1.1.0 |
| 193 | 2022-10-03T04:16:16.948Z | Downloaded thiserror v1.0.30 |
| 194 | 2022-10-03T04:16:16.953Z | Downloaded toml v0.5.9 |
| 195 | 2022-10-03T04:16:16.959Z | Downloaded tempfile v3.3.0 |
| 196 | 2022-10-03T04:16:16.965Z | Downloaded generic-array v0.14.5 |
| 197 | 2022-10-03T04:16:16.971Z | Downloaded paste v1.0.9 |
| 198 | 2022-10-03T04:16:16.977Z | Downloaded chrono v0.4.22 |
| 199 | 2022-10-03T04:16:16.992Z | Downloaded futures-util v0.3.24 |
| 200 | 2022-10-03T04:16:16.997Z | Downloaded hyper v0.14.20 |
| 201 | 2022-10-03T04:16:17.004Z | Downloaded async-trait v0.1.57 |
| 202 | 2022-10-03T04:16:17.009Z | Downloaded atty v0.2.14 |
| 203 | 2022-10-03T04:16:17.016Z | Downloaded cfg-if v1.0.0 |
| 204 | 2022-10-03T04:16:17.022Z | Downloaded try-lock v0.2.3 |
| 205 | 2022-10-03T04:16:17.028Z | Downloaded terminal_size v0.1.17 |
| 206 | 2022-10-03T04:16:17.033Z | Downloaded quote v1.0.21 |
| 207 | 2022-10-03T04:16:17.039Z | Downloaded hostname v0.3.1 |
| 208 | 2022-10-03T04:16:17.044Z | Downloaded cpufeatures v0.2.2 |
| 209 | 2022-10-03T04:16:17.051Z | Downloaded async-stream v0.3.3 |
| 210 | 2022-10-03T04:16:17.057Z | Downloaded proc-macro2 v1.0.44 |
| 211 | 2022-10-03T04:16:17.063Z | Downloaded sha1 v0.10.5 |
| 212 | 2022-10-03T04:16:17.069Z | Downloaded percent-encoding v2.2.0 |
| 213 | 2022-10-03T04:16:17.075Z | Downloaded smallvec v1.7.0 |
| 214 | 2022-10-03T04:16:17.081Z | Downloaded base64 v0.13.0 |
| 215 | 2022-10-03T04:16:17.087Z | Downloaded futures-core v0.3.24 |
| 216 | 2022-10-03T04:16:17.093Z | Downloaded http v0.2.8 |
| 217 | 2022-10-03T04:16:17.109Z | Downloaded futures-io v0.3.24 |
| 218 | 2022-10-03T04:16:17.115Z | Downloaded instant v0.1.11 |
| 219 | 2022-10-03T04:16:17.120Z | Downloaded idna v0.2.3 |
| 220 | 2022-10-03T04:16:17.126Z | Downloaded mime v0.3.16 |
| 221 | 2022-10-03T04:16:17.132Z | Downloaded futures-task v0.3.24 |
| 222 | 2022-10-03T04:16:17.138Z | Downloaded lazy_static v1.4.0 |
| 223 | 2022-10-03T04:16:17.144Z | Downloaded bytes v1.2.1 |
| 224 | 2022-10-03T04:16:17.152Z | Downloaded rustls v0.20.6 |
| 225 | 2022-10-03T04:16:17.158Z | Downloaded schemars_derive v0.8.11 |
| 226 | 2022-10-03T04:16:17.164Z | Downloaded schemars v0.8.11 |
| 227 | 2022-10-03T04:16:17.169Z | Downloaded cc v1.0.72 |
| 228 | 2022-10-03T04:16:17.175Z | Downloaded serde_derive_internals v0.26.0 |
| 229 | 2022-10-03T04:16:17.181Z | Downloaded slog-json v2.6.1 |
| 230 | 2022-10-03T04:16:17.186Z | Downloaded rand_core v0.6.3 |
| 231 | 2022-10-03T04:16:17.194Z | Downloaded time v0.3.7 |
| 232 | 2022-10-03T04:16:17.200Z | Downloaded subprocess v0.2.9 |
| 233 | 2022-10-03T04:16:17.206Z | Downloaded slog v2.7.0 |
| 234 | 2022-10-03T04:16:17.212Z | Downloaded schema-derive v0.0.1 |
| 235 | 2022-10-03T04:16:17.218Z | Downloaded unicode-width v0.1.9 |
| 236 | 2022-10-03T04:16:17.224Z | Downloaded serde v1.0.145 |
| 237 | 2022-10-03T04:16:17.230Z | Downloaded tokio-macros v1.7.0 |
| 238 | 2022-10-03T04:16:17.235Z | Downloaded tokio-rustls v0.23.4 |
| 239 | 2022-10-03T04:16:17.241Z | Downloaded unicode-ident v1.0.0 |
| 240 | 2022-10-03T04:16:17.247Z | Downloaded h2 v0.3.9 |
| 241 | 2022-10-03T04:16:17.253Z | Downloaded unicode-normalization v0.1.19 |
| 242 | 2022-10-03T04:16:17.260Z | Downloaded expectorate v1.0.5 |
| 243 | 2022-10-03T04:16:17.266Z | Downloaded indexmap v1.9.1 |
| 244 | 2022-10-03T04:16:17.273Z | Downloaded rand_chacha v0.3.1 |
| 245 | 2022-10-03T04:16:17.280Z | Downloaded rustls-pemfile v0.2.1 |
| 246 | 2022-10-03T04:16:17.286Z | Downloaded tracing-core v0.1.21 |
| 247 | 2022-10-03T04:16:17.291Z | Downloaded pin-project-lite v0.2.7 |
| 248 | 2022-10-03T04:16:17.297Z | Downloaded tinyvec v1.5.1 |
| 249 | 2022-10-03T04:16:17.303Z | Downloaded unicode-bidi v0.3.7 |
| 250 | 2022-10-03T04:16:17.309Z | Downloaded tinyvec_macros v0.1.0 |
| 251 | 2022-10-03T04:16:17.316Z | Downloaded term v0.7.0 |
| 252 | 2022-10-03T04:16:17.322Z | Downloaded spin v0.5.2 |
| 253 | 2022-10-03T04:16:17.328Z | Downloaded webpki v0.22.0 |
| 254 | 2022-10-03T04:16:17.334Z | Downloaded yasna v0.5.0 |
| 255 | 2022-10-03T04:16:17.340Z | Downloaded tokio v1.16.1 |
| 256 | 2022-10-03T04:16:17.345Z | Downloaded libc v0.2.133 |
| 257 | 2022-10-03T04:16:17.351Z | Downloaded want v0.3.0 |
| 258 | 2022-10-03T04:16:17.357Z | Downloaded url v2.2.2 |
| 259 | 2022-10-03T04:16:17.363Z | Downloaded typenum v1.14.0 |
| 260 | 2022-10-03T04:16:17.370Z | Downloaded time-macros v0.2.3 |
| 261 | 2022-10-03T04:16:17.376Z | Downloaded take_mut v0.2.2 |
| 262 | 2022-10-03T04:16:17.381Z | Downloaded syn v1.0.100 |
| 263 | 2022-10-03T04:16:17.387Z | Downloaded rand v0.8.4 |
| 264 | 2022-10-03T04:16:17.392Z | Downloaded openssl-probe v0.1.4 |
| 265 | 2022-10-03T04:16:17.399Z | Downloaded num_threads v0.1.3 |
| 266 | 2022-10-03T04:16:17.404Z | Downloaded httparse v1.6.0 |
| 267 | 2022-10-03T04:16:17.409Z | Downloaded ring v0.16.20 |
| 268 | 2022-10-03T04:16:17.719Z | Compiling proc-macro2 v1.0.44 |
| 269 | 2022-10-03T04:16:17.726Z | Compiling unicode-ident v1.0.0 |
| 270 | 2022-10-03T04:16:17.732Z | Compiling quote v1.0.21 |
| 271 | 2022-10-03T04:16:17.737Z | Compiling libc v0.2.133 |
| 272 | 2022-10-03T04:16:17.743Z | Compiling syn v1.0.100 |
| 273 | 2022-10-03T04:16:17.749Z | Compiling cfg-if v1.0.0 |
| 274 | 2022-10-03T04:16:17.760Z | Compiling serde_derive v1.0.145 |
| 275 | 2022-10-03T04:16:17.767Z | Compiling serde v1.0.145 |
| 276 | 2022-10-03T04:16:17.775Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.44/build.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=f0cf9cbfb962ae4c -C extra-filename=-f0cf9cbfb962ae4c --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-f0cf9cbfb962ae4c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 277 | 2022-10-03T04:16:17.782Z | Running `rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-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 -C metadata=29d2c55c40164237 -C extra-filename=-29d2c55c40164237 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 278 | 2022-10-03T04:16:17.788Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/build.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=438f4f369de1cf8c -C extra-filename=-438f4f369de1cf8c --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-438f4f369de1cf8c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 279 | 2022-10-03T04:16:17.795Z | Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.133/build.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1f724d646f5221f7 -C extra-filename=-1f724d646f5221f7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-1f724d646f5221f7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 280 | 2022-10-03T04:16:17.802Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.100/build.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 --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="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=0594029b8715fa3c -C extra-filename=-0594029b8715fa3c --out-dir /work/oxidecomputer/dropshot/target/debug/build/syn-0594029b8715fa3c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 281 | 2022-10-03T04:16:17.808Z | Running `rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=4a566e2ab2ea19b8 -C extra-filename=-4a566e2ab2ea19b8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 282 | 2022-10-03T04:16:17.814Z | Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.145/build.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 --cfg 'feature="default"' -C metadata=93acdb2bfe4a65a2 -C extra-filename=-93acdb2bfe4a65a2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_derive-93acdb2bfe4a65a2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 283 | 2022-10-03T04:16:17.820Z | Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.145/build.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 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=bec3fde5f95b6006 -C extra-filename=-bec3fde5f95b6006 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-bec3fde5f95b6006 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 284 | 2022-10-03T04:16:18.018Z | Compiling once_cell v1.13.1 |
| 285 | 2022-10-03T04:16:18.024Z | Running `rustc --crate-name once_cell --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=d8e8c46c229b7d76 -C extra-filename=-d8e8c46c229b7d76 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 286 | 2022-10-03T04:16:18.168Z | Compiling version_check v0.9.4 |
| 287 | 2022-10-03T04:16:18.175Z | Running `rustc --crate-name version_check /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-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 -C metadata=3c6f1c054b52b7ca -C extra-filename=-3c6f1c054b52b7ca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 288 | 2022-10-03T04:16:18.880Z | Compiling itoa v1.0.1 |
| 289 | 2022-10-03T04:16:18.887Z | Running `rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=91dfebb8c41f0521 -C extra-filename=-91dfebb8c41f0521 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 290 | 2022-10-03T04:16:19.183Z | Compiling autocfg v1.0.1 |
| 291 | 2022-10-03T04:16:19.189Z | Running `rustc --crate-name autocfg /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-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 -C metadata=faf9506764b865cb -C extra-filename=-faf9506764b865cb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 292 | 2022-10-03T04:16:19.771Z | Compiling log v0.4.14 |
| 293 | 2022-10-03T04:16:19.778Z | Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/build.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 -C metadata=c20b48b2faccba96 -C extra-filename=-c20b48b2faccba96 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-c20b48b2faccba96 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 294 | 2022-10-03T04:16:20.708Z | Compiling futures-core v0.3.24 |
| 295 | 2022-10-03T04:16:20.715Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.24/build.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dad1748f282ce362 -C extra-filename=-dad1748f282ce362 --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-core-dad1748f282ce362 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 296 | 2022-10-03T04:16:21.097Z | Compiling memchr v2.4.1 |
| 297 | 2022-10-03T04:16:21.108Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9e46a9249349768d -C extra-filename=-9e46a9249349768d --out-dir /work/oxidecomputer/dropshot/target/debug/build/memchr-9e46a9249349768d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 298 | 2022-10-03T04:16:21.114Z | Compiling pin-project-lite v0.2.7 |
| 299 | 2022-10-03T04:16:21.120Z | Compiling parking_lot_core v0.8.5 |
| 300 | 2022-10-03T04:16:21.126Z | Compiling bytes v1.2.1 |
| 301 | 2022-10-03T04:16:21.132Z | Compiling futures-task v0.3.24 |
| 302 | 2022-10-03T04:16:21.138Z | Compiling cc v1.0.72 |
| 303 | 2022-10-03T04:16:21.144Z | Compiling futures-sink v0.3.24 |
| 304 | 2022-10-03T04:16:21.150Z | Running `rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.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 -C metadata=8deee79f2006f2bc -C extra-filename=-8deee79f2006f2bc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 305 | 2022-10-03T04:16:21.156Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.8.5/build.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 -C metadata=bab87305c362e567 -C extra-filename=-bab87305c362e567 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-bab87305c362e567 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 306 | 2022-10-03T04:16:21.162Z | Running `rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-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="default"' --cfg 'feature="std"' -C metadata=f60890ff52792ef6 -C extra-filename=-f60890ff52792ef6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 307 | 2022-10-03T04:16:21.168Z | Running `rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.72/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=47288f2eabdedb7e -C extra-filename=-47288f2eabdedb7e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 308 | 2022-10-03T04:16:21.174Z | Running `rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7fd063310e40ae68 -C extra-filename=-7fd063310e40ae68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 309 | 2022-10-03T04:16:21.180Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.24/build.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 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=3191016be7d2383f -C extra-filename=-3191016be7d2383f --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-task-3191016be7d2383f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 310 | 2022-10-03T04:16:21.392Z | Compiling scopeguard v1.1.0 |
| 311 | 2022-10-03T04:16:21.398Z | Running `rustc --crate-name scopeguard /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-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 -C metadata=900061972c6a4977 -C extra-filename=-900061972c6a4977 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 312 | 2022-10-03T04:16:21.445Z | Compiling typenum v1.14.0 |
| 313 | 2022-10-03T04:16:21.457Z | Running `rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C debuginfo=2 -C metadata=52c5592276fbd239 -C extra-filename=-52c5592276fbd239 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-52c5592276fbd239 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 314 | 2022-10-03T04:16:21.462Z | Compiling smallvec v1.7.0 |
| 315 | 2022-10-03T04:16:21.468Z | Running `rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-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 -C metadata=56b8dcebac6730ba -C extra-filename=-56b8dcebac6730ba --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 316 | 2022-10-03T04:16:21.707Z | Compiling futures-channel v0.3.24 |
| 317 | 2022-10-03T04:16:21.713Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.24/build.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=2032089d5e7f5a5a -C extra-filename=-2032089d5e7f5a5a --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-channel-2032089d5e7f5a5a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 318 | 2022-10-03T04:16:22.004Z | Compiling futures-util v0.3.24 |
| 319 | 2022-10-03T04:16:22.011Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.24/build.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 --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"' -C metadata=7ca9369c14756e5f -C extra-filename=-7ca9369c14756e5f --out-dir /work/oxidecomputer/dropshot/target/debug/build/futures-util-7ca9369c14756e5f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 320 | 2022-10-03T04:16:22.050Z | Compiling ryu v1.0.5 |
| 321 | 2022-10-03T04:16:22.056Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C debuginfo=2 -C metadata=0f5ed8d54398e50e -C extra-filename=-0f5ed8d54398e50e --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-0f5ed8d54398e50e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 322 | 2022-10-03T04:16:22.128Z | Compiling lazy_static v1.4.0 |
| 323 | 2022-10-03T04:16:22.140Z | Running `rustc --crate-name lazy_static /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-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 -C metadata=e933bb7039122a57 -C extra-filename=-e933bb7039122a57 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 324 | 2022-10-03T04:16:22.238Z | Compiling pin-utils v0.1.0 |
| 325 | 2022-10-03T04:16:22.244Z | Running `rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=ea4e1ab8f514af45 -C extra-filename=-ea4e1ab8f514af45 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 326 | 2022-10-03T04:16:22.435Z | Compiling futures-io v0.3.24 |
| 327 | 2022-10-03T04:16:22.441Z | Running `rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-0.3.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"' -C metadata=9bc988f8589a4394 -C extra-filename=-9bc988f8589a4394 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 328 | 2022-10-03T04:16:22.481Z | Compiling fnv v1.0.7 |
| 329 | 2022-10-03T04:16:22.488Z | Running `rustc --crate-name fnv /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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"' -C metadata=9152987effe67314 -C extra-filename=-9152987effe67314 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 330 | 2022-10-03T04:16:22.526Z | Compiling base64 v0.13.0 |
| 331 | 2022-10-03T04:16:22.533Z | Running `rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2e7bd94c4f253fe5 -C extra-filename=-2e7bd94c4f253fe5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 332 | 2022-10-03T04:16:22.773Z | Compiling slab v0.4.5 |
| 333 | 2022-10-03T04:16:22.779Z | Running `rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1daf313473f5bd53 -C extra-filename=-1daf313473f5bd53 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 334 | 2022-10-03T04:16:22.786Z | Compiling serde_json v1.0.85 |
| 335 | 2022-10-03T04:16:22.791Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.85/build.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e737f75b23ba6332 -C extra-filename=-e737f75b23ba6332 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-e737f75b23ba6332 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 336 | 2022-10-03T04:16:23.264Z | Compiling matches v0.1.9 |
| 337 | 2022-10-03T04:16:23.270Z | Running `rustc --crate-name matches /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/matches-0.1.9/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=28de506ec5c3084c -C extra-filename=-28de506ec5c3084c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 338 | 2022-10-03T04:16:23.331Z | Compiling spin v0.5.2 |
| 339 | 2022-10-03T04:16:23.337Z | Running `rustc --crate-name spin /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/spin-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 -C metadata=7a14aaa3fd9ec562 -C extra-filename=-7a14aaa3fd9ec562 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 340 | 2022-10-03T04:16:23.389Z | Compiling untrusted v0.7.1 |
| 341 | 2022-10-03T04:16:23.395Z | Running `rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9855466ac2fcae6c -C extra-filename=-9855466ac2fcae6c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 342 | 2022-10-03T04:16:23.511Z | Compiling httparse v1.6.0 |
| 343 | 2022-10-03T04:16:23.518Z | Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/httparse-1.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5811431c3d4e1342 -C extra-filename=-5811431c3d4e1342 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-5811431c3d4e1342 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 344 | 2022-10-03T04:16:23.602Z | Compiling num_threads v0.1.3 |
| 345 | 2022-10-03T04:16:23.609Z | Running `rustc --crate-name num_threads /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=cf23afefb2db3741 -C extra-filename=-cf23afefb2db3741 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 346 | 2022-10-03T04:16:23.807Z | Compiling slog v2.7.0 |
| 347 | 2022-10-03T04:16:23.820Z | Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' -C metadata=c84b3ce6c5d2a791 -C extra-filename=-c84b3ce6c5d2a791 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-c84b3ce6c5d2a791 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 348 | 2022-10-03T04:16:23.850Z | Compiling percent-encoding v2.2.0 |
| 349 | 2022-10-03T04:16:23.862Z | Running `rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=8877741893b340fb -C extra-filename=-8877741893b340fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 350 | 2022-10-03T04:16:23.878Z | Compiling hashbrown v0.12.1 |
| 351 | 2022-10-03T04:16:23.890Z | Running `rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-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="raw"' -C metadata=6f1ee64ef468f2b8 -C extra-filename=-6f1ee64ef468f2b8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 352 | 2022-10-03T04:16:23.896Z | Compiling time-macros v0.2.3 |
| 353 | 2022-10-03T04:16:23.902Z | Running `rustc --crate-name time_macros --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/time-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=853d1f5efd6d39f2 -C extra-filename=-853d1f5efd6d39f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow` |
| 354 | 2022-10-03T04:16:23.908Z | Compiling tinyvec_macros v0.1.0 |
| 355 | 2022-10-03T04:16:23.914Z | Running `rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=5c131edd7eeae158 -C extra-filename=-5c131edd7eeae158 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 356 | 2022-10-03T04:16:24.112Z | Compiling cpufeatures v0.2.2 |
| 357 | 2022-10-03T04:16:24.243Z | Running `rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=7c05f62c058eafb8 -C extra-filename=-7c05f62c058eafb8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 358 | 2022-10-03T04:16:24.249Z | Compiling unicode-bidi v0.3.7 |
| 359 | 2022-10-03T04:16:24.254Z | Running `rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0d3cfd011783e4fe -C extra-filename=-0d3cfd011783e4fe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 360 | 2022-10-03T04:16:24.365Z | Compiling crossbeam-utils v0.8.8 |
| 361 | 2022-10-03T04:16:24.373Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.8/build.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 --cfg 'feature="lazy_static"' --cfg 'feature="std"' -C metadata=2984043ae36498fd -C extra-filename=-2984043ae36498fd --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-2984043ae36498fd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 362 | 2022-10-03T04:16:24.498Z | Compiling ppv-lite86 v0.2.15 |
| 363 | 2022-10-03T04:16:24.508Z | Running `rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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"' -C metadata=a6e5049da59ab279 -C extra-filename=-a6e5049da59ab279 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 364 | 2022-10-03T04:16:24.891Z | Compiling rustls v0.20.6 |
| 365 | 2022-10-03T04:16:24.897Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.20.6/build.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 --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=450cb6a00d2fe989 -C extra-filename=-450cb6a00d2fe989 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-450cb6a00d2fe989 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 366 | 2022-10-03T04:16:25.359Z | Compiling try-lock v0.2.3 |
| 367 | 2022-10-03T04:16:25.381Z | Running `rustc --crate-name try_lock /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=d00443fb8b1ae322 -C extra-filename=-d00443fb8b1ae322 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 368 | 2022-10-03T04:16:25.386Z | Compiling paste v1.0.9 |
| 369 | 2022-10-03T04:16:25.392Z | Running `rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/paste-1.0.9/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 -C metadata=7476db1e487b55b6 -C extra-filename=-7476db1e487b55b6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow` |
| 370 | 2022-10-03T04:16:25.492Z | Compiling tower-service v0.3.1 |
| 371 | 2022-10-03T04:16:25.498Z | Running `rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=fbd2d7dbcbbe9ae6 -C extra-filename=-fbd2d7dbcbbe9ae6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 372 | 2022-10-03T04:16:25.595Z | Compiling httpdate v1.0.1 |
| 373 | 2022-10-03T04:16:25.602Z | Running `rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=e5b4c009852b7dbe -C extra-filename=-e5b4c009852b7dbe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 374 | 2022-10-03T04:16:25.784Z | Compiling schemars v0.8.11 |
| 375 | 2022-10-03T04:16:25.791Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/schemars-0.8.11/build.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 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=c2202a7e94899453 -C extra-filename=-c2202a7e94899453 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-c2202a7e94899453 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 376 | 2022-10-03T04:16:26.002Z | Compiling match_cfg v0.1.0 |
| 377 | 2022-10-03T04:16:26.009Z | Running `rustc --crate-name match_cfg /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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"' -C metadata=d0e07394bb66ed62 -C extra-filename=-d0e07394bb66ed62 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 378 | 2022-10-03T04:16:26.131Z | Compiling slog-async v2.7.0 |
| 379 | 2022-10-03T04:16:26.137Z | Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-async-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 -C debuginfo=2 --cfg 'feature="default"' -C metadata=48299e14b0bfa1c7 -C extra-filename=-48299e14b0bfa1c7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-48299e14b0bfa1c7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 380 | 2022-10-03T04:16:26.246Z | Compiling async-trait v0.1.57 |
| 381 | 2022-10-03T04:16:26.255Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/async-trait-0.1.57/build.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 -C metadata=a87a5a563f913a93 -C extra-filename=-a87a5a563f913a93 --out-dir /work/oxidecomputer/dropshot/target/debug/build/async-trait-a87a5a563f913a93 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 382 | 2022-10-03T04:16:26.607Z | Compiling regex-syntax v0.6.25 |
| 383 | 2022-10-03T04:16:26.613Z | Running `rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.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 -C debuginfo=2 -C metadata=d8a76fcdf20d58cf -C extra-filename=-d8a76fcdf20d58cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 384 | 2022-10-03T04:16:26.770Z | Compiling iana-time-zone v0.1.47 |
| 385 | 2022-10-03T04:16:26.777Z | Running `rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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"' -C metadata=ed2fa6f1bf5a475b -C extra-filename=-ed2fa6f1bf5a475b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 386 | 2022-10-03T04:16:27.088Z | Compiling dyn-clone v1.0.4 |
| 387 | 2022-10-03T04:16:27.094Z | Running `rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=ea14965ccc9d5353 -C extra-filename=-ea14965ccc9d5353 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 388 | 2022-10-03T04:16:27.394Z | Compiling byteorder v1.4.3 |
| 389 | 2022-10-03T04:16:27.410Z | Running `rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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"' -C metadata=cbea396344521d56 -C extra-filename=-cbea396344521d56 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 390 | 2022-10-03T04:16:27.589Z | Compiling utf-8 v0.7.6 |
| 391 | 2022-10-03T04:16:27.596Z | Running `rustc --crate-name utf8 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=58c9211b1ea2e9e8 -C extra-filename=-58c9211b1ea2e9e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 392 | 2022-10-03T04:16:27.602Z | Compiling openssl-probe v0.1.4 |
| 393 | 2022-10-03T04:16:27.608Z | Running `rustc --crate-name openssl_probe /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=69efc5db188834f9 -C extra-filename=-69efc5db188834f9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 394 | 2022-10-03T04:16:27.618Z | Compiling unicode-width v0.1.9 |
| 395 | 2022-10-03T04:16:27.624Z | Running `rustc --crate-name unicode_width /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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"' -C metadata=3412097fea798630 -C extra-filename=-3412097fea798630 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 396 | 2022-10-03T04:16:27.935Z | Compiling trybuild v1.0.65 |
| 397 | 2022-10-03T04:16:27.942Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/trybuild-1.0.65/build.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 -C metadata=05bf697860b293f9 -C extra-filename=-05bf697860b293f9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/trybuild-05bf697860b293f9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 398 | 2022-10-03T04:16:27.957Z | Compiling take_mut v0.2.2 |
| 399 | 2022-10-03T04:16:27.965Z | Running `rustc --crate-name take_mut /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=462c915fdc6b7621 -C extra-filename=-462c915fdc6b7621 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 400 | 2022-10-03T04:16:28.233Z | Compiling mime v0.3.16 |
| 401 | 2022-10-03T04:16:28.245Z | Running `rustc --crate-name mime /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=b3e706e3e20f42c7 -C extra-filename=-b3e706e3e20f42c7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 402 | 2022-10-03T04:16:28.251Z | Compiling http-range v0.1.4 |
| 403 | 2022-10-03T04:16:28.257Z | Running `rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=3e675854bdf044d3 -C extra-filename=-3e675854bdf044d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 404 | 2022-10-03T04:16:28.434Z | Compiling remove_dir_all v0.5.3 |
| 405 | 2022-10-03T04:16:28.445Z | Running `rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/remove_dir_all-0.5.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 -C metadata=613ab85f744da972 -C extra-filename=-613ab85f744da972 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 406 | 2022-10-03T04:16:28.459Z | Compiling similar v2.1.0 |
| 407 | 2022-10-03T04:16:28.465Z | Running `rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/similar-2.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="text"' -C metadata=4a4adc0d18a1ec39 -C extra-filename=-4a4adc0d18a1ec39 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 408 | 2022-10-03T04:16:28.707Z | Compiling glob v0.3.0 |
| 409 | 2022-10-03T04:16:28.714Z | Running `rustc --crate-name glob /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=ecd61c0ab1d918b1 -C extra-filename=-ecd61c0ab1d918b1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 410 | 2022-10-03T04:16:28.720Z | Compiling newline-converter v0.2.0 |
| 411 | 2022-10-03T04:16:28.726Z | Running `rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/newline-converter-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 -C metadata=57283921c4780969 -C extra-filename=-57283921c4780969 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 412 | 2022-10-03T04:16:28.881Z | Compiling fastrand v1.6.0 |
| 413 | 2022-10-03T04:16:28.887Z | Running `rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fastrand-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3bcfeb3b4c0aee8f -C extra-filename=-3bcfeb3b4c0aee8f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 414 | 2022-10-03T04:16:28.986Z | Compiling termcolor v1.1.2 |
| 415 | 2022-10-03T04:16:28.992Z | Running `rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=bc9e615ccf0c7074 -C extra-filename=-bc9e615ccf0c7074 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 416 | 2022-10-03T04:16:29.130Z | Compiling instant v0.1.11 |
| 417 | 2022-10-03T04:16:29.136Z | Running `rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/instant-0.1.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 -C metadata=44e7fa4f3fbafc1d -C extra-filename=-44e7fa4f3fbafc1d --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-4a566e2ab2ea19b8.rmeta --cap-lints allow` |
| 418 | 2022-10-03T04:16:29.399Z | Compiling thread_local v1.1.4 |
| 419 | 2022-10-03T04:16:29.406Z | Running `rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=b29a4dade080c5cc -C extra-filename=-b29a4dade080c5cc --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-d8e8c46c229b7d76.rmeta --cap-lints allow` |
| 420 | 2022-10-03T04:16:29.421Z | Compiling generic-array v0.14.5 |
| 421 | 2022-10-03T04:16:29.427Z | Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C debuginfo=2 --cfg 'feature="more_lengths"' -C metadata=9cb0a882bfd2158a -C extra-filename=-9cb0a882bfd2158a --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-9cb0a882bfd2158a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-3c6f1c054b52b7ca.rlib --cap-lints allow` |
| 422 | 2022-10-03T04:16:29.822Z | Compiling unicase v2.6.0 |
| 423 | 2022-10-03T04:16:29.829Z | Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C debuginfo=2 -C metadata=91f05aaa4353b1d2 -C extra-filename=-91f05aaa4353b1d2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-91f05aaa4353b1d2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-3c6f1c054b52b7ca.rlib --cap-lints allow` |
| 424 | 2022-10-03T04:16:30.065Z | Compiling dropshot v0.8.1-dev (/work/oxidecomputer/dropshot/dropshot) |
| 425 | 2022-10-03T04:16:30.071Z | Running `rustc --crate-name build_script_build --edition=2018 dropshot/build.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 -C metadata=f9c2d441923acb13 -C extra-filename=-f9c2d441923acb13 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-f9c2d441923acb13 -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-3c6f1c054b52b7ca.rlib` |
| 426 | 2022-10-03T04:16:30.129Z | Compiling indexmap v1.9.1 |
| 427 | 2022-10-03T04:16:30.135Z | Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.1/build.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 --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="std"' -C metadata=e39f2bc07724ce34 -C extra-filename=-e39f2bc07724ce34 --out-dir /work/oxidecomputer/dropshot/target/debug/build/indexmap-e39f2bc07724ce34 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-faf9506764b865cb.rlib --cap-lints allow` |
| 428 | 2022-10-03T04:16:30.411Z | Compiling num-traits v0.2.14 |
| 429 | 2022-10-03T04:16:30.417Z | Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C debuginfo=2 -C metadata=440a5907ceb8b46d -C extra-filename=-440a5907ceb8b46d --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-440a5907ceb8b46d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-faf9506764b865cb.rlib --cap-lints allow` |
| 430 | 2022-10-03T04:16:30.754Z | Compiling num-integer v0.1.44 |
| 431 | 2022-10-03T04:16:30.760Z | Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.44/build.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 -C metadata=c4298a873c107ae0 -C extra-filename=-c4298a873c107ae0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-integer-c4298a873c107ae0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-faf9506764b865cb.rlib --cap-lints allow` |
| 432 | 2022-10-03T04:16:30.777Z | Running `/work/oxidecomputer/dropshot/target/debug/build/log-c20b48b2faccba96/build-script-build` |
| 433 | 2022-10-03T04:16:30.792Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_derive-93acdb2bfe4a65a2/build-script-build` |
| 434 | 2022-10-03T04:16:30.807Z | Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-f0cf9cbfb962ae4c/build-script-build` |
| 435 | 2022-10-03T04:16:30.938Z | Running `/work/oxidecomputer/dropshot/target/debug/build/quote-438f4f369de1cf8c/build-script-build` |
| 436 | 2022-10-03T04:16:31.027Z | Running `/work/oxidecomputer/dropshot/target/debug/build/syn-0594029b8715fa3c/build-script-build` |
| 437 | 2022-10-03T04:16:31.036Z | Running `/work/oxidecomputer/dropshot/target/debug/build/libc-1f724d646f5221f7/build-script-build` |
| 438 | 2022-10-03T04:16:31.069Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde-bec3fde5f95b6006/build-script-build` |
| 439 | 2022-10-03T04:16:31.097Z | Running `/work/oxidecomputer/dropshot/target/debug/build/futures-core-dad1748f282ce362/build-script-build` |
| 440 | 2022-10-03T04:16:31.117Z | Compiling lock_api v0.4.5 |
| 441 | 2022-10-03T04:16:31.138Z | Running `rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.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 -C metadata=eafa727406c51a91 -C extra-filename=-eafa727406c51a91 --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-900061972c6a4977.rmeta --cap-lints allow` |
| 442 | 2022-10-03T04:16:31.247Z | Running `/work/oxidecomputer/dropshot/target/debug/build/futures-task-3191016be7d2383f/build-script-build` |
| 443 | 2022-10-03T04:16:31.256Z | Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-bab87305c362e567/build-script-build` |
| 444 | 2022-10-03T04:16:31.270Z | Running `/work/oxidecomputer/dropshot/target/debug/build/memchr-9e46a9249349768d/build-script-build` |
| 445 | 2022-10-03T04:16:31.276Z | Compiling tracing-core v0.1.21 |
| 446 | 2022-10-03T04:16:31.282Z | Running `rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.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="lazy_static"' --cfg 'feature="std"' -C metadata=0a78e7fe016db7d8 -C extra-filename=-0a78e7fe016db7d8 --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-e933bb7039122a57.rmeta --cap-lints allow` |
| 447 | 2022-10-03T04:16:31.308Z | Running `/work/oxidecomputer/dropshot/target/debug/build/futures-channel-2032089d5e7f5a5a/build-script-build` |
| 448 | 2022-10-03T04:16:31.313Z | Compiling http v0.2.8 |
| 449 | 2022-10-03T04:16:31.319Z | Running `rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/http-0.2.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 -C metadata=ae00f1f2dd67fb91 -C extra-filename=-ae00f1f2dd67fb91 --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-f60890ff52792ef6.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-9152987effe67314.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-91dfebb8c41f0521.rmeta --cap-lints allow` |
| 450 | 2022-10-03T04:16:31.326Z | Running `/work/oxidecomputer/dropshot/target/debug/build/futures-util-7ca9369c14756e5f/build-script-build` |
| 451 | 2022-10-03T04:16:31.337Z | Compiling rustls-pemfile v0.2.1 |
| 452 | 2022-10-03T04:16:31.348Z | Running `rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-pemfile-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4aa371251d5a2dea -C extra-filename=-4aa371251d5a2dea --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-2e7bd94c4f253fe5.rmeta --cap-lints allow` |
| 453 | 2022-10-03T04:16:31.353Z | Compiling rustls-pemfile v1.0.1 |
| 454 | 2022-10-03T04:16:31.363Z | Running `rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-pemfile-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 -C metadata=1b09d02b613955ad -C extra-filename=-1b09d02b613955ad --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-2e7bd94c4f253fe5.rmeta --cap-lints allow` |
| 455 | 2022-10-03T04:16:31.428Z | Compiling pem v1.1.0 |
| 456 | 2022-10-03T04:16:31.440Z | Running `rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pem-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 -C metadata=0ab49452f9d0ab39 -C extra-filename=-0ab49452f9d0ab39 --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-2e7bd94c4f253fe5.rmeta --cap-lints allow` |
| 457 | 2022-10-03T04:16:32.055Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-0f5ed8d54398e50e/build-script-build` |
| 458 | 2022-10-03T04:16:32.169Z | Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-52c5592276fbd239/build-script-main` |
| 459 | 2022-10-03T04:16:32.430Z | Compiling tinyvec v1.5.1 |
| 460 | 2022-10-03T04:16:32.436Z | Running `rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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"' -C metadata=5dc22b27a45b8ede -C extra-filename=-5dc22b27a45b8ede --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-5c131edd7eeae158.rmeta --cap-lints allow` |
| 461 | 2022-10-03T04:16:32.512Z | Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-e737f75b23ba6332/build-script-build` |
| 462 | 2022-10-03T04:16:32.524Z | Compiling form_urlencoded v1.0.1 |
| 463 | 2022-10-03T04:16:32.531Z | Running `rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/form_urlencoded-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 -C metadata=c7844a8ada6136ed -C extra-filename=-c7844a8ada6136ed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern matches=/work/oxidecomputer/dropshot/target/debug/deps/libmatches-28de506ec5c3084c.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rmeta --cap-lints allow` |
| 464 | 2022-10-03T04:16:32.725Z | Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-5811431c3d4e1342/build-script-build` |
| 465 | 2022-10-03T04:16:32.764Z | Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-2984043ae36498fd/build-script-build` |
| 466 | 2022-10-03T04:16:32.771Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-c84b3ce6c5d2a791/build-script-build` |
| 467 | 2022-10-03T04:16:32.993Z | Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-c2202a7e94899453/build-script-build` |
| 468 | 2022-10-03T04:16:33.003Z | Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-48299e14b0bfa1c7/build-script-build` |
| 469 | 2022-10-03T04:16:33.037Z | Running `/work/oxidecomputer/dropshot/target/debug/build/async-trait-a87a5a563f913a93/build-script-build` |
| 470 | 2022-10-03T04:16:33.211Z | Compiling ring v0.16.20 |
| 471 | 2022-10-03T04:16:33.217Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/build.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=4e86548956c239bd -C extra-filename=-4e86548956c239bd --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-4e86548956c239bd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-47288f2eabdedb7e.rlib --cap-lints allow` |
| 472 | 2022-10-03T04:16:33.226Z | Running `/work/oxidecomputer/dropshot/target/debug/build/trybuild-05bf697860b293f9/build-script-build` |
| 473 | 2022-10-03T04:16:33.256Z | Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-9cb0a882bfd2158a/build-script-build` |
| 474 | 2022-10-03T04:16:33.262Z | Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-91f05aaa4353b1d2/build-script-build` |
| 475 | 2022-10-03T04:16:33.456Z | Compiling regex v1.5.5 |
| 476 | 2022-10-03T04:16:33.462Z | Running `rustc --crate-name regex --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.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="std"' -C metadata=ca23868dbe0abf24 -C extra-filename=-ca23868dbe0abf24 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern regex_syntax=/work/oxidecomputer/dropshot/target/debug/deps/libregex_syntax-d8a76fcdf20d58cf.rmeta --cap-lints allow` |
| 477 | 2022-10-03T04:16:33.935Z | Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-f9c2d441923acb13/build-script-build` |
| 478 | 2022-10-03T04:16:34.024Z | Running `/work/oxidecomputer/dropshot/target/debug/build/indexmap-e39f2bc07724ce34/build-script-build` |
| 479 | 2022-10-03T04:16:34.048Z | Running `rustc --crate-name log /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6bcb72c8ab6d6b58 -C extra-filename=-6bcb72c8ab6d6b58 --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-4a566e2ab2ea19b8.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics` |
| 480 | 2022-10-03T04:16:34.157Z | Running `rustc --crate-name proc_macro2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=aca66573ad806db9 -C extra-filename=-aca66573ad806db9 --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-29d2c55c40164237.rmeta --cap-lints allow --cfg use_proc_macro --cfg wrap_proc_macro` |
| 481 | 2022-10-03T04:16:34.409Z | Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-440a5907ceb8b46d/build-script-build` |
| 482 | 2022-10-03T04:16:35.067Z | Running `rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f71c7b5b0eb0ed46 -C extra-filename=-f71c7b5b0eb0ed46 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 483 | 2022-10-03T04:16:35.455Z | Running `rustc --crate-name libc /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.133/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4e58ae733695aa42 -C extra-filename=-4e58ae733695aa42 --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_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn` |
| 484 | 2022-10-03T04:16:35.470Z | Running `rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.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="alloc"' --cfg 'feature="std"' -C metadata=65ed39f7f7fdccad -C extra-filename=-65ed39f7f7fdccad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 485 | 2022-10-03T04:16:35.596Z | Running `rustc --crate-name memchr --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.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="default"' --cfg 'feature="std"' -C metadata=774a6c970c64c934 -C extra-filename=-774a6c970c64c934 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx` |
| 486 | 2022-10-03T04:16:35.741Z | Running `/work/oxidecomputer/dropshot/target/debug/build/num-integer-c4298a873c107ae0/build-script-build` |
| 487 | 2022-10-03T04:16:36.191Z | Compiling rustls-native-certs v0.6.1 |
| 488 | 2022-10-03T04:16:36.198Z | Running `rustc --crate-name rustls_native_certs --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-native-certs-0.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 -C metadata=ddadbb9941dbf4be -C extra-filename=-ddadbb9941dbf4be --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-69efc5db188834f9.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-4aa371251d5a2dea.rmeta --cap-lints allow` |
| 489 | 2022-10-03T04:16:36.521Z | Running `rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=fc64b67cfe49fa82 -C extra-filename=-fc64b67cfe49fa82 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit` |
| 490 | 2022-10-03T04:16:36.793Z | Running `rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=889ab83ab4dc4fe9 -C extra-filename=-889ab83ab4dc4fe9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow` |
| 491 | 2022-10-03T04:16:37.007Z | Compiling tracing v0.1.29 |
| 492 | 2022-10-03T04:16:37.013Z | Running `rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.29/src/lib.rs --error-format=json --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"' -C metadata=be1ddffd90d00e89 -C extra-filename=-be1ddffd90d00e89 --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-4a566e2ab2ea19b8.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-8deee79f2006f2bc.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-0a78e7fe016db7d8.rmeta --cap-lints allow` |
| 493 | 2022-10-03T04:16:37.196Z | Running `rustc --crate-name httparse /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/httparse-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f8847f07e083f77a -C extra-filename=-f8847f07e083f77a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd` |
| 494 | 2022-10-03T04:16:37.269Z | Running `rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.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="lazy_static"' --cfg 'feature="std"' -C metadata=557fdd4f4a28c98a -C extra-filename=-557fdd4f4a28c98a --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-4a566e2ab2ea19b8.rmeta --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rmeta --cap-lints allow` |
| 495 | 2022-10-03T04:16:37.871Z | Running `rustc --crate-name slog /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' -C metadata=2cfa4a79ed00513d -C extra-filename=-2cfa4a79ed00513d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128` |
| 496 | 2022-10-03T04:16:37.974Z | Compiling http-body v0.4.3 |
| 497 | 2022-10-03T04:16:37.982Z | Running `rustc --crate-name unicase /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=b38e8cb98e814dc5 -C extra-filename=-b38e8cb98e814dc5 --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` |
| 498 | 2022-10-03T04:16:37.988Z | Running `rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/http-body-0.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 -C metadata=c7b022d457ef8f5a -C extra-filename=-c7b022d457ef8f5a --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-f60890ff52792ef6.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-8deee79f2006f2bc.rmeta --cap-lints allow` |
| 499 | 2022-10-03T04:16:38.518Z | Compiling want v0.3.0 |
| 500 | 2022-10-03T04:16:38.524Z | Running `rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=b4c64c06ba3cdfc8 -C extra-filename=-b4c64c06ba3cdfc8 --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-6bcb72c8ab6d6b58.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-d00443fb8b1ae322.rmeta --cap-lints allow` |
| 501 | 2022-10-03T04:16:38.751Z | Compiling unicode-normalization v0.1.19 |
| 502 | 2022-10-03T04:16:38.757Z | Running `rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-normalization-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9f11c085b0948bd3 -C extra-filename=-9f11c085b0948bd3 --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-5dc22b27a45b8ede.rmeta --cap-lints allow` |
| 503 | 2022-10-03T04:16:38.763Z | Running `rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.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="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=71f3095beea9f9db -C extra-filename=-71f3095beea9f9db --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-f71c7b5b0eb0ed46.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-7fd063310e40ae68.rmeta --cap-lints allow` |
| 504 | 2022-10-03T04:16:38.882Z | Running `rustc --crate-name num_traits /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=c51d8fb139885aab -C extra-filename=-c51d8fb139885aab --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` |
| 505 | 2022-10-03T04:16:39.201Z | Running `rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.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="default"' --cfg 'feature="proc-macro"' -C metadata=0ff90d2f3d34b380 -C extra-filename=-0ff90d2f3d34b380 --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-aca66573ad806db9.rmeta --cap-lints allow` |
| 506 | 2022-10-03T04:16:39.469Z | Running `/work/oxidecomputer/dropshot/target/debug/build/ring-4e86548956c239bd/build-script-build` |
| 507 | 2022-10-03T04:16:39.530Z | Running `rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.8.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 -C metadata=30dd4a59647d4164 -C extra-filename=-30dd4a59647d4164 --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-4a566e2ab2ea19b8.rmeta --extern instant=/work/oxidecomputer/dropshot/target/debug/deps/libinstant-44e7fa4f3fbafc1d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-56b8dcebac6730ba.rmeta --cap-lints allow` |
| 508 | 2022-10-03T04:16:39.593Z | Compiling mio v0.7.13 |
| 509 | 2022-10-03T04:16:39.601Z | Running `rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.7.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="default"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --cfg 'feature="os-util"' --cfg 'feature="tcp"' --cfg 'feature="udp"' --cfg 'feature="uds"' -C metadata=43ba7f6c5527a1d0 -C extra-filename=-43ba7f6c5527a1d0 --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-4e58ae733695aa42.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-6bcb72c8ab6d6b58.rmeta --cap-lints allow` |
| 510 | 2022-10-03T04:16:39.870Z | Compiling signal-hook-registry v1.4.0 |
| 511 | 2022-10-03T04:16:39.876Z | Running `rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=1ec786cd3c796dd8 -C extra-filename=-1ec786cd3c796dd8 --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-4e58ae733695aa42.rmeta --cap-lints allow` |
| 512 | 2022-10-03T04:16:40.729Z | Compiling num_cpus v1.13.0 |
| 513 | 2022-10-03T04:16:40.735Z | Running `rustc --crate-name num_cpus /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=c9912f021ce637ce -C extra-filename=-c9912f021ce637ce --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-4e58ae733695aa42.rmeta --cap-lints allow` |
| 514 | 2022-10-03T04:16:40.982Z | Compiling getrandom v0.2.3 |
| 515 | 2022-10-03T04:16:40.990Z | Running `rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-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 --cfg 'feature="std"' -C metadata=6ecffe694f96efda -C extra-filename=-6ecffe694f96efda --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-4a566e2ab2ea19b8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rmeta --cap-lints allow` |
| 516 | 2022-10-03T04:16:40.998Z | Compiling time v0.3.7 |
| 517 | 2022-10-03T04:16:41.003Z | Running `rustc --crate-name time --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="itoa"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="time-macros"' -C metadata=274bcd4472865949 -C extra-filename=-274bcd4472865949 --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-91dfebb8c41f0521.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-cf23afefb2db3741.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-853d1f5efd6d39f2.so --cap-lints allow` |
| 518 | 2022-10-03T04:16:41.042Z | Compiling socket2 v0.4.2 |
| 519 | 2022-10-03T04:16:41.048Z | Running `rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ba0d968b314c51d9 -C extra-filename=-ba0d968b314c51d9 --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-4e58ae733695aa42.rmeta --cap-lints allow` |
| 520 | 2022-10-03T04:16:41.644Z | Compiling dirs-sys-next v0.1.2 |
| 521 | 2022-10-03T04:16:41.651Z | Running `rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=4d05a75288d2e310 -C extra-filename=-4d05a75288d2e310 --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-4e58ae733695aa42.rmeta --cap-lints allow` |
| 522 | 2022-10-03T04:16:41.742Z | Compiling time v0.1.43 |
| 523 | 2022-10-03T04:16:41.748Z | Running `rustc --crate-name time /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.1.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3d4920bc5365fbd0 -C extra-filename=-3d4920bc5365fbd0 --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-4e58ae733695aa42.rmeta --cap-lints allow` |
| 524 | 2022-10-03T04:16:42.098Z | Compiling terminal_size v0.1.17 |
| 525 | 2022-10-03T04:16:42.107Z | Running `rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/terminal_size-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=450c0ff382745d6a -C extra-filename=-450c0ff382745d6a --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-4e58ae733695aa42.rmeta --cap-lints allow` |
| 526 | 2022-10-03T04:16:42.147Z | Compiling hostname v0.3.1 |
| 527 | 2022-10-03T04:16:42.153Z | Running `rustc --crate-name hostname /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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"' -C metadata=0f9cf4fc5d2a7cb6 -C extra-filename=-0f9cf4fc5d2a7cb6 --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-4e58ae733695aa42.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-d0e07394bb66ed62.rmeta --cap-lints allow` |
| 528 | 2022-10-03T04:16:42.407Z | Compiling atty v0.2.14 |
| 529 | 2022-10-03T04:16:42.413Z | Running `rustc --crate-name atty /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/atty-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 -C metadata=70a01bad2ec245ef -C extra-filename=-70a01bad2ec245ef --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-4e58ae733695aa42.rmeta --cap-lints allow` |
| 530 | 2022-10-03T04:16:42.422Z | Compiling tempfile v3.3.0 |
| 531 | 2022-10-03T04:16:42.427Z | Running `rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.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 -C metadata=f5c696027f3e96a1 -C extra-filename=-f5c696027f3e96a1 --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-4a566e2ab2ea19b8.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-3bcfeb3b4c0aee8f.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rmeta --extern remove_dir_all=/work/oxidecomputer/dropshot/target/debug/deps/libremove_dir_all-613ab85f744da972.rmeta --cap-lints allow` |
| 532 | 2022-10-03T04:16:42.750Z | Compiling subprocess v0.2.9 |
| 533 | 2022-10-03T04:16:42.758Z | Running `rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=c13150110d30f64f -C extra-filename=-c13150110d30f64f --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-4e58ae733695aa42.rmeta --cap-lints allow` |
| 534 | 2022-10-03T04:16:42.764Z | Compiling crossbeam-channel v0.5.1 |
| 535 | 2022-10-03T04:16:42.770Z | Running `rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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"' -C metadata=48d5e0249c5ce912 -C extra-filename=-48d5e0249c5ce912 --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-4a566e2ab2ea19b8.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-557fdd4f4a28c98a.rmeta --cap-lints allow` |
| 536 | 2022-10-03T04:16:42.777Z | Compiling mime_guess v2.0.4 |
| 537 | 2022-10-03T04:16:42.783Z | Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mime_guess-2.0.4/build.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 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=7b823148c63e1f66 -C extra-filename=-7b823148c63e1f66 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-7b823148c63e1f66 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-b38e8cb98e814dc5.rlib --cap-lints allow` |
| 538 | 2022-10-03T04:16:43.218Z | Running `rustc --crate-name generic_array /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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"' -C metadata=c9f3567d9aa71e9a -C extra-filename=-c9f3567d9aa71e9a --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-889ab83ab4dc4fe9.rmeta --cap-lints allow --cfg relaxed_coherence` |
| 539 | 2022-10-03T04:16:43.767Z | Running `rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.100/src/lib.rs --error-format=json --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="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=9b10a3748be13ec3 -C extra-filename=-9b10a3748be13ec3 --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-aca66573ad806db9.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0ff90d2f3d34b380.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-29d2c55c40164237.rmeta --cap-lints allow --cfg syn_disable_nightly_tests` |
| 540 | 2022-10-03T04:16:44.108Z | Compiling parking_lot v0.11.2 |
| 541 | 2022-10-03T04:16:44.114Z | Running `rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=db28ff5a93695c82 -C extra-filename=-db28ff5a93695c82 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern instant=/work/oxidecomputer/dropshot/target/debug/deps/libinstant-44e7fa4f3fbafc1d.rmeta --extern lock_api=/work/oxidecomputer/dropshot/target/debug/deps/liblock_api-eafa727406c51a91.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-30dd4a59647d4164.rmeta --cap-lints allow` |
| 542 | 2022-10-03T04:16:45.005Z | Compiling idna v0.2.3 |
| 543 | 2022-10-03T04:16:45.011Z | Running `rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/idna-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 -C metadata=370f1d86909c67af -C extra-filename=-370f1d86909c67af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern matches=/work/oxidecomputer/dropshot/target/debug/deps/libmatches-28de506ec5c3084c.rmeta --extern unicode_bidi=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_bidi-0d3cfd011783e4fe.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-9f11c085b0948bd3.rmeta --cap-lints allow` |
| 544 | 2022-10-03T04:16:45.154Z | Compiling rand_core v0.6.3 |
| 545 | 2022-10-03T04:16:45.160Z | Running `rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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"' -C metadata=512d1f1b29675633 -C extra-filename=-512d1f1b29675633 --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-6ecffe694f96efda.rmeta --cap-lints allow` |
| 546 | 2022-10-03T04:16:45.546Z | Running `rustc --crate-name num_integer /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d4bb395e954b41d5 -C extra-filename=-d4bb395e954b41d5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-c51d8fb139885aab.rmeta --cap-lints allow --cfg has_i128` |
| 547 | 2022-10-03T04:16:45.947Z | Compiling dirs-next v2.0.0 |
| 548 | 2022-10-03T04:16:45.953Z | Running `rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=514be3cc9e1727c1 -C extra-filename=-514be3cc9e1727c1 --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-4a566e2ab2ea19b8.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-4d05a75288d2e310.rmeta --cap-lints allow` |
| 549 | 2022-10-03T04:16:46.018Z | Compiling console v0.15.0 |
| 550 | 2022-10-03T04:16:46.024Z | Running `rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/console-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 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="unicode-width"' -C metadata=57254ed4c102d733 -C extra-filename=-57254ed4c102d733 --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-4e58ae733695aa42.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d8e8c46c229b7d76.rmeta --extern regex=/work/oxidecomputer/dropshot/target/debug/deps/libregex-ca23868dbe0abf24.rmeta --extern terminal_size=/work/oxidecomputer/dropshot/target/debug/deps/libterminal_size-450c0ff382745d6a.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-3412097fea798630.rmeta --cap-lints allow` |
| 551 | 2022-10-03T04:16:46.172Z | Compiling yasna v0.5.0 |
| 552 | 2022-10-03T04:16:46.178Z | Running `rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/yasna-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="default"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=9da3b9e1792dba87 -C extra-filename=-9da3b9e1792dba87 --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-274bcd4472865949.rmeta --cap-lints allow` |
| 553 | 2022-10-03T04:16:46.369Z | Running `rustc --crate-name slog_async /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-async-2.7.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"' -C metadata=748e94290ce3ac71 -C extra-filename=-748e94290ce3ac71 --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-48d5e0249c5ce912.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-462c915fdc6b7621.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-b29a4dade080c5cc.rmeta --cap-lints allow --cfg integer128` |
| 554 | 2022-10-03T04:16:47.034Z | Compiling crypto-common v0.1.6 |
| 555 | 2022-10-03T04:16:47.040Z | Running `rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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"' -C metadata=d73a6f2ea4bba3c2 -C extra-filename=-d73a6f2ea4bba3c2 --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-c9f3567d9aa71e9a.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-889ab83ab4dc4fe9.rmeta --cap-lints allow` |
| 556 | 2022-10-03T04:16:47.421Z | Compiling block-buffer v0.10.2 |
| 557 | 2022-10-03T04:16:47.427Z | Running `rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=4f6deec48c6f1655 -C extra-filename=-4f6deec48c6f1655 --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-c9f3567d9aa71e9a.rmeta --cap-lints allow` |
| 558 | 2022-10-03T04:16:47.851Z | Compiling rand_chacha v0.3.1 |
| 559 | 2022-10-03T04:16:47.857Z | Running `rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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"' -C metadata=8323d936b6868ee5 -C extra-filename=-8323d936b6868ee5 --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-a6e5049da59ab279.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-512d1f1b29675633.rmeta --cap-lints allow` |
| 560 | 2022-10-03T04:16:47.889Z | Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-7b823148c63e1f66/build-script-build` |
| 561 | 2022-10-03T04:16:47.952Z | Compiling term v0.7.0 |
| 562 | 2022-10-03T04:16:48.037Z | Running `rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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"' -C metadata=5f8ac6191d4ea54f -C extra-filename=-5f8ac6191d4ea54f --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-514be3cc9e1727c1.rmeta --cap-lints allow` |
| 563 | 2022-10-03T04:16:48.547Z | Compiling url v2.2.2 |
| 564 | 2022-10-03T04:16:48.552Z | Running `rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/url-2.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 -C metadata=a808f545eae9df7b -C extra-filename=-a808f545eae9df7b --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-c7844a8ada6136ed.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-370f1d86909c67af.rmeta --extern matches=/work/oxidecomputer/dropshot/target/debug/deps/libmatches-28de506ec5c3084c.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rmeta --cap-lints allow` |
| 565 | 2022-10-03T04:16:49.306Z | Compiling expectorate v1.0.5 |
| 566 | 2022-10-03T04:16:49.311Z | Running `rustc --crate-name expectorate --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/expectorate-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 -C metadata=ed3b7d92f75bc0af -C extra-filename=-ed3b7d92f75bc0af --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-57254ed4c102d733.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-57283921c4780969.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-4a4adc0d18a1ec39.rmeta --cap-lints allow` |
| 567 | 2022-10-03T04:16:49.578Z | Compiling digest v0.10.5 |
| 568 | 2022-10-03T04:16:49.621Z | Running `rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/digest-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=adf78ce46f37564f -C extra-filename=-adf78ce46f37564f --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-4f6deec48c6f1655.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-d73a6f2ea4bba3c2.rmeta --cap-lints allow` |
| 569 | 2022-10-03T04:16:49.703Z | Running `rustc --crate-name mime_guess /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mime_guess-2.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="rev-mappings"' -C metadata=0d6722f1a6332cfc -C extra-filename=-0d6722f1a6332cfc --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-b3e706e3e20f42c7.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-b38e8cb98e814dc5.rmeta --cap-lints allow` |
| 570 | 2022-10-03T04:16:50.078Z | Compiling rand v0.8.4 |
| 571 | 2022-10-03T04:16:50.083Z | Running `rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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"' -C metadata=246528235bae1933 -C extra-filename=-246528235bae1933 --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-4e58ae733695aa42.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-8323d936b6868ee5.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-512d1f1b29675633.rmeta --cap-lints allow` |
| 572 | 2022-10-03T04:16:50.341Z | Compiling slog-term v2.9.0 |
| 573 | 2022-10-03T04:16:50.346Z | Running `rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8224b4f44b844f58 -C extra-filename=-8224b4f44b844f58 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atty=/work/oxidecomputer/dropshot/target/debug/deps/libatty-70a01bad2ec245ef.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-5f8ac6191d4ea54f.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-b29a4dade080c5cc.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-274bcd4472865949.rmeta --cap-lints allow` |
| 574 | 2022-10-03T04:16:50.413Z | Compiling sha-1 v0.10.0 |
| 575 | 2022-10-03T04:16:50.425Z | Running `rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sha-1-0.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"' -C metadata=611173deaa80a567 -C extra-filename=-611173deaa80a567 --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-4a566e2ab2ea19b8.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-7c05f62c058eafb8.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-adf78ce46f37564f.rmeta --cap-lints allow` |
| 576 | 2022-10-03T04:16:51.260Z | Compiling sha1 v0.10.5 |
| 577 | 2022-10-03T04:16:51.266Z | Running `rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sha1-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5009d19dc13daea2 -C extra-filename=-5009d19dc13daea2 --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-4a566e2ab2ea19b8.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-7c05f62c058eafb8.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-adf78ce46f37564f.rmeta --cap-lints allow` |
| 578 | 2022-10-03T04:16:51.493Z | Running `rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=4983c906c8a94b92 -C extra-filename=-4983c906c8a94b92 --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-d8e8c46c229b7d76.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-7a14aaa3fd9ec562.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-9855466ac2fcae6c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out -l static=ring-core -l static=ring-test` |
| 579 | 2022-10-03T04:16:51.583Z | Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-450cb6a00d2fe989/build-script-build` |
| 580 | 2022-10-03T04:16:54.077Z | Compiling webpki v0.22.0 |
| 581 | 2022-10-03T04:16:54.083Z | Compiling sct v0.7.0 |
| 582 | 2022-10-03T04:16:54.090Z | Compiling rcgen v0.9.3 |
| 583 | 2022-10-03T04:16:54.096Z | Running `rustc --crate-name webpki --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/webpki-0.22.0/src/lib.rs --error-format=json --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="std"' -C metadata=33e0a00e1b9369d0 -C extra-filename=-33e0a00e1b9369d0 --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-4983c906c8a94b92.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-9855466ac2fcae6c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out` |
| 584 | 2022-10-03T04:16:54.102Z | Running `rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sct-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 -C metadata=9d6f6808a70386f9 -C extra-filename=-9d6f6808a70386f9 --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-4983c906c8a94b92.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-9855466ac2fcae6c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out` |
| 585 | 2022-10-03T04:16:54.107Z | Running `rustc --crate-name rcgen --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rcgen-0.9.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="pem"' -C metadata=47d4fd03255bcc44 -C extra-filename=-47d4fd03255bcc44 --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-0ab49452f9d0ab39.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-4983c906c8a94b92.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-274bcd4472865949.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-9da3b9e1792dba87.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out` |
| 586 | 2022-10-03T04:16:54.964Z | Running `rustc --crate-name rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.20.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=689d1e2a460c0c5a -C extra-filename=-689d1e2a460c0c5a --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-6bcb72c8ab6d6b58.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-4983c906c8a94b92.rmeta --extern sct=/work/oxidecomputer/dropshot/target/debug/deps/libsct-9d6f6808a70386f9.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-33e0a00e1b9369d0.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out` |
| 587 | 2022-10-03T04:16:55.197Z | Compiling serde_derive_internals v0.26.0 |
| 588 | 2022-10-03T04:16:55.205Z | Running `rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive_internals-0.26.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 -C metadata=e3290e984fd5ffaa -C extra-filename=-e3290e984fd5ffaa --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-aca66573ad806db9.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0ff90d2f3d34b380.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9b10a3748be13ec3.rmeta --cap-lints allow` |
| 589 | 2022-10-03T04:17:03.149Z | Compiling tokio-macros v1.7.0 |
| 590 | 2022-10-03T04:17:03.155Z | Compiling futures-macro v0.3.24 |
| 591 | 2022-10-03T04:17:03.161Z | Compiling thiserror-impl v1.0.30 |
| 592 | 2022-10-03T04:17:03.168Z | Running `rustc --crate-name serde_derive /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.145/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 --cfg 'feature="default"' -C metadata=af9e65aa2b8a52d5 -C extra-filename=-af9e65aa2b8a52d5 --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-aca66573ad806db9.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0ff90d2f3d34b380.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9b10a3748be13ec3.rlib --extern proc_macro --cap-lints allow` |
| 593 | 2022-10-03T04:17:03.288Z | Running `rustc --crate-name tokio_macros --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-macros-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=38c584ac03fcd508 -C extra-filename=-38c584ac03fcd508 --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-aca66573ad806db9.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0ff90d2f3d34b380.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9b10a3748be13ec3.rlib --extern proc_macro --cap-lints allow` |
| 594 | 2022-10-03T04:17:03.294Z | Running `rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-macro-0.3.24/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 -C metadata=0db760a6826d025d -C extra-filename=-0db760a6826d025d --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-aca66573ad806db9.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0ff90d2f3d34b380.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9b10a3748be13ec3.rlib --extern proc_macro --cap-lints allow` |
| 595 | 2022-10-03T04:17:03.300Z | Running `rustc --crate-name thiserror_impl --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.30/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 -C metadata=9d6d1d475ab3e380 -C extra-filename=-9d6d1d475ab3e380 --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-aca66573ad806db9.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0ff90d2f3d34b380.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9b10a3748be13ec3.rlib --extern proc_macro --cap-lints allow` |
| 596 | 2022-10-03T04:17:03.306Z | Compiling async-stream-impl v0.3.3 |
| 597 | 2022-10-03T04:17:03.317Z | Running `rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/async-stream-impl-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=8f082e7fa715b1a6 -C extra-filename=-8f082e7fa715b1a6 --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-aca66573ad806db9.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0ff90d2f3d34b380.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9b10a3748be13ec3.rlib --extern proc_macro --cap-lints allow` |
| 598 | 2022-10-03T04:17:03.917Z | Compiling schemars_derive v0.8.11 |
| 599 | 2022-10-03T04:17:03.922Z | Running `rustc --crate-name schemars_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/schemars_derive-0.8.11/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 -C metadata=82d51cdee9745dd6 -C extra-filename=-82d51cdee9745dd6 --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-aca66573ad806db9.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0ff90d2f3d34b380.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-e3290e984fd5ffaa.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9b10a3748be13ec3.rlib --extern proc_macro --cap-lints allow` |
| 600 | 2022-10-03T04:17:04.087Z | Running `rustc --crate-name async_trait --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/async-trait-0.1.57/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 -C metadata=9f272226a37cde0b -C extra-filename=-9f272226a37cde0b --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-aca66573ad806db9.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0ff90d2f3d34b380.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9b10a3748be13ec3.rlib --extern proc_macro --cap-lints allow` |
| 601 | 2022-10-03T04:17:07.357Z | Compiling schema-derive v0.0.1 |
| 602 | 2022-10-03T04:17:07.363Z | Running `rustc --crate-name schema_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/schema-derive-0.0.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 -C debuginfo=2 -C metadata=9f677998702d525e -C extra-filename=-9f677998702d525e --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-7476db1e487b55b6.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0ff90d2f3d34b380.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9b10a3748be13ec3.rlib --extern proc_macro --cap-lints allow` |
| 603 | 2022-10-03T04:17:07.482Z | Compiling async-stream v0.3.3 |
| 604 | 2022-10-03T04:17:07.494Z | Running `rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/async-stream-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ae8a7d1c186dee5b -C extra-filename=-ae8a7d1c186dee5b --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-8f082e7fa715b1a6.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-f71c7b5b0eb0ed46.rmeta --cap-lints allow` |
| 605 | 2022-10-03T04:17:08.119Z | Compiling tokio v1.16.1 |
| 606 | 2022-10-03T04:17:08.125Z | Running `rustc --crate-name tokio --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.16.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="memchr"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="once_cell"' --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="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="winapi"' -C metadata=253befa0d0ab407b -C extra-filename=-253befa0d0ab407b --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-f60890ff52792ef6.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-774a6c970c64c934.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-43ba7f6c5527a1d0.rmeta --extern num_cpus=/work/oxidecomputer/dropshot/target/debug/deps/libnum_cpus-c9912f021ce637ce.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d8e8c46c229b7d76.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-db28ff5a93695c82.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-8deee79f2006f2bc.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-1ec786cd3c796dd8.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-38c584ac03fcd508.so --cap-lints allow` |
| 607 | 2022-10-03T04:17:08.968Z | Running `rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.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="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"' -C metadata=70da308c042a8012 -C extra-filename=-70da308c042a8012 --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-71f3095beea9f9db.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-f71c7b5b0eb0ed46.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-9bc988f8589a4394.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-0db760a6826d025d.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-7fd063310e40ae68.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-65ed39f7f7fdccad.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-774a6c970c64c934.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-8deee79f2006f2bc.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-ea4e1ab8f514af45.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-1daf313473f5bd53.rmeta --cap-lints allow` |
| 608 | 2022-10-03T04:17:12.766Z | Compiling schema v0.0.1 |
| 609 | 2022-10-03T04:17:12.772Z | Running `rustc --crate-name schema --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/schema-0.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 -C metadata=bdc8d1a4ebdb0486 -C extra-filename=-bdc8d1a4ebdb0486 --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-aca66573ad806db9.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0ff90d2f3d34b380.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-9f677998702d525e.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9b10a3748be13ec3.rmeta --cap-lints allow` |
| 610 | 2022-10-03T04:17:12.916Z | Compiling thiserror v1.0.30 |
| 611 | 2022-10-03T04:17:12.924Z | Running `rustc --crate-name thiserror --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=822fba7108e1a185 -C extra-filename=-822fba7108e1a185 --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-9d6d1d475ab3e380.so --cap-lints allow` |
| 612 | 2022-10-03T04:17:13.138Z | Compiling tungstenite v0.17.3 |
| 613 | 2022-10-03T04:17:13.144Z | Running `rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tungstenite-0.17.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"' -C metadata=8c1251acd8fe423e -C extra-filename=-8c1251acd8fe423e --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-2e7bd94c4f253fe5.rmeta --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-cbea396344521d56.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-f8847f07e083f77a.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-6bcb72c8ab6d6b58.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-246528235bae1933.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-611173deaa80a567.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-822fba7108e1a185.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-a808f545eae9df7b.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-58c9211b1ea2e9e8.rmeta --cap-lints allow` |
| 614 | 2022-10-03T04:17:17.080Z | Running `rustc --crate-name serde /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.145/src/lib.rs --error-format=json --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"' -C metadata=24b1589f7bcdca15 -C extra-filename=-24b1589f7bcdca15 --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-af9e65aa2b8a52d5.so --cap-lints allow` |
| 615 | 2022-10-03T04:17:17.798Z | Compiling futures-executor v0.3.24 |
| 616 | 2022-10-03T04:17:17.805Z | Running `rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.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"' -C metadata=4130f3a462802f78 -C extra-filename=-4130f3a462802f78 --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-f71c7b5b0eb0ed46.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-65ed39f7f7fdccad.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-70da308c042a8012.rmeta --cap-lints allow` |
| 617 | 2022-10-03T04:17:18.203Z | Compiling futures v0.3.24 |
| 618 | 2022-10-03T04:17:18.209Z | Running `rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.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="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=b7940ebc78dd8514 -C extra-filename=-b7940ebc78dd8514 --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-71f3095beea9f9db.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-f71c7b5b0eb0ed46.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-4130f3a462802f78.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-9bc988f8589a4394.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-7fd063310e40ae68.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-65ed39f7f7fdccad.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-70da308c042a8012.rmeta --cap-lints allow` |
| 619 | 2022-10-03T04:17:19.033Z | Compiling tokio-util v0.6.8 |
| 620 | 2022-10-03T04:17:19.040Z | Compiling tokio-rustls v0.23.4 |
| 621 | 2022-10-03T04:17:19.045Z | Compiling tokio-tungstenite v0.17.2 |
| 622 | 2022-10-03T04:17:19.051Z | Running `rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' -C metadata=764c5ace49114998 -C extra-filename=-764c5ace49114998 --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-f60890ff52792ef6.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-f71c7b5b0eb0ed46.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-7fd063310e40ae68.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-6bcb72c8ab6d6b58.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-8deee79f2006f2bc.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rmeta --cap-lints allow` |
| 623 | 2022-10-03T04:17:19.057Z | Running `rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-tungstenite-0.17.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="connect"' --cfg 'feature="default"' --cfg 'feature="stream"' -C metadata=a16ffb2542a1f52d -C extra-filename=-a16ffb2542a1f52d --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-70da308c042a8012.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-6bcb72c8ab6d6b58.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rmeta --cap-lints allow` |
| 624 | 2022-10-03T04:17:19.063Z | Running `rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-rustls-0.23.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="logging"' --cfg 'feature="tls12"' -C metadata=443b594753f4ddbe -C extra-filename=-443b594753f4ddbe --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-689d1e2a460c0c5a.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-33e0a00e1b9369d0.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out` |
| 625 | 2022-10-03T04:17:24.019Z | Compiling serde_tokenstream v0.1.3 |
| 626 | 2022-10-03T04:17:24.025Z | Running `rustc --crate-name serde_json --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.85/src/lib.rs --error-format=json --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"' -C metadata=22e4e8283702901d -C extra-filename=-22e4e8283702901d --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-91dfebb8c41f0521.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-fc64b67cfe49fa82.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rmeta --cap-lints allow --cfg limb_width_64` |
| 627 | 2022-10-03T04:17:24.031Z | Running `rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.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 --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="std"' -C metadata=6191db2d00598063 -C extra-filename=-6191db2d00598063 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-6f1ee64ef468f2b8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rmeta --cap-lints allow --cfg has_std` |
| 628 | 2022-10-03T04:17:24.038Z | Running `rustc --crate-name serde_tokenstream --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_tokenstream-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 -C metadata=0fe28eab7a7d7451 -C extra-filename=-0fe28eab7a7d7451 --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-aca66573ad806db9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9b10a3748be13ec3.rmeta --cap-lints allow` |
| 629 | 2022-10-03T04:17:24.340Z | Compiling toml v0.5.9 |
| 630 | 2022-10-03T04:17:24.347Z | Running `rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=df3523bf5643a74e -C extra-filename=-df3523bf5643a74e --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-24b1589f7bcdca15.rmeta --cap-lints allow` |
| 631 | 2022-10-03T04:17:24.819Z | Compiling chrono v0.4.22 |
| 632 | 2022-10-03T04:17:24.825Z | Running `rustc --crate-name chrono --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="time"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' -C metadata=5edb1cf80abc008e -C extra-filename=-5edb1cf80abc008e --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-ed2fa6f1bf5a475b.rmeta --extern num_integer=/work/oxidecomputer/dropshot/target/debug/deps/libnum_integer-d4bb395e954b41d5.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-c51d8fb139885aab.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-3d4920bc5365fbd0.rmeta --cap-lints allow` |
| 633 | 2022-10-03T04:17:25.060Z | Compiling uuid v1.1.2 |
| 634 | 2022-10-03T04:17:25.083Z | Running `rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/uuid-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 --cfg 'feature="default"' --cfg 'feature="private_getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=65611d7a395d2992 -C extra-filename=-65611d7a395d2992 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern private_getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-6ecffe694f96efda.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rmeta --cap-lints allow` |
| 635 | 2022-10-03T04:17:25.141Z | Compiling serde_urlencoded v0.7.1 |
| 636 | 2022-10-03T04:17:25.151Z | Running `rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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 -C metadata=14d5d8f0c86935a7 -C extra-filename=-14d5d8f0c86935a7 --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-c7844a8ada6136ed.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-91dfebb8c41f0521.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-fc64b67cfe49fa82.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rmeta --cap-lints allow` |
| 637 | 2022-10-03T04:17:25.622Z | Compiling dropshot_endpoint v0.8.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 638 | 2022-10-03T04:17:25.628Z | Running `rustc --crate-name dropshot_endpoint --edition=2018 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 -C metadata=724082b2c05467e5 -C extra-filename=-724082b2c05467e5 --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 proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0ff90d2f3d34b380.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-0fe28eab7a7d7451.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9b10a3748be13ec3.rlib --extern proc_macro` |
| 639 | 2022-10-03T04:17:25.877Z | Running `rustc --crate-name dropshot_endpoint --edition=2018 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 --test -C metadata=4e047a53e0aab2dc -C extra-filename=-4e047a53e0aab2dc --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 proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-0ff90d2f3d34b380.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-bdc8d1a4ebdb0486.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-0fe28eab7a7d7451.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9b10a3748be13ec3.rlib --extern proc_macro` |
| 640 | 2022-10-03T04:17:26.141Z | Compiling h2 v0.3.9 |
| 641 | 2022-10-03T04:17:26.157Z | Running `rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/h2-0.3.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 -C metadata=cf31031eaba5fd44 -C extra-filename=-cf31031eaba5fd44 --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-f60890ff52792ef6.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-9152987effe67314.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-f71c7b5b0eb0ed46.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-7fd063310e40ae68.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-70da308c042a8012.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-1daf313473f5bd53.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-764c5ace49114998.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-be1ddffd90d00e89.rmeta --cap-lints allow` |
| 642 | 2022-10-03T04:17:26.919Z | Compiling slog-json v2.6.1 |
| 643 | 2022-10-03T04:17:26.925Z | Compiling openapiv3 v1.0.1 |
| 644 | 2022-10-03T04:17:26.931Z | Running `rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/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"' -C metadata=cc9cebb12b3bf7a9 -C extra-filename=-cc9cebb12b3bf7a9 --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-24b1589f7bcdca15.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-274bcd4472865949.rmeta --cap-lints allow` |
| 645 | 2022-10-03T04:17:26.938Z | Running `rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openapiv3-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 -C metadata=2c0e882f49b62a4f -C extra-filename=-2c0e882f49b62a4f --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-6191db2d00598063.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rmeta --cap-lints allow` |
| 646 | 2022-10-03T04:17:27.716Z | Running `rustc --crate-name trybuild --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/trybuild-1.0.65/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b530d40228f26438 -C extra-filename=-b530d40228f26438 --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-ecd61c0ab1d918b1.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-d8e8c46c229b7d76.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-af9e65aa2b8a52d5.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-bc9e615ccf0c7074.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rmeta --cap-lints allow` |
| 647 | 2022-10-03T04:17:30.097Z | Compiling slog-bunyan v2.4.0 |
| 648 | 2022-10-03T04:17:30.104Z | Running `rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-bunyan-2.4.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 -C metadata=ff001f2b7efe3e11 -C extra-filename=-ff001f2b7efe3e11 --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-0f9cf4fc5d2a7cb6.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-274bcd4472865949.rmeta --cap-lints allow` |
| 649 | 2022-10-03T04:17:30.409Z | Running `rustc --crate-name schemars --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/schemars-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="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=b2f013ee450cdd2f -C extra-filename=-b2f013ee450cdd2f --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-5edb1cf80abc008e.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-ea14965ccc9d5353.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-82d51cdee9745dd6.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic` |
| 650 | 2022-10-03T04:17:34.195Z | Compiling hyper v0.14.20 |
| 651 | 2022-10-03T04:17:34.201Z | Running `rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=6103985692fbb7a6 -C extra-filename=-6103985692fbb7a6 --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-f60890ff52792ef6.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-71f3095beea9f9db.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-f71c7b5b0eb0ed46.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-70da308c042a8012.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-cf31031eaba5fd44.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-c7b022d457ef8f5a.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-f8847f07e083f77a.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-e5b4c009852b7dbe.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-91dfebb8c41f0521.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-8deee79f2006f2bc.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-ba0d968b314c51d9.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-fbd2d7dbcbbe9ae6.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-be1ddffd90d00e89.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-b4c64c06ba3cdfc8.rmeta --cap-lints allow` |
| 652 | 2022-10-03T04:17:40.923Z | Compiling hyper-staticfile v0.9.1 |
| 653 | 2022-10-03T04:17:40.930Z | Compiling hyper-rustls v0.23.0 |
| 654 | 2022-10-03T04:17:40.935Z | Running `rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-staticfile-0.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 -C metadata=b4a5a0c4db8c8201 -C extra-filename=-b4a5a0c4db8c8201 --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-70da308c042a8012.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-3e675854bdf044d3.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-e5b4c009852b7dbe.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-246528235bae1933.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-a808f545eae9df7b.rmeta --cap-lints allow` |
| 655 | 2022-10-03T04:17:40.941Z | Running `rustc --crate-name hyper_rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-rustls-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=817f9d62580cf22f -C extra-filename=-817f9d62580cf22f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-6bcb72c8ab6d6b58.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-ddadbb9941dbf4be.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out` |
| 656 | 2022-10-03T04:17:40.947Z | Running `rustc --crate-name dropshot --edition=2018 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 -C metadata=751bbffbccfe4245 -C extra-filename=-751bbffbccfe4245 --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-ae8a7d1c186dee5b.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 657 | 2022-10-03T04:17:43.535Z | Running `rustc --crate-name dropshot --edition=2018 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 --test -C metadata=a17a3d48b74e23b6 -C extra-filename=-a17a3d48b74e23b6 --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-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 658 | 2022-10-03T04:17:50.399Z | Running `rustc --crate-name basic --edition=2018 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 -C metadata=542628574d9151f0 -C extra-filename=-542628574d9151f0 --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 async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 659 | 2022-10-03T04:17:50.407Z | Running `rustc --crate-name test_pagination_schema --edition=2018 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 --test -C metadata=3f1b874a4762858f -C extra-filename=-3f1b874a4762858f --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-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 660 | 2022-10-03T04:17:50.415Z | Running `rustc --crate-name index --edition=2018 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 -C metadata=e6acf8de322d1386 -C extra-filename=-e6acf8de322d1386 --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 async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 661 | 2022-10-03T04:17:50.422Z | Running `rustc --crate-name pagination_multiple_sorts --edition=2018 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 -C metadata=1c46e1b0f694a350 -C extra-filename=-1c46e1b0f694a350 --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 async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 662 | 2022-10-03T04:17:50.430Z | Running `rustc --crate-name well_tagged --edition=2018 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 -C metadata=8a85426bcaada223 -C extra-filename=-8a85426bcaada223 --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 async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 663 | 2022-10-03T04:17:50.436Z | Running `rustc --crate-name test_streaming --edition=2018 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 --test -C metadata=e033f0876cafcf00 -C extra-filename=-e033f0876cafcf00 --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-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 664 | 2022-10-03T04:17:50.445Z | Running `rustc --crate-name file_server --edition=2018 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 -C metadata=5ba63971c7ca8fc3 -C extra-filename=-5ba63971c7ca8fc3 --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 async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 665 | 2022-10-03T04:18:18.149Z | Running `rustc --crate-name websocket --edition=2018 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 -C metadata=25878b4b3a2c2941 -C extra-filename=-25878b4b3a2c2941 --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 async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 666 | 2022-10-03T04:18:23.160Z | Running `rustc --crate-name test_path_names --edition=2018 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 --test -C metadata=07d670279a95f952 -C extra-filename=-07d670279a95f952 --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-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 667 | 2022-10-03T04:18:23.432Z | Running `rustc --crate-name module_shared_context --edition=2018 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 -C metadata=00ecacb8681a3d4c -C extra-filename=-00ecacb8681a3d4c --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 async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 668 | 2022-10-03T04:18:24.209Z | Running `rustc --crate-name test_openapi --edition=2018 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 --test -C metadata=4a2a2506da753d08 -C extra-filename=-4a2a2506da753d08 --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-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 669 | 2022-10-03T04:18:27.196Z | Running `rustc --crate-name petstore --edition=2018 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 -C metadata=2b6504147184ec41 -C extra-filename=-2b6504147184ec41 --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 async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 670 | 2022-10-03T04:18:30.618Z | Running `rustc --crate-name pagination_basic --edition=2018 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 -C metadata=7841419e89d63bb8 -C extra-filename=-7841419e89d63bb8 --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 async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 671 | 2022-10-03T04:18:37.338Z | Running `rustc --crate-name fail --edition=2018 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 --test -C metadata=e2ecd22140caecd1 -C extra-filename=-e2ecd22140caecd1 --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-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 672 | 2022-10-03T04:18:39.714Z | Running `rustc --crate-name request_headers --edition=2018 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 -C metadata=bfc32ab1e40f1bd7 -C extra-filename=-bfc32ab1e40f1bd7 --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 async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 673 | 2022-10-03T04:18:43.551Z | Running `rustc --crate-name test_tls --edition=2018 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 --test -C metadata=b7b9302e981269b2 -C extra-filename=-b7b9302e981269b2 --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-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 674 | 2022-10-03T04:18:55.691Z | Running `rustc --crate-name test_demo --edition=2018 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 --test -C metadata=83739cb2f7654ed4 -C extra-filename=-83739cb2f7654ed4 --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-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 675 | 2022-10-03T04:18:56.314Z | Running `rustc --crate-name test_pagination --edition=2018 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 --test -C metadata=f88cdba308c40d36 -C extra-filename=-f88cdba308c40d36 --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-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 676 | 2022-10-03T04:18:57.418Z | Running `rustc --crate-name test_config --edition=2018 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 --test -C metadata=b1542cd06aaf706c -C extra-filename=-b1542cd06aaf706c --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-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 677 | 2022-10-03T04:19:02.356Z | Running `rustc --crate-name schema_with_example --edition=2018 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 -C metadata=3ba12c42ebdbc948 -C extra-filename=-3ba12c42ebdbc948 --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 async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 678 | 2022-10-03T04:19:08.608Z | Running `rustc --crate-name pagination_multiple_resources --edition=2018 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 -C metadata=5a448b565ca721a0 -C extra-filename=-5a448b565ca721a0 --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 async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 679 | 2022-10-03T04:19:13.400Z | Running `rustc --crate-name module_basic --edition=2018 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 -C metadata=32a8803067ad12ae -C extra-filename=-32a8803067ad12ae --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 async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 680 | 2022-10-03T04:19:24.385Z | Running `rustc --crate-name https --edition=2018 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 -C metadata=a23d66f0b83f8e5f -C extra-filename=-a23d66f0b83f8e5f --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 async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-ae8a7d1c186dee5b.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9f272226a37cde0b.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-2e7bd94c4f253fe5.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f60890ff52792ef6.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-5edb1cf80abc008e.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-751bbffbccfe4245.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-724082b2c05467e5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ed3b7d92f75bc0af.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-b7940ebc78dd8514.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-0f9cf4fc5d2a7cb6.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-ae00f1f2dd67fb91.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-6103985692fbb7a6.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-817f9d62580cf22f.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-b4a5a0c4db8c8201.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-6191db2d00598063.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-e933bb7039122a57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-4e58ae733695aa42.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-0d6722f1a6332cfc.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-2c0e882f49b62a4f.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-7476db1e487b55b6.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-0ab49452f9d0ab39.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8877741893b340fb.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-aca66573ad806db9.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-47d4fd03255bcc44.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-689d1e2a460c0c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1b09d02b613955ad.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-b2f013ee450cdd2f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-24b1589f7bcdca15.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-22e4e8283702901d.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-14d5d8f0c86935a7.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5009d19dc13daea2.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2cfa4a79ed00513d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-748e94290ce3ac71.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ff001f2b7efe3e11.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-cc9cebb12b3bf7a9.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8224b4f44b844f58.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c13150110d30f64f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f5c696027f3e96a1.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-253befa0d0ab407b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-443b594753f4ddbe.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-a16ffb2542a1f52d.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-df3523bf5643a74e.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-b530d40228f26438.rlib --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-8c1251acd8fe423e.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-65611d7a395d2992.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-dd137e882c6dace1/out --cfg usdt_stable_asm` |
| 681 | 2022-10-03T04:20:00.843Z | Finished dev [unoptimized + debuginfo] target(s) in 4m 30s |
| 682 | 2022-10-03T04:20:00.937Z | |
| 683 | 2022-10-03T04:20:00.943Z | real 4:30.864086942 |
| 684 | 2022-10-03T04:20:00.949Z | user 23:00.374025378 |
| 685 | 2022-10-03T04:20:00.956Z | sys 3:20.378531866 |
| 686 | 2022-10-03T04:20:00.961Z | trap 1.121371673 |
| 687 | 2022-10-03T04:20:00.968Z | tflt 3.909989307 |
| 688 | 2022-10-03T04:20:00.974Z | dflt 6.493948105 |
| 689 | 2022-10-03T04:20:00.980Z | kflt 0.039539485 |
| 690 | 2022-10-03T04:20:00.987Z | lock 51:50.185460517 |
| 691 | 2022-10-03T04:20:00.994Z | slp 1:18:14.935049280 |
| 692 | 2022-10-03T04:20:01.000Z | lat 1:08.978250951 |
| 693 | 2022-10-03T04:20:01.007Z | stop 33.088019817 |
| 694 | 2022-10-03T04:20:01.012Z | + banner test |
| 695 | 2022-10-03T04:20:01.018Z | |
| 696 | 2022-10-03T04:20:01.028Z | ##### ###### #### ##### |
| 697 | 2022-10-03T04:20:01.037Z | # # # # |
| 698 | 2022-10-03T04:20:01.045Z | # ##### #### # |
| 699 | 2022-10-03T04:20:01.050Z | # # # # |
| 700 | 2022-10-03T04:20:01.056Z | # # # # # |
| 701 | 2022-10-03T04:20:01.062Z | # ###### #### # |
| 702 | 2022-10-03T04:20:01.069Z | |
| 703 | 2022-10-03T04:20:01.074Z | + ptime -m cargo test --locked --verbose |
| 704 | 2022-10-03T04:20:01.300Z | Fresh unicode-ident v1.0.0 |
| 705 | 2022-10-03T04:20:01.306Z | Fresh cfg-if v1.0.0 |
| 706 | 2022-10-03T04:20:01.311Z | Fresh itoa v1.0.1 |
| 707 | 2022-10-03T04:20:01.317Z | Fresh version_check v0.9.4 |
| 708 | 2022-10-03T04:20:01.323Z | Fresh once_cell v1.13.1 |
| 709 | 2022-10-03T04:20:01.328Z | Fresh autocfg v1.0.1 |
| 710 | 2022-10-03T04:20:01.333Z | Fresh pin-project-lite v0.2.7 |
| 711 | 2022-10-03T04:20:01.339Z | Fresh bytes v1.2.1 |
| 712 | 2022-10-03T04:20:01.345Z | Fresh cc v1.0.72 |
| 713 | 2022-10-03T04:20:01.351Z | Fresh smallvec v1.7.0 |
| 714 | 2022-10-03T04:20:01.356Z | Fresh scopeguard v1.1.0 |
| 715 | 2022-10-03T04:20:01.363Z | Fresh futures-sink v0.3.24 |
| 716 | 2022-10-03T04:20:01.369Z | Fresh lazy_static v1.4.0 |
| 717 | 2022-10-03T04:20:01.375Z | Fresh slab v0.4.5 |
| 718 | 2022-10-03T04:20:01.380Z | Fresh pin-utils v0.1.0 |
| 719 | 2022-10-03T04:20:01.385Z | Fresh base64 v0.13.0 |
| 720 | 2022-10-03T04:20:01.391Z | Fresh futures-io v0.3.24 |
| 721 | 2022-10-03T04:20:01.400Z | Fresh fnv v1.0.7 |
| 722 | 2022-10-03T04:20:01.406Z | Fresh untrusted v0.7.1 |
| 723 | 2022-10-03T04:20:01.411Z | Fresh matches v0.1.9 |
| 724 | 2022-10-03T04:20:01.503Z | Fresh spin v0.5.2 |
| 725 | 2022-10-03T04:20:01.509Z | Fresh num_threads v0.1.3 |
| 726 | 2022-10-03T04:20:01.516Z | Fresh time-macros v0.2.3 |
| 727 | 2022-10-03T04:20:01.522Z | Fresh hashbrown v0.12.1 |
| 728 | 2022-10-03T04:20:01.528Z | Fresh percent-encoding v2.2.0 |
| 729 | 2022-10-03T04:20:01.534Z | Fresh tinyvec_macros v0.1.0 |
| 730 | 2022-10-03T04:20:01.539Z | Fresh unicode-bidi v0.3.7 |
| 731 | 2022-10-03T04:20:01.545Z | Fresh paste v1.0.9 |
| 732 | 2022-10-03T04:20:01.551Z | Fresh ppv-lite86 v0.2.15 |
| 733 | 2022-10-03T04:20:01.556Z | Fresh cpufeatures v0.2.2 |
| 734 | 2022-10-03T04:20:01.562Z | Fresh try-lock v0.2.3 |
| 735 | 2022-10-03T04:20:01.567Z | Fresh httpdate v1.0.1 |
| 736 | 2022-10-03T04:20:01.573Z | Fresh tower-service v0.3.1 |
| 737 | 2022-10-03T04:20:01.579Z | Fresh match_cfg v0.1.0 |
| 738 | 2022-10-03T04:20:01.585Z | Fresh iana-time-zone v0.1.47 |
| 739 | 2022-10-03T04:20:01.590Z | Fresh regex-syntax v0.6.25 |
| 740 | 2022-10-03T04:20:01.596Z | Fresh byteorder v1.4.3 |
| 741 | 2022-10-03T04:20:01.602Z | Fresh take_mut v0.2.2 |
| 742 | 2022-10-03T04:20:01.608Z | Fresh openssl-probe v0.1.4 |
| 743 | 2022-10-03T04:20:01.614Z | Fresh dyn-clone v1.0.4 |
| 744 | 2022-10-03T04:20:01.620Z | Fresh mime v0.3.16 |
| 745 | 2022-10-03T04:20:01.626Z | Fresh unicode-width v0.1.9 |
| 746 | 2022-10-03T04:20:01.631Z | Fresh utf-8 v0.7.6 |
| 747 | 2022-10-03T04:20:01.637Z | Fresh termcolor v1.1.2 |
| 748 | 2022-10-03T04:20:01.643Z | Fresh http-range v0.1.4 |
| 749 | 2022-10-03T04:20:01.651Z | Fresh similar v2.1.0 |
| 750 | 2022-10-03T04:20:01.656Z | Fresh glob v0.3.0 |
| 751 | 2022-10-03T04:20:01.662Z | Fresh newline-converter v0.2.0 |
| 752 | 2022-10-03T04:20:01.668Z | Fresh fastrand v1.6.0 |
| 753 | 2022-10-03T04:20:01.674Z | Fresh remove_dir_all v0.5.3 |
| 754 | 2022-10-03T04:20:01.681Z | Fresh instant v0.1.11 |
| 755 | 2022-10-03T04:20:01.687Z | Fresh thread_local v1.1.4 |
| 756 | 2022-10-03T04:20:01.693Z | Fresh lock_api v0.4.5 |
| 757 | 2022-10-03T04:20:01.698Z | Fresh http v0.2.8 |
| 758 | 2022-10-03T04:20:01.704Z | Fresh tracing-core v0.1.21 |
| 759 | 2022-10-03T04:20:01.710Z | Fresh rustls-pemfile v0.2.1 |
| 760 | 2022-10-03T04:20:01.715Z | Fresh pem v1.1.0 |
| 761 | 2022-10-03T04:20:01.721Z | Fresh rustls-pemfile v1.0.1 |
| 762 | 2022-10-03T04:20:01.727Z | Fresh tinyvec v1.5.1 |
| 763 | 2022-10-03T04:20:01.732Z | Fresh form_urlencoded v1.0.1 |
| 764 | 2022-10-03T04:20:01.738Z | Fresh regex v1.5.5 |
| 765 | 2022-10-03T04:20:01.743Z | Fresh proc-macro2 v1.0.44 |
| 766 | 2022-10-03T04:20:01.749Z | Fresh libc v0.2.133 |
| 767 | 2022-10-03T04:20:01.755Z | Fresh log v0.4.14 |
| 768 | 2022-10-03T04:20:01.762Z | Fresh futures-core v0.3.24 |
| 769 | 2022-10-03T04:20:01.767Z | Fresh memchr v2.4.1 |
| 770 | 2022-10-03T04:20:01.773Z | Fresh futures-task v0.3.24 |
| 771 | 2022-10-03T04:20:01.779Z | Fresh typenum v1.14.0 |
| 772 | 2022-10-03T04:20:01.785Z | Fresh ryu v1.0.5 |
| 773 | 2022-10-03T04:20:01.791Z | Fresh httparse v1.6.0 |
| 774 | 2022-10-03T04:20:01.797Z | Fresh tracing v0.1.29 |
| 775 | 2022-10-03T04:20:01.802Z | Fresh http-body v0.4.3 |
| 776 | 2022-10-03T04:20:01.808Z | Fresh rustls-native-certs v0.6.1 |
| 777 | 2022-10-03T04:20:01.814Z | Fresh unicode-normalization v0.1.19 |
| 778 | 2022-10-03T04:20:01.820Z | Fresh slog v2.7.0 |
| 779 | 2022-10-03T04:20:01.826Z | Fresh crossbeam-utils v0.8.8 |
| 780 | 2022-10-03T04:20:01.832Z | Fresh quote v1.0.21 |
| 781 | 2022-10-03T04:20:01.838Z | Fresh parking_lot_core v0.8.5 |
| 782 | 2022-10-03T04:20:01.958Z | Fresh signal-hook-registry v1.4.0 |
| 783 | 2022-10-03T04:20:01.966Z | Fresh getrandom v0.2.3 |
| 784 | 2022-10-03T04:20:01.972Z | Fresh futures-channel v0.3.24 |
| 785 | 2022-10-03T04:20:01.978Z | Fresh mio v0.7.13 |
| 786 | 2022-10-03T04:20:01.985Z | Fresh num_cpus v1.13.0 |
| 787 | 2022-10-03T04:20:01.991Z | Fresh time v0.3.7 |
| 788 | 2022-10-03T04:20:01.997Z | Fresh socket2 v0.4.2 |
| 789 | 2022-10-03T04:20:02.005Z | Fresh dirs-sys-next v0.1.2 |
| 790 | 2022-10-03T04:20:02.012Z | Fresh want v0.3.0 |
| 791 | 2022-10-03T04:20:02.019Z | Fresh time v0.1.43 |
| 792 | 2022-10-03T04:20:02.025Z | Fresh atty v0.2.14 |
| 793 | 2022-10-03T04:20:02.031Z | Fresh terminal_size v0.1.17 |
| 794 | 2022-10-03T04:20:02.037Z | Fresh hostname v0.3.1 |
| 795 | 2022-10-03T04:20:02.043Z | Fresh tempfile v3.3.0 |
| 796 | 2022-10-03T04:20:02.049Z | Fresh subprocess v0.2.9 |
| 797 | 2022-10-03T04:20:02.055Z | Fresh generic-array v0.14.5 |
| 798 | 2022-10-03T04:20:02.061Z | Fresh ring v0.16.20 |
| 799 | 2022-10-03T04:20:02.066Z | Fresh unicase v2.6.0 |
| 800 | 2022-10-03T04:20:02.072Z | Fresh num-traits v0.2.14 |
| 801 | 2022-10-03T04:20:02.078Z | Fresh idna v0.2.3 |
| 802 | 2022-10-03T04:20:02.084Z | Fresh crossbeam-channel v0.5.1 |
| 803 | 2022-10-03T04:20:02.090Z | Fresh syn v1.0.100 |
| 804 | 2022-10-03T04:20:02.096Z | Fresh parking_lot v0.11.2 |
| 805 | 2022-10-03T04:20:02.102Z | Fresh rand_core v0.6.3 |
| 806 | 2022-10-03T04:20:02.107Z | Fresh yasna v0.5.0 |
| 807 | 2022-10-03T04:20:02.113Z | Fresh dirs-next v2.0.0 |
| 808 | 2022-10-03T04:20:02.118Z | Fresh console v0.15.0 |
| 809 | 2022-10-03T04:20:02.124Z | Fresh block-buffer v0.10.2 |
| 810 | 2022-10-03T04:20:02.130Z | Fresh crypto-common v0.1.6 |
| 811 | 2022-10-03T04:20:02.136Z | Fresh sct v0.7.0 |
| 812 | 2022-10-03T04:20:02.144Z | Fresh webpki v0.22.0 |
| 813 | 2022-10-03T04:20:02.149Z | Fresh url v2.2.2 |
| 814 | 2022-10-03T04:20:02.155Z | Fresh num-integer v0.1.44 |
| 815 | 2022-10-03T04:20:02.161Z | Fresh slog-async v2.7.0 |
| 816 | 2022-10-03T04:20:02.168Z | Fresh serde_derive v1.0.145 |
| 817 | 2022-10-03T04:20:02.174Z | Fresh futures-macro v0.3.24 |
| 818 | 2022-10-03T04:20:02.180Z | Fresh tokio-macros v1.7.0 |
| 819 | 2022-10-03T04:20:02.186Z | Fresh digest v0.10.5 |
| 820 | 2022-10-03T04:20:02.192Z | Fresh rand_chacha v0.3.1 |
| 821 | 2022-10-03T04:20:02.198Z | Fresh serde_derive_internals v0.26.0 |
| 822 | 2022-10-03T04:20:02.204Z | Fresh thiserror-impl v1.0.30 |
| 823 | 2022-10-03T04:20:02.210Z | Fresh term v0.7.0 |
| 824 | 2022-10-03T04:20:02.231Z | Fresh async-stream-impl v0.3.3 |
| 825 | 2022-10-03T04:20:02.236Z | Fresh async-trait v0.1.57 |
| 826 | 2022-10-03T04:20:02.242Z | Fresh rcgen v0.9.3 |
| 827 | 2022-10-03T04:20:02.247Z | Fresh expectorate v1.0.5 |
| 828 | 2022-10-03T04:20:02.256Z | Fresh schema-derive v0.0.1 |
| 829 | 2022-10-03T04:20:02.261Z | Fresh serde v1.0.145 |
| 830 | 2022-10-03T04:20:02.267Z | Fresh futures-util v0.3.24 |
| 831 | 2022-10-03T04:20:02.272Z | Fresh rustls v0.20.6 |
| 832 | 2022-10-03T04:20:02.278Z | Fresh tokio v1.16.1 |
| 833 | 2022-10-03T04:20:02.284Z | Fresh rand v0.8.4 |
| 834 | 2022-10-03T04:20:02.289Z | Fresh thiserror v1.0.30 |
| 835 | 2022-10-03T04:20:02.294Z | Fresh sha-1 v0.10.0 |
| 836 | 2022-10-03T04:20:02.300Z | Fresh schemars_derive v0.8.11 |
| 837 | 2022-10-03T04:20:02.305Z | Fresh sha1 v0.10.5 |
| 838 | 2022-10-03T04:20:02.310Z | Fresh slog-term v2.9.0 |
| 839 | 2022-10-03T04:20:02.316Z | Fresh async-stream v0.3.3 |
| 840 | 2022-10-03T04:20:02.323Z | Fresh indexmap v1.9.1 |
| 841 | 2022-10-03T04:20:02.329Z | Fresh serde_json v1.0.85 |
| 842 | 2022-10-03T04:20:02.335Z | Fresh tokio-util v0.6.8 |
| 843 | 2022-10-03T04:20:02.340Z | Fresh serde_tokenstream v0.1.3 |
| 844 | 2022-10-03T04:20:02.346Z | Fresh uuid v1.1.2 |
| 845 | 2022-10-03T04:20:02.352Z | Fresh tokio-rustls v0.23.4 |
| 846 | 2022-10-03T04:20:02.358Z | Fresh futures-executor v0.3.24 |
| 847 | 2022-10-03T04:20:02.363Z | Fresh toml v0.5.9 |
| 848 | 2022-10-03T04:20:02.369Z | Fresh chrono v0.4.22 |
| 849 | 2022-10-03T04:20:02.375Z | Fresh serde_urlencoded v0.7.1 |
| 850 | 2022-10-03T04:20:02.381Z | Fresh mime_guess v2.0.4 |
| 851 | 2022-10-03T04:20:02.386Z | Fresh schema v0.0.1 |
| 852 | 2022-10-03T04:20:02.392Z | Fresh tungstenite v0.17.3 |
| 853 | 2022-10-03T04:20:02.397Z | Fresh h2 v0.3.9 |
| 854 | 2022-10-03T04:20:02.402Z | Fresh slog-json v2.6.1 |
| 855 | 2022-10-03T04:20:02.408Z | Fresh futures v0.3.24 |
| 856 | 2022-10-03T04:20:02.413Z | Fresh openapiv3 v1.0.1 |
| 857 | 2022-10-03T04:20:02.419Z | Fresh schemars v0.8.11 |
| 858 | 2022-10-03T04:20:02.425Z | Fresh trybuild v1.0.65 |
| 859 | 2022-10-03T04:20:02.430Z | Fresh hyper v0.14.20 |
| 860 | 2022-10-03T04:20:02.435Z | Fresh slog-bunyan v2.4.0 |
| 861 | 2022-10-03T04:20:02.442Z | Fresh tokio-tungstenite v0.17.2 |
| 862 | 2022-10-03T04:20:02.447Z | Fresh dropshot_endpoint v0.8.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 863 | 2022-10-03T04:20:02.453Z | Fresh hyper-rustls v0.23.0 |
| 864 | 2022-10-03T04:20:02.458Z | Fresh hyper-staticfile v0.9.1 |
| 865 | 2022-10-03T04:20:02.464Z | Fresh dropshot v0.8.1-dev (/work/oxidecomputer/dropshot/dropshot) |
| 866 | 2022-10-03T04:20:02.470Z | Finished test [unoptimized + debuginfo] target(s) in 0.27s |
| 867 | 2022-10-03T04:20:02.475Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-a17a3d48b74e23b6` |
| 868 | 2022-10-03T04:20:02.483Z | |
| 869 | 2022-10-03T04:20:02.488Z | running 95 tests |
| 870 | 2022-10-03T04:20:02.494Z | test api_description::test::test_empty_struct ... ok |
| 871 | 2022-10-03T04:20:02.499Z | test api_description::test::test_additional_properties ... ok |
| 872 | 2022-10-03T04:20:02.505Z | test api_description::test::test_badpath4 - should panic ... ok |
| 873 | 2022-10-03T04:20:02.510Z | test api_description::test::test_bad_schema - should panic ... ok |
| 874 | 2022-10-03T04:20:02.516Z | test api_description::test::test_badpath3 ... ok |
| 875 | 2022-10-03T04:20:02.523Z | test api_description::test::test_badpath1 ... ok |
| 876 | 2022-10-03T04:20:02.529Z | test api_description::test::test_badpath2 ... ok |
| 877 | 2022-10-03T04:20:02.534Z | test api_description::test::test_nullable ... ok |
| 878 | 2022-10-03T04:20:02.539Z | test api_description::test::test_dup_names ... ok |
| 879 | 2022-10-03T04:20:02.545Z | test api_description::test::test_tags_need_one ... ok |
| 880 | 2022-10-03T04:20:02.551Z | test api_description::test::test_tags_too_many ... ok |
| 881 | 2022-10-03T04:20:02.557Z | test api_description::test::test_tags_just_right ... ok |
| 882 | 2022-10-03T04:20:02.563Z | test api_description::test::test_two_bodies ... ok |
| 883 | 2022-10-03T04:20:02.569Z | test error::test::test_serialize_error_response_body ... ok |
| 884 | 2022-10-03T04:20:02.582Z | test api_description::test::test_two_types - should panic ... ok |
| 885 | 2022-10-03T04:20:02.587Z | test from_map::test::test_lone_literal ... ok |
| 886 | 2022-10-03T04:20:02.593Z | test from_map::test::test_deep ... ok |
| 887 | 2022-10-03T04:20:02.598Z | test from_map::test::test_missing_data2 ... ok |
| 888 | 2022-10-03T04:20:02.604Z | test from_map::test::test_missing_data1 ... ok |
| 889 | 2022-10-03T04:20:02.609Z | test from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok |
| 890 | 2022-10-03T04:20:02.615Z | test api_description::test::test_garbage_barge_structure_conversion ... ok |
| 891 | 2022-10-03T04:20:02.622Z | test from_map::test::test_types ... ok |
| 892 | 2022-10-03T04:20:02.627Z | test handler::test::test_metadata_flattened ... ok |
| 893 | 2022-10-03T04:20:02.635Z | test handler::test::test_metadata_simple ... ok |
| 894 | 2022-10-03T04:20:02.640Z | test handler::test::test_metadata_pagination ... ok |
| 895 | 2022-10-03T04:20:02.646Z | test handler::test::test_metadata_flattened_enum ... ok |
| 896 | 2022-10-03T04:20:02.651Z | test logging::test::test_config_bad_terminal_no_level ... ok |
| 897 | 2022-10-03T04:20:02.657Z | test logging::test::test_config_bad_log_mode ... ok |
| 898 | 2022-10-03T04:20:02.663Z | test logging::test::test_config_bad_file_no_level ... ok |
| 899 | 2022-10-03T04:20:02.668Z | test logging::test::test_config_bad_terminal_bad_level ... ok |
| 900 | 2022-10-03T04:20:02.674Z | test logging::test::test_config_bad_file_no_file ... ok |
| 901 | 2022-10-03T04:20:02.679Z | test logging::test::test_config_bad_file_path_exists_fail ... ok |
| 902 | 2022-10-03T04:20:02.685Z | test logging::test::test_config_bad_file_bad_path_type ... ok |
| 903 | 2022-10-03T04:20:02.690Z | test pagination::test::test_pagination_schema ... ok |
| 904 | 2022-10-03T04:20:02.696Z | test pagination::test::test_results_page ... ok |
| 905 | 2022-10-03T04:20:02.702Z | test router::test::test_bad_path_segment2 - should panic ... ok |
| 906 | 2022-10-03T04:20:02.708Z | test router::test::test_bad_path_segment1 - should panic ... ok |
| 907 | 2022-10-03T04:20:02.713Z | test pagination::test::test_pagparams_parsing ... ok |
| 908 | 2022-10-03T04:20:02.719Z | test pagination::test::test_page_token_serialization ... ok |
| 909 | 2022-10-03T04:20:02.725Z | test router::test::test_bad_path_segment3 - should panic ... ok |
| 910 | 2022-10-03T04:20:02.730Z | test logging::test::test_config_stderr_terminal ... ok |
| 911 | 2022-10-03T04:20:02.737Z | test router::test::test_bad_path_segment4 - should panic ... ok |
| 912 | 2022-10-03T04:20:02.743Z | test router::test::test_bogus_regex - should panic ... ok |
| 913 | 2022-10-03T04:20:02.749Z | test router::test::test_duplicate_route3 - should panic ... ok |
| 914 | 2022-10-03T04:20:02.755Z | test router::test::test_duplicate_route2 - should panic ... ok |
| 915 | 2022-10-03T04:20:02.760Z | test router::test::test_duplicate_route1 - should panic ... ok |
| 916 | 2022-10-03T04:20:02.766Z | test router::test::test_duplicate_varname - should panic ... ok |
| 917 | 2022-10-03T04:20:02.774Z | test router::test::test_embedded_non_variable ... ok |
| 918 | 2022-10-03T04:20:02.779Z | test router::test::test_empty_variable ... ok |
| 919 | 2022-10-03T04:20:02.784Z | test router::test::test_inconsistent_varname - should panic ... ok |
| 920 | 2022-10-03T04:20:02.790Z | test router::test::test_error_cases ... ok |
| 921 | 2022-10-03T04:20:02.796Z | test router::test::test_iter2 ... ok |
| 922 | 2022-10-03T04:20:02.802Z | test router::test::test_iter ... ok |
| 923 | 2022-10-03T04:20:02.807Z | test router::test::test_iter_null ... ok |
| 924 | 2022-10-03T04:20:02.828Z | test router::test::test_map ... ok |
| 925 | 2022-10-03T04:20:02.834Z | test router::test::test_literal_after_variable - should panic ... ok |
| 926 | 2022-10-03T04:20:02.839Z | test router::test::test_more_after_regex - should panic ... ok |
| 927 | 2022-10-03T04:20:02.845Z | test router::test::test_literal_after_regex - should panic ... ok |
| 928 | 2022-10-03T04:20:02.857Z | test router::test::test_map_bad_value ... ok |
| 929 | 2022-10-03T04:20:02.863Z | test router::test::test_map_bad_seq ... ok |
| 930 | 2022-10-03T04:20:02.868Z | test router::test::test_path_segment ... ok |
| 931 | 2022-10-03T04:20:02.878Z | test router::test::test_segments ... ok |
| 932 | 2022-10-03T04:20:02.883Z | test router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok |
| 933 | 2022-10-03T04:20:02.889Z | test router::test::test_router_basic ... ok |
| 934 | 2022-10-03T04:20:02.895Z | test router::test::test_variable_after_literal - should panic ... ok |
| 935 | 2022-10-03T04:20:02.900Z | test router::test::test_variable_name_bad_end - should panic ... ok |
| 936 | 2022-10-03T04:20:02.906Z | test router::test::test_variable_name_bad_start - should panic ... ok |
| 937 | 2022-10-03T04:20:02.911Z | test api_description::test::test_tags_set ... ok |
| 938 | 2022-10-03T04:20:02.917Z | test router::test::test_variable_name_empty - should panic ... ok |
| 939 | 2022-10-03T04:20:02.923Z | test router::test::test_variable_rename ... ok |
| 940 | 2022-10-03T04:20:02.929Z | test router::test::test_variables_glob ... ok |
| 941 | 2022-10-03T04:20:02.936Z | test router::test::test_variables_basic ... ok |
| 942 | 2022-10-03T04:20:02.942Z | test router::test::test_variables_multi ... ok |
| 943 | 2022-10-03T04:20:02.947Z | test logging::test::test_config_file ... ok |
| 944 | 2022-10-03T04:20:03.077Z | test test_util::test::test_bunyan_easy_cases ... ok |
| 945 | 2022-10-03T04:20:03.083Z | test test_util::test::test_bunyan_bad_pid - should panic ... ok |
| 946 | 2022-10-03T04:20:03.089Z | test test_util::test::test_bunyan_bad_name - should panic ... ok |
| 947 | 2022-10-03T04:20:03.095Z | test test_util::test::test_bunyan_bad_hostname - should panic ... ok |
| 948 | 2022-10-03T04:20:03.101Z | test test_util::test::test_bunyan_bad_v - should panic ... ok |
| 949 | 2022-10-03T04:20:03.108Z | test test_util::test::test_bunyan_seq_bad_order - should panic ... ok |
| 950 | 2022-10-03T04:20:03.114Z | test test_util::test::test_bunyan_seq_easy_cases ... ok |
| 951 | 2022-10-03T04:20:03.120Z | test test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok |
| 952 | 2022-10-03T04:20:03.126Z | test test_util::test::test_bunyan_seq_lower_violated - should panic ... ok |
| 953 | 2022-10-03T04:20:03.134Z | test to_map::test::test_to_map_enum ... ok |
| 954 | 2022-10-03T04:20:03.140Z | test test_util::test::test_bunyan_seq_upper_violated - should panic ... ok |
| 955 | 2022-10-03T04:20:03.145Z | test to_map::test::test_to_map_num ... ok |
| 956 | 2022-10-03T04:20:03.151Z | test to_map::test::test_to_map_valid ... ok |
| 957 | 2022-10-03T04:20:03.156Z | test to_map::test::test_to_map_seq ... ok |
| 958 | 2022-10-03T04:20:03.170Z | test to_map::test::test_to_map_vec ... ok |
| 959 | 2022-10-03T04:20:03.176Z | test type_util::tests::test_commented_ref ... ok |
| 960 | 2022-10-03T04:20:03.182Z | test type_util::tests::test_reflexive_type - should panic ... ok |
| 961 | 2022-10-03T04:20:03.190Z | test type_util::tests::test_recursive_type - should panic ... ok |
| 962 | 2022-10-03T04:20:03.196Z | test websocket::tests::test_ws_upg_task_is_spawned ... ok |
| 963 | 2022-10-03T04:20:03.201Z | test server::test::test_drop_server_without_close_okay ... ok |
| 964 | 2022-10-03T04:20:03.207Z | test server::test::test_server_run_then_close ... ok |
| 965 | 2022-10-03T04:20:03.213Z | |
| 966 | 2022-10-03T04:20:03.219Z | test result: ok. 95 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
| 967 | 2022-10-03T04:20:03.225Z | |
| 968 | 2022-10-03T04:20:03.231Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-e2ecd22140caecd1` |
| 969 | 2022-10-03T04:20:03.237Z | |
| 970 | 2022-10-03T04:20:03.243Z | running 1 test |
| 971 | 2022-10-03T04:20:03.249Z | Compiling proc-macro2 v1.0.44 |
| 972 | 2022-10-03T04:20:03.255Z | Compiling libc v0.2.133 |
| 973 | 2022-10-03T04:20:03.261Z | Compiling quote v1.0.21 |
| 974 | 2022-10-03T04:20:03.267Z | Compiling unicode-ident v1.0.0 |
| 975 | 2022-10-03T04:20:03.276Z | Compiling syn v1.0.100 |
| 976 | 2022-10-03T04:20:03.284Z | Checking cfg-if v1.0.0 |
| 977 | 2022-10-03T04:20:03.291Z | Compiling version_check v0.9.4 |
| 978 | 2022-10-03T04:20:03.296Z | Compiling serde_derive v1.0.145 |
| 979 | 2022-10-03T04:20:03.303Z | Compiling serde v1.0.145 |
| 980 | 2022-10-03T04:20:03.310Z | Checking itoa v1.0.1 |
| 981 | 2022-10-03T04:20:03.620Z | Checking once_cell v1.13.1 |
| 982 | 2022-10-03T04:20:04.024Z | Compiling autocfg v1.0.1 |
| 983 | 2022-10-03T04:20:04.052Z | Compiling log v0.4.14 |
| 984 | 2022-10-03T04:20:04.193Z | Compiling memchr v2.4.1 |
| 985 | 2022-10-03T04:20:04.199Z | Compiling futures-core v0.3.24 |
| 986 | 2022-10-03T04:20:04.219Z | Checking pin-project-lite v0.2.7 |
| 987 | 2022-10-03T04:20:04.233Z | Compiling parking_lot_core v0.8.5 |
| 988 | 2022-10-03T04:20:04.337Z | Checking bytes v1.2.1 |
| 989 | 2022-10-03T04:20:04.502Z | Checking scopeguard v1.1.0 |
| 990 | 2022-10-03T04:20:04.881Z | Compiling typenum v1.14.0 |
| 991 | 2022-10-03T04:20:04.930Z | Compiling cc v1.0.72 |
| 992 | 2022-10-03T04:20:05.043Z | Checking futures-sink v0.3.24 |
| 993 | 2022-10-03T04:20:05.314Z | Compiling futures-task v0.3.24 |
| 994 | 2022-10-03T04:20:05.359Z | Compiling futures-channel v0.3.24 |
| 995 | 2022-10-03T04:20:05.375Z | Checking smallvec v1.7.0 |
| 996 | 2022-10-03T04:20:05.391Z | Compiling futures-util v0.3.24 |
| 997 | 2022-10-03T04:20:05.952Z | Checking lazy_static v1.4.0 |
| 998 | 2022-10-03T04:20:06.134Z | Checking slab v0.4.5 |
| 999 | 2022-10-03T04:20:06.140Z | Checking pin-utils v0.1.0 |
| 1000 | 2022-10-03T04:20:06.192Z | Checking base64 v0.13.0 |
| 1001 | 2022-10-03T04:20:06.249Z | Checking futures-io v0.3.24 |
| 1002 | 2022-10-03T04:20:06.267Z | Compiling ryu v1.0.5 |
| 1003 | 2022-10-03T04:20:06.428Z | Checking fnv v1.0.7 |
| 1004 | 2022-10-03T04:20:06.434Z | Checking matches v0.1.9 |
| 1005 | 2022-10-03T04:20:06.645Z | Compiling httparse v1.6.0 |
| 1006 | 2022-10-03T04:20:06.651Z | Checking untrusted v0.7.1 |
| 1007 | 2022-10-03T04:20:06.658Z | Checking spin v0.5.2 |
| 1008 | 2022-10-03T04:20:06.697Z | Compiling serde_json v1.0.85 |
| 1009 | 2022-10-03T04:20:07.016Z | Compiling time-macros v0.2.3 |
| 1010 | 2022-10-03T04:20:07.022Z | Checking num_threads v0.1.3 |
| 1011 | 2022-10-03T04:20:07.098Z | Compiling slog v2.7.0 |
| 1012 | 2022-10-03T04:20:07.294Z | Checking tinyvec_macros v0.1.0 |
| 1013 | 2022-10-03T04:20:07.541Z | Checking percent-encoding v2.2.0 |
| 1014 | 2022-10-03T04:20:07.547Z | Checking hashbrown v0.12.1 |
| 1015 | 2022-10-03T04:20:07.629Z | Checking try-lock v0.2.3 |
| 1016 | 2022-10-03T04:20:07.669Z | Checking cpufeatures v0.2.2 |
| 1017 | 2022-10-03T04:20:07.888Z | Checking ppv-lite86 v0.2.15 |
| 1018 | 2022-10-03T04:20:07.902Z | Compiling rustls v0.20.6 |
| 1019 | 2022-10-03T04:20:07.940Z | Checking unicode-bidi v0.3.7 |
| 1020 | 2022-10-03T04:20:08.055Z | Compiling crossbeam-utils v0.8.8 |
| 1021 | 2022-10-03T04:20:08.460Z | Checking httpdate v1.0.1 |
| 1022 | 2022-10-03T04:20:08.503Z | Checking tower-service v0.3.1 |
| 1023 | 2022-10-03T04:20:08.731Z | Checking match_cfg v0.1.0 |
| 1024 | 2022-10-03T04:20:08.792Z | Checking iana-time-zone v0.1.47 |
| 1025 | 2022-10-03T04:20:08.869Z | Compiling async-trait v0.1.57 |
| 1026 | 2022-10-03T04:20:08.972Z | Checking regex-syntax v0.6.25 |
| 1027 | 2022-10-03T04:20:08.981Z | Compiling slog-async v2.7.0 |
| 1028 | 2022-10-03T04:20:09.114Z | Compiling schemars v0.8.11 |
| 1029 | 2022-10-03T04:20:09.244Z | Checking mime v0.3.16 |
| 1030 | 2022-10-03T04:20:09.303Z | Checking openssl-probe v0.1.4 |
| 1031 | 2022-10-03T04:20:09.772Z | Checking utf-8 v0.7.6 |
| 1032 | 2022-10-03T04:20:10.022Z | Checking unicode-width v0.1.9 |
| 1033 | 2022-10-03T04:20:10.171Z | Checking byteorder v1.4.3 |
| 1034 | 2022-10-03T04:20:10.287Z | Checking take_mut v0.2.2 |
| 1035 | 2022-10-03T04:20:10.292Z | Checking dyn-clone v1.0.4 |
| 1036 | 2022-10-03T04:20:10.351Z | Checking newline-converter v0.2.0 |
| 1037 | 2022-10-03T04:20:10.418Z | Checking http-range v0.1.4 |
| 1038 | 2022-10-03T04:20:10.578Z | Checking remove_dir_all v0.5.3 |
| 1039 | 2022-10-03T04:20:10.637Z | Checking similar v2.1.0 |
| 1040 | 2022-10-03T04:20:10.651Z | Checking fastrand v1.6.0 |
| 1041 | 2022-10-03T04:20:10.888Z | Compiling paste v1.0.9 |
| 1042 | 2022-10-03T04:20:10.898Z | Checking instant v0.1.11 |
| 1043 | 2022-10-03T04:20:11.269Z | Checking thread_local v1.1.4 |
| 1044 | 2022-10-03T04:20:11.716Z | Checking lock_api v0.4.5 |
| 1045 | 2022-10-03T04:20:11.831Z | Compiling generic-array v0.14.5 |
| 1046 | 2022-10-03T04:20:11.838Z | Compiling unicase v2.6.0 |
| 1047 | 2022-10-03T04:20:11.844Z | Compiling dropshot v0.8.1-dev (/work/oxidecomputer/dropshot/dropshot) |
| 1048 | 2022-10-03T04:20:12.152Z | Checking tracing-core v0.1.21 |
| 1049 | 2022-10-03T04:20:12.383Z | Compiling indexmap v1.9.1 |
| 1050 | 2022-10-03T04:20:12.459Z | Compiling num-traits v0.2.14 |
| 1051 | 2022-10-03T04:20:12.500Z | Compiling num-integer v0.1.44 |
| 1052 | 2022-10-03T04:20:12.506Z | Checking http v0.2.8 |
| 1053 | 2022-10-03T04:20:12.516Z | Checking rustls-pemfile v0.2.1 |
| 1054 | 2022-10-03T04:20:12.589Z | Checking rustls-pemfile v1.0.1 |
| 1055 | 2022-10-03T04:20:12.868Z | Checking pem v1.1.0 |
| 1056 | 2022-10-03T04:20:13.117Z | Checking tinyvec v1.5.1 |
| 1057 | 2022-10-03T04:20:13.178Z | Checking form_urlencoded v1.0.1 |
| 1058 | 2022-10-03T04:20:13.533Z | Compiling ring v0.16.20 |
| 1059 | 2022-10-03T04:20:14.812Z | Checking regex v1.5.5 |
| 1060 | 2022-10-03T04:20:15.495Z | Checking rustls-native-certs v0.6.1 |
| 1061 | 2022-10-03T04:20:15.695Z | Checking tracing v0.1.29 |
| 1062 | 2022-10-03T04:20:16.515Z | Checking want v0.3.0 |
| 1063 | 2022-10-03T04:20:16.917Z | Checking getrandom v0.2.3 |
| 1064 | 2022-10-03T04:20:16.996Z | Checking signal-hook-registry v1.4.0 |
| 1065 | 2022-10-03T04:20:17.186Z | Checking mio v0.7.13 |
| 1066 | 2022-10-03T04:20:17.297Z | Checking num_cpus v1.13.0 |
| 1067 | 2022-10-03T04:20:17.373Z | Checking time v0.3.7 |
| 1068 | 2022-10-03T04:20:17.393Z | Checking dirs-sys-next v0.1.2 |
| 1069 | 2022-10-03T04:20:17.423Z | Checking socket2 v0.4.2 |
| 1070 | 2022-10-03T04:20:17.580Z | Checking time v0.1.43 |
| 1071 | 2022-10-03T04:20:17.586Z | Checking hostname v0.3.1 |
| 1072 | 2022-10-03T04:20:17.592Z | Checking terminal_size v0.1.17 |
| 1073 | 2022-10-03T04:20:17.793Z | Checking atty v0.2.14 |
| 1074 | 2022-10-03T04:20:17.858Z | Checking tempfile v3.3.0 |
| 1075 | 2022-10-03T04:20:17.905Z | Checking subprocess v0.2.9 |
| 1076 | 2022-10-03T04:20:18.227Z | Checking http-body v0.4.3 |
| 1077 | 2022-10-03T04:20:18.460Z | Checking unicode-normalization v0.1.19 |
| 1078 | 2022-10-03T04:20:18.963Z | Checking crossbeam-channel v0.5.1 |
| 1079 | 2022-10-03T04:20:19.056Z | Checking rand_core v0.6.3 |
| 1080 | 2022-10-03T04:20:19.399Z | Checking parking_lot v0.11.2 |
| 1081 | 2022-10-03T04:20:19.531Z | Checking dirs-next v2.0.0 |
| 1082 | 2022-10-03T04:20:19.669Z | Checking console v0.15.0 |
| 1083 | 2022-10-03T04:20:20.135Z | Compiling mime_guess v2.0.4 |
| 1084 | 2022-10-03T04:20:20.454Z | Checking yasna v0.5.0 |
| 1085 | 2022-10-03T04:20:20.727Z | Checking rand_chacha v0.3.1 |
| 1086 | 2022-10-03T04:20:20.967Z | Checking term v0.7.0 |
| 1087 | 2022-10-03T04:20:21.602Z | Checking expectorate v1.0.5 |
| 1088 | 2022-10-03T04:20:21.795Z | Checking idna v0.2.3 |
| 1089 | 2022-10-03T04:20:22.037Z | Checking rand v0.8.4 |
| 1090 | 2022-10-03T04:20:22.073Z | Checking slog-term v2.9.0 |
| 1091 | 2022-10-03T04:20:22.184Z | Checking crypto-common v0.1.6 |
| 1092 | 2022-10-03T04:20:22.579Z | Checking block-buffer v0.10.2 |
| 1093 | 2022-10-03T04:20:22.973Z | Checking digest v0.10.5 |
| 1094 | 2022-10-03T04:20:23.352Z | Checking url v2.2.2 |
| 1095 | 2022-10-03T04:20:23.541Z | Checking sha-1 v0.10.0 |
| 1096 | 2022-10-03T04:20:23.547Z | Checking sha1 v0.10.5 |
| 1097 | 2022-10-03T04:20:26.498Z | Checking sct v0.7.0 |
| 1098 | 2022-10-03T04:20:26.504Z | Checking webpki v0.22.0 |
| 1099 | 2022-10-03T04:20:26.511Z | Checking rcgen v0.9.3 |
| 1100 | 2022-10-03T04:20:29.556Z | Compiling serde_derive_internals v0.26.0 |
| 1101 | 2022-10-03T04:20:36.336Z | Compiling futures-macro v0.3.24 |
| 1102 | 2022-10-03T04:20:36.342Z | Compiling tokio-macros v1.7.0 |
| 1103 | 2022-10-03T04:20:36.348Z | Compiling thiserror-impl v1.0.30 |
| 1104 | 2022-10-03T04:20:36.354Z | Compiling schemars_derive v0.8.11 |
| 1105 | 2022-10-03T04:20:36.360Z | Compiling async-stream-impl v0.3.3 |
| 1106 | 2022-10-03T04:20:40.130Z | Checking tokio v1.16.1 |
| 1107 | 2022-10-03T04:20:40.290Z | Checking async-stream v0.3.3 |
| 1108 | 2022-10-03T04:20:44.225Z | Checking thiserror v1.0.30 |
| 1109 | 2022-10-03T04:20:44.513Z | Checking tungstenite v0.17.3 |
| 1110 | 2022-10-03T04:20:49.275Z | Checking futures-executor v0.3.24 |
| 1111 | 2022-10-03T04:20:49.570Z | Checking tokio-util v0.6.8 |
| 1112 | 2022-10-03T04:20:49.576Z | Checking tokio-rustls v0.23.4 |
| 1113 | 2022-10-03T04:20:49.582Z | Checking tokio-tungstenite v0.17.2 |
| 1114 | 2022-10-03T04:20:49.651Z | Checking futures v0.3.24 |
| 1115 | 2022-10-03T04:20:54.796Z | Checking chrono v0.4.22 |
| 1116 | 2022-10-03T04:20:54.803Z | Checking uuid v1.1.2 |
| 1117 | 2022-10-03T04:20:54.809Z | Checking serde_urlencoded v0.7.1 |
| 1118 | 2022-10-03T04:20:54.815Z | Checking toml v0.5.9 |
| 1119 | 2022-10-03T04:20:56.025Z | Compiling serde_tokenstream v0.1.3 |
| 1120 | 2022-10-03T04:20:56.089Z | Checking h2 v0.3.9 |
| 1121 | 2022-10-03T04:20:56.818Z | Compiling dropshot_endpoint v0.8.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint) |
| 1122 | 2022-10-03T04:20:57.150Z | Checking slog-json v2.6.1 |
| 1123 | 2022-10-03T04:20:57.156Z | Checking openapiv3 v1.0.1 |
| 1124 | 2022-10-03T04:20:57.529Z | Checking slog-bunyan v2.4.0 |
| 1125 | 2022-10-03T04:21:01.365Z | test fail has been running for over 60 seconds |
| 1126 | 2022-10-03T04:21:01.500Z | Checking hyper v0.14.20 |
| 1127 | 2022-10-03T04:21:06.344Z | Checking hyper-staticfile v0.9.1 |
| 1128 | 2022-10-03T04:21:06.350Z | Checking hyper-rustls v0.23.0 |
| 1129 | 2022-10-03T04:21:10.625Z | Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/dropshot) |
| 1130 | 2022-10-03T04:21:10.798Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 09s |
| 1131 | 2022-10-03T04:21:10.833Z | |
| 1132 | 2022-10-03T04:21:10.838Z | |
| 1133 | 2022-10-03T04:21:11.896Z | test tests/fail/bad_endpoint1.rs ... ok |
| 1134 | 2022-10-03T04:21:12.752Z | test tests/fail/bad_endpoint10.rs ... ok |
| 1135 | 2022-10-03T04:21:13.394Z | test tests/fail/bad_endpoint11.rs ... ok |
| 1136 | 2022-10-03T04:21:14.240Z | test tests/fail/bad_endpoint12.rs ... ok |
| 1137 | 2022-10-03T04:21:15.036Z | test tests/fail/bad_endpoint13.rs ... ok |
| 1138 | 2022-10-03T04:21:15.743Z | test tests/fail/bad_endpoint14.rs ... ok |
| 1139 | 2022-10-03T04:21:16.722Z | test tests/fail/bad_endpoint15.rs ... ok |
| 1140 | 2022-10-03T04:21:17.199Z | test tests/fail/bad_endpoint16.rs ... ok |
| 1141 | 2022-10-03T04:21:17.838Z | test tests/fail/bad_endpoint2.rs ... ok |
| 1142 | 2022-10-03T04:21:18.740Z | test tests/fail/bad_endpoint3.rs ... ok |
| 1143 | 2022-10-03T04:21:19.592Z | test tests/fail/bad_endpoint4.rs ... ok |
| 1144 | 2022-10-03T04:21:20.426Z | test tests/fail/bad_endpoint5.rs ... ok |
| 1145 | 2022-10-03T04:21:21.267Z | test tests/fail/bad_endpoint6.rs ... ok |
| 1146 | 2022-10-03T04:21:22.116Z | test tests/fail/bad_endpoint7.rs ... ok |
| 1147 | 2022-10-03T04:21:22.772Z | test tests/fail/bad_endpoint8.rs ... ok |
| 1148 | 2022-10-03T04:21:23.617Z | test tests/fail/bad_endpoint9.rs ... ok |
| 1149 | 2022-10-03T04:21:24.293Z | test tests/fail/unused_endpoint.rs ... ok |
| 1150 | 2022-10-03T04:21:24.298Z | |
| 1151 | 2022-10-03T04:21:24.304Z | |
| 1152 | 2022-10-03T04:21:24.310Z | test fail ... ok |
| 1153 | 2022-10-03T04:21:24.315Z | |
| 1154 | 2022-10-03T04:21:24.321Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 82.93s |
| 1155 | 2022-10-03T04:21:24.326Z | |
| 1156 | 2022-10-03T04:21:24.332Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_config-b1542cd06aaf706c` |
| 1157 | 2022-10-03T04:21:24.338Z | |
| 1158 | 2022-10-03T04:21:24.343Z | running 11 tests |
| 1159 | 2022-10-03T04:21:24.350Z | test test_config_bad_request_body_max_bytes_too_large ... ok |
| 1160 | 2022-10-03T04:21:24.356Z | test test_config_bad_bind_address_port_too_small ... ok |
| 1161 | 2022-10-03T04:21:24.361Z | test test_config_bad_request_body_max_bytes_negative ... ok |
| 1162 | 2022-10-03T04:21:24.367Z | test test_config_bad_key_file_garbage ... ok |
| 1163 | 2022-10-03T04:21:24.375Z | test test_config_bad_bind_address_port_too_large ... ok |
| 1164 | 2022-10-03T04:21:24.381Z | test test_config_bad_tls_garbage ... ok |
| 1165 | 2022-10-03T04:21:24.386Z | test test_config_bad_bind_address_garbage ... ok |
| 1166 | 2022-10-03T04:21:24.392Z | test test_config_bad_cert_file_garbage ... ok |
| 1167 | 2022-10-03T04:21:24.398Z | test test_config_bad_tls_incomplete ... ok |
| 1168 | 2022-10-03T04:21:24.403Z | test test_config_bind_address_http ... ok |
| 1169 | 2022-10-03T04:21:24.520Z | test test_config_bind_address_https ... ok |
| 1170 | 2022-10-03T04:21:24.526Z | |
| 1171 | 2022-10-03T04:21:24.531Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
| 1172 | 2022-10-03T04:21:24.537Z | |
| 1173 | 2022-10-03T04:21:24.543Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_demo-83739cb2f7654ed4` |
| 1174 | 2022-10-03T04:21:24.548Z | |
| 1175 | 2022-10-03T04:21:24.554Z | running 12 tests |
| 1176 | 2022-10-03T04:21:24.560Z | test test_demo_path_param_u32 ... ok |
| 1177 | 2022-10-03T04:21:24.566Z | test test_demo1 ... ok |
| 1178 | 2022-10-03T04:21:24.572Z | test test_delete_request ... ok |
| 1179 | 2022-10-03T04:21:24.578Z | test test_demo_websocket ... ok |
| 1180 | 2022-10-03T04:21:24.584Z | test test_demo_path_param_uuid ... ok |
| 1181 | 2022-10-03T04:21:24.589Z | test test_demo2json ... ok |
| 1182 | 2022-10-03T04:21:24.595Z | test test_header_request ... ok |
| 1183 | 2022-10-03T04:21:24.600Z | test test_demo3json ... ok |
| 1184 | 2022-10-03T04:21:24.607Z | test test_demo2query ... ok |
| 1185 | 2022-10-03T04:21:24.613Z | test test_demo2urlencoded ... ok |
| 1186 | 2022-10-03T04:21:24.618Z | test test_demo_path_param_string ... ok |
| 1187 | 2022-10-03T04:21:24.624Z | test test_untyped_body ... ok |
| 1188 | 2022-10-03T04:21:24.630Z | |
| 1189 | 2022-10-03T04:21:24.635Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
| 1190 | 2022-10-03T04:21:24.641Z | |
| 1191 | 2022-10-03T04:21:24.646Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_openapi-4a2a2506da753d08` |
| 1192 | 2022-10-03T04:21:24.652Z | |
| 1193 | 2022-10-03T04:21:24.658Z | running 2 tests |
| 1194 | 2022-10-03T04:21:24.664Z | test test_openapi ... ok |
| 1195 | 2022-10-03T04:21:24.669Z | test test_openapi_fuller ... ok |
| 1196 | 2022-10-03T04:21:24.675Z | |
| 1197 | 2022-10-03T04:21:24.681Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 1198 | 2022-10-03T04:21:24.686Z | |
| 1199 | 2022-10-03T04:21:24.692Z | Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination-f88cdba308c40d36` |
| 1200 | 2022-10-03T04:21:24.697Z | |
| 1201 | 2022-10-03T04:21:24.703Z | running 9 tests |
| 1202 | 2022-10-03T04:21:24.708Z | test test_paginate_empty ... ok |
| 1203 | 2022-10-03T04:21:24.714Z | test test_paginate_extra_params ... ok |
| 1204 | 2022-10-03T04:21:24.720Z | test test_paginate_errors ... ok |
| 1205 | 2022-10-03T04:21:24.725Z | test test_paginate_with_required_params ... ok |
| 1206 | 2022-10-03T04:21:24.731Z | test test_paginate_basic ... ok |
| 1207 | 2022-10-03T04:21:26.218Z | test test_example_basic ... ok |
| 1208 | 2022-10-03T04:21:27.010Z | test test_paginate_dictionary ... ok |
| 1209 | 2022-10-03T04:21:31.641Z | test test_example_multiple_resources ... ok |
| 1210 | 2022-10-03T04:21:34.550Z | test test_example_multiple_sorts ... FAILED |
| 1211 | 2022-10-03T04:21:34.557Z | |
| 1212 | 2022-10-03T04:21:34.563Z | failures: |
| 1213 | 2022-10-03T04:21:34.568Z | |
| 1214 | 2022-10-03T04:21:34.576Z | ---- test_example_multiple_sorts stdout ---- |
| 1215 | 2022-10-03T04:21:34.582Z | log file: "/tmp/test_pagination-f88cdba308c40d36-pagination-multiple-sorts.2271.1.log" |
| 1216 | 2022-10-03T04:21:34.588Z | note: configured to log to "/tmp/test_pagination-f88cdba308c40d36-pagination-multiple-sorts.2271.1.log" |
| 1217 | 2022-10-03T04:21:34.594Z | thread 'test_example_multiple_sorts' panicked at 'failed to connect to example "/work/oxidecomputer/dropshot/target/debug/examples/pagination-multiple-sorts 12231" at "127.0.0.1:12231" after 10037 ms', dropshot/tests/test_pagination.rs:933:5 |
| 1218 | 2022-10-03T04:21:34.599Z | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
| 1219 | 2022-10-03T04:21:34.605Z | |
| 1220 | 2022-10-03T04:21:34.612Z | |
| 1221 | 2022-10-03T04:21:34.618Z | failures: |
| 1222 | 2022-10-03T04:21:34.624Z | test_example_multiple_sorts |
| 1223 | 2022-10-03T04:21:34.630Z | |
| 1224 | 2022-10-03T04:21:34.635Z | test result: FAILED. 8 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.06s |
| 1225 | 2022-10-03T04:21:34.648Z | |
| 1226 | 2022-10-03T04:21:34.654Z | error: test failed, to rerun pass '-p dropshot --test test_pagination' |
| 1227 | 2022-10-03T04:21:34.660Z | |
| 1228 | 2022-10-03T04:21:34.666Z | real 1:33.559956968 |
| 1229 | 2022-10-03T04:21:34.671Z | user 5:00.345293665 |
| 1230 | 2022-10-03T04:21:34.677Z | sys 1:10.018347843 |
| 1231 | 2022-10-03T04:21:34.683Z | trap 0.191459126 |
| 1232 | 2022-10-03T04:21:34.688Z | tflt 0.289794852 |
| 1233 | 2022-10-03T04:21:34.694Z | dflt 0.992009130 |
| 1234 | 2022-10-03T04:21:34.699Z | kflt 0.000107572 |
| 1235 | 2022-10-03T04:21:34.704Z | lock 11:11.436160409 |
| 1236 | 2022-10-03T04:21:34.710Z | slp 16:46.862645620 |
| 1237 | 2022-10-03T04:21:34.716Z | lat 16.008489724 |
| 1238 | 2022-10-03T04:21:34.722Z | stop 7.440097948 |
| 1239 | 2022-10-03T04:21:34.729Z | process exited: duration 387019 ms, exit code 101 |
| |
| 1240 | 2022-10-03T04:21:34.768Z | found 0 output files |