01GEE0RFJEK9HX6R5K31R9AZY2: build-and-test / illumos

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01GEE0RRQHATPYG1NCW9JMRZCY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12022-10-03T04:14:35.949Zjob assigned to worker 01GEE0S5QMYCKZWE0VAMQBNCBA (queued for 1 m 14 s)
 
22022-10-03T04:14:35.962Zstarting task 0: "setup"
32022-10-03T04:14:36.022Z++ uname -s
42022-10-03T04:14:36.029Z+ kern=SunOS
52022-10-03T04:14:36.035Z+ case "$kern" in
62022-10-03T04:14:36.041Z+ groupadd -g 12345 build
72022-10-03T04:14:36.047Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82022-10-03T04:14:38.041Z+ zfs create -o mountpoint=/work rpool/work
92022-10-03T04:14:38.275Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102022-10-03T04:14:38.281Z+ home_fs=zfs
112022-10-03T04:14:38.286Z+ [[ zfs == autofs ]]
122022-10-03T04:14:38.292Z+ mkdir -p /home/build
132022-10-03T04:14:38.298Z+ chown build:build /home/build /work
142022-10-03T04:14:40.285Z+ chmod 0700 /home/build /work
152022-10-03T04:14:40.292Zprocess exited: duration 4319 ms, exit code 0
 
162022-10-03T04:14:40.437Zstarting task 1: "rust-toolchain"
172022-10-03T04:14:40.451Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182022-10-03T04:14:40.457Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192022-10-03T04:14:40.759Zinfo: downloading installer
202022-10-03T04:14:41.993Zwarning: it looks like you have an existing installation of Rust at:
212022-10-03T04:14:41.999Zwarning: /opt/ooce/bin
222022-10-03T04:14:42.005Zwarning: rustup should not be installed alongside Rust. Please uninstall your existing Rust first.
232022-10-03T04:14:42.011Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242022-10-03T04:14:42.016Zwarning: If you are sure that you want both rustup and your already installed Rust
252022-10-03T04:14:42.022Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262022-10-03T04:14:42.028Zwarning: or pass `-y' to ignore all ignorable checks.
272022-10-03T04:14:42.035Zerror: cannot install while Rust is installed
282022-10-03T04:14:42.040Zwarning: continuing (because the -y flag is set and the error is ignorable)
292022-10-03T04:14:42.144Zinfo: profile set to 'default'
302022-10-03T04:14:42.150Zinfo: default host triple is x86_64-unknown-illumos
312022-10-03T04:14:42.156Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322022-10-03T04:14:42.403Zinfo: latest update on 2022-09-22, rust version 1.64.0 (a55dd71d5 2022-09-19)
332022-10-03T04:14:42.409Zinfo: downloading component 'cargo'
342022-10-03T04:14:42.894Zinfo: downloading component 'clippy'
352022-10-03T04:14:43.114Zinfo: downloading component 'rust-docs'
362022-10-03T04:14:44.876Zinfo: downloading component 'rust-std'
372022-10-03T04:14:46.225Zinfo: downloading component 'rustc'
382022-10-03T04:14:50.038Zinfo: downloading component 'rustfmt'
392022-10-03T04:14:50.450Zinfo: installing component 'cargo'
402022-10-03T04:14:51.587Zinfo: installing component 'clippy'
412022-10-03T04:14:52.066Zinfo: installing component 'rust-docs'
422022-10-03T04:14:55.217Zinfo: installing component 'rust-std'
432022-10-03T04:14:58.093Zinfo: installing component 'rustc'
442022-10-03T04:15:04.551Zinfo: installing component 'rustfmt'
452022-10-03T04:15:05.328Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462022-10-03T04:15:05.336Z
472022-10-03T04:15:05.473Z stable-x86_64-unknown-illumos installed - rustc 1.64.0 (a55dd71d5 2022-09-19)
482022-10-03T04:15:05.479Z
492022-10-03T04:15:05.485Z
502022-10-03T04:15:05.490ZRust is installed now. Great!
512022-10-03T04:15:05.496Z
522022-10-03T04:15:05.501ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532022-10-03T04:15:05.507Zenvironment variable. This has not been done automatically.
542022-10-03T04:15:05.512Z
552022-10-03T04:15:05.518ZTo configure your current shell, run:
562022-10-03T04:15:05.524Zsource "$HOME/.cargo/env"
572022-10-03T04:15:05.601Z+ rustc --version
582022-10-03T04:15:05.739Zrustc 1.64.0 (a55dd71d5 2022-09-19)
592022-10-03T04:15:05.746Zprocess exited: duration 25302 ms, exit code 0
 
602022-10-03T04:15:05.775Zstarting task 2: "authentication"
612022-10-03T04:15:05.792Zprocess exited: duration 10 ms, exit code 0
 
622022-10-03T04:15:05.822Zstarting task 3: "clone repository"
632022-10-03T04:15:05.836Z+ mkdir -p /work/oxidecomputer/dropshot
642022-10-03T04:15:05.841Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
652022-10-03T04:15:06.103ZCloning into '/work/oxidecomputer/dropshot'...
662022-10-03T04:15:07.219Z+ cd /work/oxidecomputer/dropshot
672022-10-03T04:15:07.234Z+ [[ -n dependabot/cargo/schemars-0.8.11 ]]
682022-10-03T04:15:07.240Z+ git fetch origin dependabot/cargo/schemars-0.8.11
692022-10-03T04:15:07.422ZFrom https://github.com/oxidecomputer/dropshot
702022-10-03T04:15:07.428Z * branch dependabot/cargo/schemars-0.8.11 -> FETCH_HEAD
712022-10-03T04:15:07.434Z+ git checkout -B dependabot/cargo/schemars-0.8.11 remotes/origin/dependabot/cargo/schemars-0.8.11
722022-10-03T04:15:07.444ZSwitched to a new branch 'dependabot/cargo/schemars-0.8.11'
732022-10-03T04:15:07.450ZBranch 'dependabot/cargo/schemars-0.8.11' set up to track remote branch 'dependabot/cargo/schemars-0.8.11' from 'origin'.
742022-10-03T04:15:07.456Z+ git reset --hard ad277e3ce370a64ed712c91785d45ec431366086
752022-10-03T04:15:07.462ZHEAD is now at ad277e3 Bump schemars from 0.8.10 to 0.8.11
762022-10-03T04:15:07.469Zprocess exited: duration 1635 ms, exit code 0
 
772022-10-03T04:15:07.501Zstarting task 4: "build"
782022-10-03T04:15:07.513Z+ cargo --version
792022-10-03T04:15:07.520Zinfo: syncing channel updates for '1.64.0-x86_64-unknown-illumos'
802022-10-03T04:15:07.731Zinfo: latest update on 2022-09-22, rust version 1.64.0 (a55dd71d5 2022-09-19)
812022-10-03T04:15:07.738Zinfo: downloading component 'cargo'
822022-10-03T04:15:08.217Zinfo: downloading component 'clippy'
832022-10-03T04:15:08.413Zinfo: downloading component 'rust-docs'
842022-10-03T04:15:09.658Zinfo: downloading component 'rust-std'
852022-10-03T04:15:11.062Zinfo: downloading component 'rustc'
862022-10-03T04:15:14.673Zinfo: downloading component 'rustfmt'
872022-10-03T04:15:15.055Zinfo: installing component 'cargo'
882022-10-03T04:15:16.022Zinfo: installing component 'clippy'
892022-10-03T04:15:16.472Zinfo: installing component 'rust-docs'
902022-10-03T04:15:19.485Zinfo: installing component 'rust-std'
912022-10-03T04:15:22.492Zinfo: installing component 'rustc'
922022-10-03T04:15:28.924Zinfo: installing component 'rustfmt'
932022-10-03T04:15:29.857Zcargo 1.64.0 (387270bc7 2022-09-16)
942022-10-03T04:15:29.863Z+ rustc --version
952022-10-03T04:15:29.987Zrustc 1.64.0 (a55dd71d5 2022-09-19)
962022-10-03T04:15:29.994Z+ banner build
972022-10-03T04:15:30.000Z
982022-10-03T04:15:30.006Z ##### # # # # #####
992022-10-03T04:15:30.013Z # # # # # # # #
1002022-10-03T04:15:30.020Z ##### # # # # # #
1012022-10-03T04:15:30.025Z # # # # # # # #
1022022-10-03T04:15:30.031Z # # # # # # # #
1032022-10-03T04:15:30.037Z ##### #### # ###### #####
1042022-10-03T04:15:30.042Z
1052022-10-03T04:15:30.048Z+ ptime -m cargo build --locked --all-targets --verbose
1062022-10-03T04:15:30.711Z Updating crates.io index
1072022-10-03T04:16:16.086Z Downloading crates ...
1082022-10-03T04:16:16.425Z Downloaded hyper-rustls v0.23.0
1092022-10-03T04:16:16.430Z Downloaded fastrand v1.6.0
1102022-10-03T04:16:16.437Z Downloaded matches v0.1.9
1112022-10-03T04:16:16.443Z Downloaded http-body v0.4.3
1122022-10-03T04:16:16.448Z Downloaded serde_json v1.0.85
1132022-10-03T04:16:16.454Z Downloaded rustls-native-certs v0.6.1
1142022-10-03T04:16:16.459Z Downloaded ryu v1.0.5
1152022-10-03T04:16:16.464Z Downloaded termcolor v1.1.2
1162022-10-03T04:16:16.470Z Downloaded similar v2.1.0
1172022-10-03T04:16:16.479Z Downloaded slog-bunyan v2.4.0
1182022-10-03T04:16:16.485Z Downloaded rcgen v0.9.3
1192022-10-03T04:16:16.494Z Downloaded parking_lot_core v0.8.5
1202022-10-03T04:16:16.499Z Downloaded parking_lot v0.11.2
1212022-10-03T04:16:16.505Z Downloaded socket2 v0.4.2
1222022-10-03T04:16:16.510Z Downloaded trybuild v1.0.65
1232022-10-03T04:16:16.516Z Downloaded tracing v0.1.29
1242022-10-03T04:16:16.521Z Downloaded tokio-util v0.6.8
1252022-10-03T04:16:16.527Z Downloaded schema v0.0.1
1262022-10-03T04:16:16.533Z Downloaded sct v0.7.0
1272022-10-03T04:16:16.538Z Downloaded signal-hook-registry v1.4.0
1282022-10-03T04:16:16.543Z Downloaded serde_urlencoded v0.7.1
1292022-10-03T04:16:16.549Z Downloaded crossbeam-utils v0.8.8
1302022-10-03T04:16:16.555Z Downloaded serde_derive v1.0.145
1312022-10-03T04:16:16.562Z Downloaded log v0.4.14
1322022-10-03T04:16:16.567Z Downloaded rustls-pemfile v1.0.1
1332022-10-03T04:16:16.573Z Downloaded httpdate v1.0.1
1342022-10-03T04:16:16.579Z Downloaded getrandom v0.2.3
1352022-10-03T04:16:16.584Z Downloaded remove_dir_all v0.5.3
1362022-10-03T04:16:16.590Z Downloaded regex v1.5.5
1372022-10-03T04:16:16.595Z Downloaded hashbrown v0.12.1
1382022-10-03T04:16:16.601Z Downloaded ppv-lite86 v0.2.15
1392022-10-03T04:16:16.607Z Downloaded mime_guess v2.0.4
1402022-10-03T04:16:16.613Z Downloaded crossbeam-channel v0.5.1
1412022-10-03T04:16:16.618Z Downloaded console v0.15.0
1422022-10-03T04:16:16.624Z Downloaded slab v0.4.5
1432022-10-03T04:16:16.630Z Downloaded lock_api v0.4.5
1442022-10-03T04:16:16.636Z Downloaded num-integer v0.1.44
1452022-10-03T04:16:16.641Z Downloaded memchr v2.4.1
1462022-10-03T04:16:16.647Z Downloaded mio v0.7.13
1472022-10-03T04:16:16.653Z Downloaded newline-converter v0.2.0
1482022-10-03T04:16:16.659Z Downloaded num_cpus v1.13.0
1492022-10-03T04:16:16.665Z Downloaded once_cell v1.13.1
1502022-10-03T04:16:16.671Z Downloaded serde_tokenstream v0.1.3
1512022-10-03T04:16:16.676Z Downloaded openapiv3 v1.0.1
1522022-10-03T04:16:16.682Z Downloaded regex-syntax v0.6.25
1532022-10-03T04:16:16.688Z Downloaded dyn-clone v1.0.4
1542022-10-03T04:16:16.693Z Downloaded num-traits v0.2.14
1552022-10-03T04:16:16.699Z Downloaded hyper-staticfile v0.9.1
1562022-10-03T04:16:16.704Z Downloaded http-range v0.1.4
1572022-10-03T04:16:16.709Z Downloaded match_cfg v0.1.0
1582022-10-03T04:16:16.723Z Downloaded itoa v1.0.1
1592022-10-03T04:16:16.729Z Downloaded pin-utils v0.1.0
1602022-10-03T04:16:16.735Z Downloaded sha-1 v0.10.0
1612022-10-03T04:16:16.740Z Downloaded scopeguard v1.1.0
1622022-10-03T04:16:16.746Z Downloaded untrusted v0.7.1
1632022-10-03T04:16:16.752Z Downloaded utf-8 v0.7.6
1642022-10-03T04:16:16.758Z Downloaded thiserror-impl v1.0.30
1652022-10-03T04:16:16.763Z Downloaded slog-term v2.9.0
1662022-10-03T04:16:16.769Z Downloaded slog-async v2.7.0
1672022-10-03T04:16:16.774Z Downloaded block-buffer v0.10.2
1682022-10-03T04:16:16.780Z Downloaded version_check v0.9.4
1692022-10-03T04:16:16.800Z Downloaded dirs-sys-next v0.1.2
1702022-10-03T04:16:16.806Z Downloaded crypto-common v0.1.6
1712022-10-03T04:16:16.812Z Downloaded dirs-next v2.0.0
1722022-10-03T04:16:16.818Z Downloaded futures-sink v0.3.24
1732022-10-03T04:16:16.824Z Downloaded futures-executor v0.3.24
1742022-10-03T04:16:16.829Z Downloaded glob v0.3.0
1752022-10-03T04:16:16.835Z Downloaded form_urlencoded v1.0.1
1762022-10-03T04:16:16.841Z Downloaded futures-macro v0.3.24
1772022-10-03T04:16:16.851Z Downloaded fnv v1.0.7
1782022-10-03T04:16:16.857Z Downloaded async-stream-impl v0.3.3
1792022-10-03T04:16:16.864Z Downloaded byteorder v1.4.3
1802022-10-03T04:16:16.870Z Downloaded autocfg v1.0.1
1812022-10-03T04:16:16.876Z Downloaded futures v0.3.24
1822022-10-03T04:16:16.882Z Downloaded tower-service v0.3.1
1832022-10-03T04:16:16.887Z Downloaded unicase v2.6.0
1842022-10-03T04:16:16.893Z Downloaded tungstenite v0.17.3
1852022-10-03T04:16:16.900Z Downloaded futures-channel v0.3.24
1862022-10-03T04:16:16.906Z Downloaded iana-time-zone v0.1.47
1872022-10-03T04:16:16.912Z Downloaded digest v0.10.5
1882022-10-03T04:16:16.918Z Downloaded tokio-tungstenite v0.17.2
1892022-10-03T04:16:16.924Z Downloaded uuid v1.1.2
1902022-10-03T04:16:16.929Z Downloaded time v0.1.43
1912022-10-03T04:16:16.936Z Downloaded thread_local v1.1.4
1922022-10-03T04:16:16.942Z Downloaded pem v1.1.0
1932022-10-03T04:16:16.948Z Downloaded thiserror v1.0.30
1942022-10-03T04:16:16.953Z Downloaded toml v0.5.9
1952022-10-03T04:16:16.959Z Downloaded tempfile v3.3.0
1962022-10-03T04:16:16.965Z Downloaded generic-array v0.14.5
1972022-10-03T04:16:16.971Z Downloaded paste v1.0.9
1982022-10-03T04:16:16.977Z Downloaded chrono v0.4.22
1992022-10-03T04:16:16.992Z Downloaded futures-util v0.3.24
2002022-10-03T04:16:16.997Z Downloaded hyper v0.14.20
2012022-10-03T04:16:17.004Z Downloaded async-trait v0.1.57
2022022-10-03T04:16:17.009Z Downloaded atty v0.2.14
2032022-10-03T04:16:17.016Z Downloaded cfg-if v1.0.0
2042022-10-03T04:16:17.022Z Downloaded try-lock v0.2.3
2052022-10-03T04:16:17.028Z Downloaded terminal_size v0.1.17
2062022-10-03T04:16:17.033Z Downloaded quote v1.0.21
2072022-10-03T04:16:17.039Z Downloaded hostname v0.3.1
2082022-10-03T04:16:17.044Z Downloaded cpufeatures v0.2.2
2092022-10-03T04:16:17.051Z Downloaded async-stream v0.3.3
2102022-10-03T04:16:17.057Z Downloaded proc-macro2 v1.0.44
2112022-10-03T04:16:17.063Z Downloaded sha1 v0.10.5
2122022-10-03T04:16:17.069Z Downloaded percent-encoding v2.2.0
2132022-10-03T04:16:17.075Z Downloaded smallvec v1.7.0
2142022-10-03T04:16:17.081Z Downloaded base64 v0.13.0
2152022-10-03T04:16:17.087Z Downloaded futures-core v0.3.24
2162022-10-03T04:16:17.093Z Downloaded http v0.2.8
2172022-10-03T04:16:17.109Z Downloaded futures-io v0.3.24
2182022-10-03T04:16:17.115Z Downloaded instant v0.1.11
2192022-10-03T04:16:17.120Z Downloaded idna v0.2.3
2202022-10-03T04:16:17.126Z Downloaded mime v0.3.16
2212022-10-03T04:16:17.132Z Downloaded futures-task v0.3.24
2222022-10-03T04:16:17.138Z Downloaded lazy_static v1.4.0
2232022-10-03T04:16:17.144Z Downloaded bytes v1.2.1
2242022-10-03T04:16:17.152Z Downloaded rustls v0.20.6
2252022-10-03T04:16:17.158Z Downloaded schemars_derive v0.8.11
2262022-10-03T04:16:17.164Z Downloaded schemars v0.8.11
2272022-10-03T04:16:17.169Z Downloaded cc v1.0.72
2282022-10-03T04:16:17.175Z Downloaded serde_derive_internals v0.26.0
2292022-10-03T04:16:17.181Z Downloaded slog-json v2.6.1
2302022-10-03T04:16:17.186Z Downloaded rand_core v0.6.3
2312022-10-03T04:16:17.194Z Downloaded time v0.3.7
2322022-10-03T04:16:17.200Z Downloaded subprocess v0.2.9
2332022-10-03T04:16:17.206Z Downloaded slog v2.7.0
2342022-10-03T04:16:17.212Z Downloaded schema-derive v0.0.1
2352022-10-03T04:16:17.218Z Downloaded unicode-width v0.1.9
2362022-10-03T04:16:17.224Z Downloaded serde v1.0.145
2372022-10-03T04:16:17.230Z Downloaded tokio-macros v1.7.0
2382022-10-03T04:16:17.235Z Downloaded tokio-rustls v0.23.4
2392022-10-03T04:16:17.241Z Downloaded unicode-ident v1.0.0
2402022-10-03T04:16:17.247Z Downloaded h2 v0.3.9
2412022-10-03T04:16:17.253Z Downloaded unicode-normalization v0.1.19
2422022-10-03T04:16:17.260Z Downloaded expectorate v1.0.5
2432022-10-03T04:16:17.266Z Downloaded indexmap v1.9.1
2442022-10-03T04:16:17.273Z Downloaded rand_chacha v0.3.1
2452022-10-03T04:16:17.280Z Downloaded rustls-pemfile v0.2.1
2462022-10-03T04:16:17.286Z Downloaded tracing-core v0.1.21
2472022-10-03T04:16:17.291Z Downloaded pin-project-lite v0.2.7
2482022-10-03T04:16:17.297Z Downloaded tinyvec v1.5.1
2492022-10-03T04:16:17.303Z Downloaded unicode-bidi v0.3.7
2502022-10-03T04:16:17.309Z Downloaded tinyvec_macros v0.1.0
2512022-10-03T04:16:17.316Z Downloaded term v0.7.0
2522022-10-03T04:16:17.322Z Downloaded spin v0.5.2
2532022-10-03T04:16:17.328Z Downloaded webpki v0.22.0
2542022-10-03T04:16:17.334Z Downloaded yasna v0.5.0
2552022-10-03T04:16:17.340Z Downloaded tokio v1.16.1
2562022-10-03T04:16:17.345Z Downloaded libc v0.2.133
2572022-10-03T04:16:17.351Z Downloaded want v0.3.0
2582022-10-03T04:16:17.357Z Downloaded url v2.2.2
2592022-10-03T04:16:17.363Z Downloaded typenum v1.14.0
2602022-10-03T04:16:17.370Z Downloaded time-macros v0.2.3
2612022-10-03T04:16:17.376Z Downloaded take_mut v0.2.2
2622022-10-03T04:16:17.381Z Downloaded syn v1.0.100
2632022-10-03T04:16:17.387Z Downloaded rand v0.8.4
2642022-10-03T04:16:17.392Z Downloaded openssl-probe v0.1.4
2652022-10-03T04:16:17.399Z Downloaded num_threads v0.1.3
2662022-10-03T04:16:17.404Z Downloaded httparse v1.6.0
2672022-10-03T04:16:17.409Z Downloaded ring v0.16.20
2682022-10-03T04:16:17.719Z Compiling proc-macro2 v1.0.44
2692022-10-03T04:16:17.726Z Compiling unicode-ident v1.0.0
2702022-10-03T04:16:17.732Z Compiling quote v1.0.21
2712022-10-03T04:16:17.737Z Compiling libc v0.2.133
2722022-10-03T04:16:17.743Z Compiling syn v1.0.100
2732022-10-03T04:16:17.749Z Compiling cfg-if v1.0.0
2742022-10-03T04:16:17.760Z Compiling serde_derive v1.0.145
2752022-10-03T04:16:17.767Z Compiling serde v1.0.145
2762022-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`
2772022-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`
2782022-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`
2792022-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`
2802022-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`
2812022-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`
2822022-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`
2832022-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`
2842022-10-03T04:16:18.018Z Compiling once_cell v1.13.1
2852022-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`
2862022-10-03T04:16:18.168Z Compiling version_check v0.9.4
2872022-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`
2882022-10-03T04:16:18.880Z Compiling itoa v1.0.1
2892022-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`
2902022-10-03T04:16:19.183Z Compiling autocfg v1.0.1
2912022-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`
2922022-10-03T04:16:19.771Z Compiling log v0.4.14
2932022-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`
2942022-10-03T04:16:20.708Z Compiling futures-core v0.3.24
2952022-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`
2962022-10-03T04:16:21.097Z Compiling memchr v2.4.1
2972022-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`
2982022-10-03T04:16:21.114Z Compiling pin-project-lite v0.2.7
2992022-10-03T04:16:21.120Z Compiling parking_lot_core v0.8.5
3002022-10-03T04:16:21.126Z Compiling bytes v1.2.1
3012022-10-03T04:16:21.132Z Compiling futures-task v0.3.24
3022022-10-03T04:16:21.138Z Compiling cc v1.0.72
3032022-10-03T04:16:21.144Z Compiling futures-sink v0.3.24
3042022-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`
3052022-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`
3062022-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`
3072022-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`
3082022-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`
3092022-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`
3102022-10-03T04:16:21.392Z Compiling scopeguard v1.1.0
3112022-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`
3122022-10-03T04:16:21.445Z Compiling typenum v1.14.0
3132022-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`
3142022-10-03T04:16:21.462Z Compiling smallvec v1.7.0
3152022-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`
3162022-10-03T04:16:21.707Z Compiling futures-channel v0.3.24
3172022-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`
3182022-10-03T04:16:22.004Z Compiling futures-util v0.3.24
3192022-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`
3202022-10-03T04:16:22.050Z Compiling ryu v1.0.5
3212022-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`
3222022-10-03T04:16:22.128Z Compiling lazy_static v1.4.0
3232022-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`
3242022-10-03T04:16:22.238Z Compiling pin-utils v0.1.0
3252022-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`
3262022-10-03T04:16:22.435Z Compiling futures-io v0.3.24
3272022-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`
3282022-10-03T04:16:22.481Z Compiling fnv v1.0.7
3292022-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`
3302022-10-03T04:16:22.526Z Compiling base64 v0.13.0
3312022-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`
3322022-10-03T04:16:22.773Z Compiling slab v0.4.5
3332022-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`
3342022-10-03T04:16:22.786Z Compiling serde_json v1.0.85
3352022-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`
3362022-10-03T04:16:23.264Z Compiling matches v0.1.9
3372022-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`
3382022-10-03T04:16:23.331Z Compiling spin v0.5.2
3392022-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`
3402022-10-03T04:16:23.389Z Compiling untrusted v0.7.1
3412022-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`
3422022-10-03T04:16:23.511Z Compiling httparse v1.6.0
3432022-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`
3442022-10-03T04:16:23.602Z Compiling num_threads v0.1.3
3452022-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`
3462022-10-03T04:16:23.807Z Compiling slog v2.7.0
3472022-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`
3482022-10-03T04:16:23.850Z Compiling percent-encoding v2.2.0
3492022-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`
3502022-10-03T04:16:23.878Z Compiling hashbrown v0.12.1
3512022-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`
3522022-10-03T04:16:23.896Z Compiling time-macros v0.2.3
3532022-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`
3542022-10-03T04:16:23.908Z Compiling tinyvec_macros v0.1.0
3552022-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`
3562022-10-03T04:16:24.112Z Compiling cpufeatures v0.2.2
3572022-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`
3582022-10-03T04:16:24.249Z Compiling unicode-bidi v0.3.7
3592022-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`
3602022-10-03T04:16:24.365Z Compiling crossbeam-utils v0.8.8
3612022-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`
3622022-10-03T04:16:24.498Z Compiling ppv-lite86 v0.2.15
3632022-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`
3642022-10-03T04:16:24.891Z Compiling rustls v0.20.6
3652022-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`
3662022-10-03T04:16:25.359Z Compiling try-lock v0.2.3
3672022-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`
3682022-10-03T04:16:25.386Z Compiling paste v1.0.9
3692022-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`
3702022-10-03T04:16:25.492Z Compiling tower-service v0.3.1
3712022-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`
3722022-10-03T04:16:25.595Z Compiling httpdate v1.0.1
3732022-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`
3742022-10-03T04:16:25.784Z Compiling schemars v0.8.11
3752022-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`
3762022-10-03T04:16:26.002Z Compiling match_cfg v0.1.0
3772022-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`
3782022-10-03T04:16:26.131Z Compiling slog-async v2.7.0
3792022-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`
3802022-10-03T04:16:26.246Z Compiling async-trait v0.1.57
3812022-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`
3822022-10-03T04:16:26.607Z Compiling regex-syntax v0.6.25
3832022-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`
3842022-10-03T04:16:26.770Z Compiling iana-time-zone v0.1.47
3852022-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`
3862022-10-03T04:16:27.088Z Compiling dyn-clone v1.0.4
3872022-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`
3882022-10-03T04:16:27.394Z Compiling byteorder v1.4.3
3892022-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`
3902022-10-03T04:16:27.589Z Compiling utf-8 v0.7.6
3912022-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`
3922022-10-03T04:16:27.602Z Compiling openssl-probe v0.1.4
3932022-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`
3942022-10-03T04:16:27.618Z Compiling unicode-width v0.1.9
3952022-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`
3962022-10-03T04:16:27.935Z Compiling trybuild v1.0.65
3972022-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`
3982022-10-03T04:16:27.957Z Compiling take_mut v0.2.2
3992022-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`
4002022-10-03T04:16:28.233Z Compiling mime v0.3.16
4012022-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`
4022022-10-03T04:16:28.251Z Compiling http-range v0.1.4
4032022-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`
4042022-10-03T04:16:28.434Z Compiling remove_dir_all v0.5.3
4052022-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`
4062022-10-03T04:16:28.459Z Compiling similar v2.1.0
4072022-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`
4082022-10-03T04:16:28.707Z Compiling glob v0.3.0
4092022-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`
4102022-10-03T04:16:28.720Z Compiling newline-converter v0.2.0
4112022-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`
4122022-10-03T04:16:28.881Z Compiling fastrand v1.6.0
4132022-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`
4142022-10-03T04:16:28.986Z Compiling termcolor v1.1.2
4152022-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`
4162022-10-03T04:16:29.130Z Compiling instant v0.1.11
4172022-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`
4182022-10-03T04:16:29.399Z Compiling thread_local v1.1.4
4192022-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`
4202022-10-03T04:16:29.421Z Compiling generic-array v0.14.5
4212022-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`
4222022-10-03T04:16:29.822Z Compiling unicase v2.6.0
4232022-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`
4242022-10-03T04:16:30.065Z Compiling dropshot v0.8.1-dev (/work/oxidecomputer/dropshot/dropshot)
4252022-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`
4262022-10-03T04:16:30.129Z Compiling indexmap v1.9.1
4272022-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`
4282022-10-03T04:16:30.411Z Compiling num-traits v0.2.14
4292022-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`
4302022-10-03T04:16:30.754Z Compiling num-integer v0.1.44
4312022-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`
4322022-10-03T04:16:30.777Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-c20b48b2faccba96/build-script-build`
4332022-10-03T04:16:30.792Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_derive-93acdb2bfe4a65a2/build-script-build`
4342022-10-03T04:16:30.807Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-f0cf9cbfb962ae4c/build-script-build`
4352022-10-03T04:16:30.938Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-438f4f369de1cf8c/build-script-build`
4362022-10-03T04:16:31.027Z Running `/work/oxidecomputer/dropshot/target/debug/build/syn-0594029b8715fa3c/build-script-build`
4372022-10-03T04:16:31.036Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-1f724d646f5221f7/build-script-build`
4382022-10-03T04:16:31.069Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-bec3fde5f95b6006/build-script-build`
4392022-10-03T04:16:31.097Z Running `/work/oxidecomputer/dropshot/target/debug/build/futures-core-dad1748f282ce362/build-script-build`
4402022-10-03T04:16:31.117Z Compiling lock_api v0.4.5
4412022-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`
4422022-10-03T04:16:31.247Z Running `/work/oxidecomputer/dropshot/target/debug/build/futures-task-3191016be7d2383f/build-script-build`
4432022-10-03T04:16:31.256Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-bab87305c362e567/build-script-build`
4442022-10-03T04:16:31.270Z Running `/work/oxidecomputer/dropshot/target/debug/build/memchr-9e46a9249349768d/build-script-build`
4452022-10-03T04:16:31.276Z Compiling tracing-core v0.1.21
4462022-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`
4472022-10-03T04:16:31.308Z Running `/work/oxidecomputer/dropshot/target/debug/build/futures-channel-2032089d5e7f5a5a/build-script-build`
4482022-10-03T04:16:31.313Z Compiling http v0.2.8
4492022-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`
4502022-10-03T04:16:31.326Z Running `/work/oxidecomputer/dropshot/target/debug/build/futures-util-7ca9369c14756e5f/build-script-build`
4512022-10-03T04:16:31.337Z Compiling rustls-pemfile v0.2.1
4522022-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`
4532022-10-03T04:16:31.353Z Compiling rustls-pemfile v1.0.1
4542022-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`
4552022-10-03T04:16:31.428Z Compiling pem v1.1.0
4562022-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`
4572022-10-03T04:16:32.055Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-0f5ed8d54398e50e/build-script-build`
4582022-10-03T04:16:32.169Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-52c5592276fbd239/build-script-main`
4592022-10-03T04:16:32.430Z Compiling tinyvec v1.5.1
4602022-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`
4612022-10-03T04:16:32.512Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-e737f75b23ba6332/build-script-build`
4622022-10-03T04:16:32.524Z Compiling form_urlencoded v1.0.1
4632022-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`
4642022-10-03T04:16:32.725Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-5811431c3d4e1342/build-script-build`
4652022-10-03T04:16:32.764Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-2984043ae36498fd/build-script-build`
4662022-10-03T04:16:32.771Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-c84b3ce6c5d2a791/build-script-build`
4672022-10-03T04:16:32.993Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-c2202a7e94899453/build-script-build`
4682022-10-03T04:16:33.003Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-48299e14b0bfa1c7/build-script-build`
4692022-10-03T04:16:33.037Z Running `/work/oxidecomputer/dropshot/target/debug/build/async-trait-a87a5a563f913a93/build-script-build`
4702022-10-03T04:16:33.211Z Compiling ring v0.16.20
4712022-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`
4722022-10-03T04:16:33.226Z Running `/work/oxidecomputer/dropshot/target/debug/build/trybuild-05bf697860b293f9/build-script-build`
4732022-10-03T04:16:33.256Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-9cb0a882bfd2158a/build-script-build`
4742022-10-03T04:16:33.262Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-91f05aaa4353b1d2/build-script-build`
4752022-10-03T04:16:33.456Z Compiling regex v1.5.5
4762022-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`
4772022-10-03T04:16:33.935Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-f9c2d441923acb13/build-script-build`
4782022-10-03T04:16:34.024Z Running `/work/oxidecomputer/dropshot/target/debug/build/indexmap-e39f2bc07724ce34/build-script-build`
4792022-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`
4802022-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`
4812022-10-03T04:16:34.409Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-440a5907ceb8b46d/build-script-build`
4822022-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`
4832022-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`
4842022-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`
4852022-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`
4862022-10-03T04:16:35.741Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-integer-c4298a873c107ae0/build-script-build`
4872022-10-03T04:16:36.191Z Compiling rustls-native-certs v0.6.1
4882022-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`
4892022-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`
4902022-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`
4912022-10-03T04:16:37.007Z Compiling tracing v0.1.29
4922022-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`
4932022-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`
4942022-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`
4952022-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`
4962022-10-03T04:16:37.974Z Compiling http-body v0.4.3
4972022-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`
4982022-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`
4992022-10-03T04:16:38.518Z Compiling want v0.3.0
5002022-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`
5012022-10-03T04:16:38.751Z Compiling unicode-normalization v0.1.19
5022022-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`
5032022-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`
5042022-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`
5052022-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`
5062022-10-03T04:16:39.469Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-4e86548956c239bd/build-script-build`
5072022-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`
5082022-10-03T04:16:39.593Z Compiling mio v0.7.13
5092022-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`
5102022-10-03T04:16:39.870Z Compiling signal-hook-registry v1.4.0
5112022-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`
5122022-10-03T04:16:40.729Z Compiling num_cpus v1.13.0
5132022-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`
5142022-10-03T04:16:40.982Z Compiling getrandom v0.2.3
5152022-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`
5162022-10-03T04:16:40.998Z Compiling time v0.3.7
5172022-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`
5182022-10-03T04:16:41.042Z Compiling socket2 v0.4.2
5192022-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`
5202022-10-03T04:16:41.644Z Compiling dirs-sys-next v0.1.2
5212022-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`
5222022-10-03T04:16:41.742Z Compiling time v0.1.43
5232022-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`
5242022-10-03T04:16:42.098Z Compiling terminal_size v0.1.17
5252022-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`
5262022-10-03T04:16:42.147Z Compiling hostname v0.3.1
5272022-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`
5282022-10-03T04:16:42.407Z Compiling atty v0.2.14
5292022-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`
5302022-10-03T04:16:42.422Z Compiling tempfile v3.3.0
5312022-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`
5322022-10-03T04:16:42.750Z Compiling subprocess v0.2.9
5332022-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`
5342022-10-03T04:16:42.764Z Compiling crossbeam-channel v0.5.1
5352022-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`
5362022-10-03T04:16:42.777Z Compiling mime_guess v2.0.4
5372022-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`
5382022-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`
5392022-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`
5402022-10-03T04:16:44.108Z Compiling parking_lot v0.11.2
5412022-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`
5422022-10-03T04:16:45.005Z Compiling idna v0.2.3
5432022-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`
5442022-10-03T04:16:45.154Z Compiling rand_core v0.6.3
5452022-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`
5462022-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`
5472022-10-03T04:16:45.947Z Compiling dirs-next v2.0.0
5482022-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`
5492022-10-03T04:16:46.018Z Compiling console v0.15.0
5502022-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`
5512022-10-03T04:16:46.172Z Compiling yasna v0.5.0
5522022-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`
5532022-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`
5542022-10-03T04:16:47.034Z Compiling crypto-common v0.1.6
5552022-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`
5562022-10-03T04:16:47.421Z Compiling block-buffer v0.10.2
5572022-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`
5582022-10-03T04:16:47.851Z Compiling rand_chacha v0.3.1
5592022-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`
5602022-10-03T04:16:47.889Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-7b823148c63e1f66/build-script-build`
5612022-10-03T04:16:47.952Z Compiling term v0.7.0
5622022-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`
5632022-10-03T04:16:48.547Z Compiling url v2.2.2
5642022-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`
5652022-10-03T04:16:49.306Z Compiling expectorate v1.0.5
5662022-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`
5672022-10-03T04:16:49.578Z Compiling digest v0.10.5
5682022-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`
5692022-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`
5702022-10-03T04:16:50.078Z Compiling rand v0.8.4
5712022-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`
5722022-10-03T04:16:50.341Z Compiling slog-term v2.9.0
5732022-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`
5742022-10-03T04:16:50.413Z Compiling sha-1 v0.10.0
5752022-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`
5762022-10-03T04:16:51.260Z Compiling sha1 v0.10.5
5772022-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`
5782022-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`
5792022-10-03T04:16:51.583Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-450cb6a00d2fe989/build-script-build`
5802022-10-03T04:16:54.077Z Compiling webpki v0.22.0
5812022-10-03T04:16:54.083Z Compiling sct v0.7.0
5822022-10-03T04:16:54.090Z Compiling rcgen v0.9.3
5832022-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`
5842022-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`
5852022-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`
5862022-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`
5872022-10-03T04:16:55.197Z Compiling serde_derive_internals v0.26.0
5882022-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`
5892022-10-03T04:17:03.149Z Compiling tokio-macros v1.7.0
5902022-10-03T04:17:03.155Z Compiling futures-macro v0.3.24
5912022-10-03T04:17:03.161Z Compiling thiserror-impl v1.0.30
5922022-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`
5932022-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`
5942022-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`
5952022-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`
5962022-10-03T04:17:03.306Z Compiling async-stream-impl v0.3.3
5972022-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`
5982022-10-03T04:17:03.917Z Compiling schemars_derive v0.8.11
5992022-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`
6002022-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`
6012022-10-03T04:17:07.357Z Compiling schema-derive v0.0.1
6022022-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`
6032022-10-03T04:17:07.482Z Compiling async-stream v0.3.3
6042022-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`
6052022-10-03T04:17:08.119Z Compiling tokio v1.16.1
6062022-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`
6072022-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`
6082022-10-03T04:17:12.766Z Compiling schema v0.0.1
6092022-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`
6102022-10-03T04:17:12.916Z Compiling thiserror v1.0.30
6112022-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`
6122022-10-03T04:17:13.138Z Compiling tungstenite v0.17.3
6132022-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`
6142022-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`
6152022-10-03T04:17:17.798Z Compiling futures-executor v0.3.24
6162022-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`
6172022-10-03T04:17:18.203Z Compiling futures v0.3.24
6182022-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`
6192022-10-03T04:17:19.033Z Compiling tokio-util v0.6.8
6202022-10-03T04:17:19.040Z Compiling tokio-rustls v0.23.4
6212022-10-03T04:17:19.045Z Compiling tokio-tungstenite v0.17.2
6222022-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`
6232022-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`
6242022-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`
6252022-10-03T04:17:24.019Z Compiling serde_tokenstream v0.1.3
6262022-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`
6272022-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`
6282022-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`
6292022-10-03T04:17:24.340Z Compiling toml v0.5.9
6302022-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`
6312022-10-03T04:17:24.819Z Compiling chrono v0.4.22
6322022-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`
6332022-10-03T04:17:25.060Z Compiling uuid v1.1.2
6342022-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`
6352022-10-03T04:17:25.141Z Compiling serde_urlencoded v0.7.1
6362022-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`
6372022-10-03T04:17:25.622Z Compiling dropshot_endpoint v0.8.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
6382022-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`
6392022-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`
6402022-10-03T04:17:26.141Z Compiling h2 v0.3.9
6412022-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`
6422022-10-03T04:17:26.919Z Compiling slog-json v2.6.1
6432022-10-03T04:17:26.925Z Compiling openapiv3 v1.0.1
6442022-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`
6452022-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`
6462022-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`
6472022-10-03T04:17:30.097Z Compiling slog-bunyan v2.4.0
6482022-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`
6492022-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`
6502022-10-03T04:17:34.195Z Compiling hyper v0.14.20
6512022-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`
6522022-10-03T04:17:40.923Z Compiling hyper-staticfile v0.9.1
6532022-10-03T04:17:40.930Z Compiling hyper-rustls v0.23.0
6542022-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`
6552022-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`
6562022-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`
6572022-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`
6582022-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`
6592022-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`
6602022-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`
6612022-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`
6622022-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`
6632022-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`
6642022-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`
6652022-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`
6662022-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`
6672022-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`
6682022-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`
6692022-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`
6702022-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`
6712022-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`
6722022-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`
6732022-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`
6742022-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`
6752022-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`
6762022-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`
6772022-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`
6782022-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`
6792022-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`
6802022-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`
6812022-10-03T04:20:00.843Z Finished dev [unoptimized + debuginfo] target(s) in 4m 30s
6822022-10-03T04:20:00.937Z
6832022-10-03T04:20:00.943Zreal 4:30.864086942
6842022-10-03T04:20:00.949Zuser 23:00.374025378
6852022-10-03T04:20:00.956Zsys 3:20.378531866
6862022-10-03T04:20:00.961Ztrap 1.121371673
6872022-10-03T04:20:00.968Ztflt 3.909989307
6882022-10-03T04:20:00.974Zdflt 6.493948105
6892022-10-03T04:20:00.980Zkflt 0.039539485
6902022-10-03T04:20:00.987Zlock 51:50.185460517
6912022-10-03T04:20:00.994Zslp 1:18:14.935049280
6922022-10-03T04:20:01.000Zlat 1:08.978250951
6932022-10-03T04:20:01.007Zstop 33.088019817
6942022-10-03T04:20:01.012Z+ banner test
6952022-10-03T04:20:01.018Z
6962022-10-03T04:20:01.028Z ##### ###### #### #####
6972022-10-03T04:20:01.037Z # # # #
6982022-10-03T04:20:01.045Z # ##### #### #
6992022-10-03T04:20:01.050Z # # # #
7002022-10-03T04:20:01.056Z # # # # #
7012022-10-03T04:20:01.062Z # ###### #### #
7022022-10-03T04:20:01.069Z
7032022-10-03T04:20:01.074Z+ ptime -m cargo test --locked --verbose
7042022-10-03T04:20:01.300Z Fresh unicode-ident v1.0.0
7052022-10-03T04:20:01.306Z Fresh cfg-if v1.0.0
7062022-10-03T04:20:01.311Z Fresh itoa v1.0.1
7072022-10-03T04:20:01.317Z Fresh version_check v0.9.4
7082022-10-03T04:20:01.323Z Fresh once_cell v1.13.1
7092022-10-03T04:20:01.328Z Fresh autocfg v1.0.1
7102022-10-03T04:20:01.333Z Fresh pin-project-lite v0.2.7
7112022-10-03T04:20:01.339Z Fresh bytes v1.2.1
7122022-10-03T04:20:01.345Z Fresh cc v1.0.72
7132022-10-03T04:20:01.351Z Fresh smallvec v1.7.0
7142022-10-03T04:20:01.356Z Fresh scopeguard v1.1.0
7152022-10-03T04:20:01.363Z Fresh futures-sink v0.3.24
7162022-10-03T04:20:01.369Z Fresh lazy_static v1.4.0
7172022-10-03T04:20:01.375Z Fresh slab v0.4.5
7182022-10-03T04:20:01.380Z Fresh pin-utils v0.1.0
7192022-10-03T04:20:01.385Z Fresh base64 v0.13.0
7202022-10-03T04:20:01.391Z Fresh futures-io v0.3.24
7212022-10-03T04:20:01.400Z Fresh fnv v1.0.7
7222022-10-03T04:20:01.406Z Fresh untrusted v0.7.1
7232022-10-03T04:20:01.411Z Fresh matches v0.1.9
7242022-10-03T04:20:01.503Z Fresh spin v0.5.2
7252022-10-03T04:20:01.509Z Fresh num_threads v0.1.3
7262022-10-03T04:20:01.516Z Fresh time-macros v0.2.3
7272022-10-03T04:20:01.522Z Fresh hashbrown v0.12.1
7282022-10-03T04:20:01.528Z Fresh percent-encoding v2.2.0
7292022-10-03T04:20:01.534Z Fresh tinyvec_macros v0.1.0
7302022-10-03T04:20:01.539Z Fresh unicode-bidi v0.3.7
7312022-10-03T04:20:01.545Z Fresh paste v1.0.9
7322022-10-03T04:20:01.551Z Fresh ppv-lite86 v0.2.15
7332022-10-03T04:20:01.556Z Fresh cpufeatures v0.2.2
7342022-10-03T04:20:01.562Z Fresh try-lock v0.2.3
7352022-10-03T04:20:01.567Z Fresh httpdate v1.0.1
7362022-10-03T04:20:01.573Z Fresh tower-service v0.3.1
7372022-10-03T04:20:01.579Z Fresh match_cfg v0.1.0
7382022-10-03T04:20:01.585Z Fresh iana-time-zone v0.1.47
7392022-10-03T04:20:01.590Z Fresh regex-syntax v0.6.25
7402022-10-03T04:20:01.596Z Fresh byteorder v1.4.3
7412022-10-03T04:20:01.602Z Fresh take_mut v0.2.2
7422022-10-03T04:20:01.608Z Fresh openssl-probe v0.1.4
7432022-10-03T04:20:01.614Z Fresh dyn-clone v1.0.4
7442022-10-03T04:20:01.620Z Fresh mime v0.3.16
7452022-10-03T04:20:01.626Z Fresh unicode-width v0.1.9
7462022-10-03T04:20:01.631Z Fresh utf-8 v0.7.6
7472022-10-03T04:20:01.637Z Fresh termcolor v1.1.2
7482022-10-03T04:20:01.643Z Fresh http-range v0.1.4
7492022-10-03T04:20:01.651Z Fresh similar v2.1.0
7502022-10-03T04:20:01.656Z Fresh glob v0.3.0
7512022-10-03T04:20:01.662Z Fresh newline-converter v0.2.0
7522022-10-03T04:20:01.668Z Fresh fastrand v1.6.0
7532022-10-03T04:20:01.674Z Fresh remove_dir_all v0.5.3
7542022-10-03T04:20:01.681Z Fresh instant v0.1.11
7552022-10-03T04:20:01.687Z Fresh thread_local v1.1.4
7562022-10-03T04:20:01.693Z Fresh lock_api v0.4.5
7572022-10-03T04:20:01.698Z Fresh http v0.2.8
7582022-10-03T04:20:01.704Z Fresh tracing-core v0.1.21
7592022-10-03T04:20:01.710Z Fresh rustls-pemfile v0.2.1
7602022-10-03T04:20:01.715Z Fresh pem v1.1.0
7612022-10-03T04:20:01.721Z Fresh rustls-pemfile v1.0.1
7622022-10-03T04:20:01.727Z Fresh tinyvec v1.5.1
7632022-10-03T04:20:01.732Z Fresh form_urlencoded v1.0.1
7642022-10-03T04:20:01.738Z Fresh regex v1.5.5
7652022-10-03T04:20:01.743Z Fresh proc-macro2 v1.0.44
7662022-10-03T04:20:01.749Z Fresh libc v0.2.133
7672022-10-03T04:20:01.755Z Fresh log v0.4.14
7682022-10-03T04:20:01.762Z Fresh futures-core v0.3.24
7692022-10-03T04:20:01.767Z Fresh memchr v2.4.1
7702022-10-03T04:20:01.773Z Fresh futures-task v0.3.24
7712022-10-03T04:20:01.779Z Fresh typenum v1.14.0
7722022-10-03T04:20:01.785Z Fresh ryu v1.0.5
7732022-10-03T04:20:01.791Z Fresh httparse v1.6.0
7742022-10-03T04:20:01.797Z Fresh tracing v0.1.29
7752022-10-03T04:20:01.802Z Fresh http-body v0.4.3
7762022-10-03T04:20:01.808Z Fresh rustls-native-certs v0.6.1
7772022-10-03T04:20:01.814Z Fresh unicode-normalization v0.1.19
7782022-10-03T04:20:01.820Z Fresh slog v2.7.0
7792022-10-03T04:20:01.826Z Fresh crossbeam-utils v0.8.8
7802022-10-03T04:20:01.832Z Fresh quote v1.0.21
7812022-10-03T04:20:01.838Z Fresh parking_lot_core v0.8.5
7822022-10-03T04:20:01.958Z Fresh signal-hook-registry v1.4.0
7832022-10-03T04:20:01.966Z Fresh getrandom v0.2.3
7842022-10-03T04:20:01.972Z Fresh futures-channel v0.3.24
7852022-10-03T04:20:01.978Z Fresh mio v0.7.13
7862022-10-03T04:20:01.985Z Fresh num_cpus v1.13.0
7872022-10-03T04:20:01.991Z Fresh time v0.3.7
7882022-10-03T04:20:01.997Z Fresh socket2 v0.4.2
7892022-10-03T04:20:02.005Z Fresh dirs-sys-next v0.1.2
7902022-10-03T04:20:02.012Z Fresh want v0.3.0
7912022-10-03T04:20:02.019Z Fresh time v0.1.43
7922022-10-03T04:20:02.025Z Fresh atty v0.2.14
7932022-10-03T04:20:02.031Z Fresh terminal_size v0.1.17
7942022-10-03T04:20:02.037Z Fresh hostname v0.3.1
7952022-10-03T04:20:02.043Z Fresh tempfile v3.3.0
7962022-10-03T04:20:02.049Z Fresh subprocess v0.2.9
7972022-10-03T04:20:02.055Z Fresh generic-array v0.14.5
7982022-10-03T04:20:02.061Z Fresh ring v0.16.20
7992022-10-03T04:20:02.066Z Fresh unicase v2.6.0
8002022-10-03T04:20:02.072Z Fresh num-traits v0.2.14
8012022-10-03T04:20:02.078Z Fresh idna v0.2.3
8022022-10-03T04:20:02.084Z Fresh crossbeam-channel v0.5.1
8032022-10-03T04:20:02.090Z Fresh syn v1.0.100
8042022-10-03T04:20:02.096Z Fresh parking_lot v0.11.2
8052022-10-03T04:20:02.102Z Fresh rand_core v0.6.3
8062022-10-03T04:20:02.107Z Fresh yasna v0.5.0
8072022-10-03T04:20:02.113Z Fresh dirs-next v2.0.0
8082022-10-03T04:20:02.118Z Fresh console v0.15.0
8092022-10-03T04:20:02.124Z Fresh block-buffer v0.10.2
8102022-10-03T04:20:02.130Z Fresh crypto-common v0.1.6
8112022-10-03T04:20:02.136Z Fresh sct v0.7.0
8122022-10-03T04:20:02.144Z Fresh webpki v0.22.0
8132022-10-03T04:20:02.149Z Fresh url v2.2.2
8142022-10-03T04:20:02.155Z Fresh num-integer v0.1.44
8152022-10-03T04:20:02.161Z Fresh slog-async v2.7.0
8162022-10-03T04:20:02.168Z Fresh serde_derive v1.0.145
8172022-10-03T04:20:02.174Z Fresh futures-macro v0.3.24
8182022-10-03T04:20:02.180Z Fresh tokio-macros v1.7.0
8192022-10-03T04:20:02.186Z Fresh digest v0.10.5
8202022-10-03T04:20:02.192Z Fresh rand_chacha v0.3.1
8212022-10-03T04:20:02.198Z Fresh serde_derive_internals v0.26.0
8222022-10-03T04:20:02.204Z Fresh thiserror-impl v1.0.30
8232022-10-03T04:20:02.210Z Fresh term v0.7.0
8242022-10-03T04:20:02.231Z Fresh async-stream-impl v0.3.3
8252022-10-03T04:20:02.236Z Fresh async-trait v0.1.57
8262022-10-03T04:20:02.242Z Fresh rcgen v0.9.3
8272022-10-03T04:20:02.247Z Fresh expectorate v1.0.5
8282022-10-03T04:20:02.256Z Fresh schema-derive v0.0.1
8292022-10-03T04:20:02.261Z Fresh serde v1.0.145
8302022-10-03T04:20:02.267Z Fresh futures-util v0.3.24
8312022-10-03T04:20:02.272Z Fresh rustls v0.20.6
8322022-10-03T04:20:02.278Z Fresh tokio v1.16.1
8332022-10-03T04:20:02.284Z Fresh rand v0.8.4
8342022-10-03T04:20:02.289Z Fresh thiserror v1.0.30
8352022-10-03T04:20:02.294Z Fresh sha-1 v0.10.0
8362022-10-03T04:20:02.300Z Fresh schemars_derive v0.8.11
8372022-10-03T04:20:02.305Z Fresh sha1 v0.10.5
8382022-10-03T04:20:02.310Z Fresh slog-term v2.9.0
8392022-10-03T04:20:02.316Z Fresh async-stream v0.3.3
8402022-10-03T04:20:02.323Z Fresh indexmap v1.9.1
8412022-10-03T04:20:02.329Z Fresh serde_json v1.0.85
8422022-10-03T04:20:02.335Z Fresh tokio-util v0.6.8
8432022-10-03T04:20:02.340Z Fresh serde_tokenstream v0.1.3
8442022-10-03T04:20:02.346Z Fresh uuid v1.1.2
8452022-10-03T04:20:02.352Z Fresh tokio-rustls v0.23.4
8462022-10-03T04:20:02.358Z Fresh futures-executor v0.3.24
8472022-10-03T04:20:02.363Z Fresh toml v0.5.9
8482022-10-03T04:20:02.369Z Fresh chrono v0.4.22
8492022-10-03T04:20:02.375Z Fresh serde_urlencoded v0.7.1
8502022-10-03T04:20:02.381Z Fresh mime_guess v2.0.4
8512022-10-03T04:20:02.386Z Fresh schema v0.0.1
8522022-10-03T04:20:02.392Z Fresh tungstenite v0.17.3
8532022-10-03T04:20:02.397Z Fresh h2 v0.3.9
8542022-10-03T04:20:02.402Z Fresh slog-json v2.6.1
8552022-10-03T04:20:02.408Z Fresh futures v0.3.24
8562022-10-03T04:20:02.413Z Fresh openapiv3 v1.0.1
8572022-10-03T04:20:02.419Z Fresh schemars v0.8.11
8582022-10-03T04:20:02.425Z Fresh trybuild v1.0.65
8592022-10-03T04:20:02.430Z Fresh hyper v0.14.20
8602022-10-03T04:20:02.435Z Fresh slog-bunyan v2.4.0
8612022-10-03T04:20:02.442Z Fresh tokio-tungstenite v0.17.2
8622022-10-03T04:20:02.447Z Fresh dropshot_endpoint v0.8.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
8632022-10-03T04:20:02.453Z Fresh hyper-rustls v0.23.0
8642022-10-03T04:20:02.458Z Fresh hyper-staticfile v0.9.1
8652022-10-03T04:20:02.464Z Fresh dropshot v0.8.1-dev (/work/oxidecomputer/dropshot/dropshot)
8662022-10-03T04:20:02.470Z Finished test [unoptimized + debuginfo] target(s) in 0.27s
8672022-10-03T04:20:02.475Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-a17a3d48b74e23b6`
8682022-10-03T04:20:02.483Z
8692022-10-03T04:20:02.488Zrunning 95 tests
8702022-10-03T04:20:02.494Ztest api_description::test::test_empty_struct ... ok
8712022-10-03T04:20:02.499Ztest api_description::test::test_additional_properties ... ok
8722022-10-03T04:20:02.505Ztest api_description::test::test_badpath4 - should panic ... ok
8732022-10-03T04:20:02.510Ztest api_description::test::test_bad_schema - should panic ... ok
8742022-10-03T04:20:02.516Ztest api_description::test::test_badpath3 ... ok
8752022-10-03T04:20:02.523Ztest api_description::test::test_badpath1 ... ok
8762022-10-03T04:20:02.529Ztest api_description::test::test_badpath2 ... ok
8772022-10-03T04:20:02.534Ztest api_description::test::test_nullable ... ok
8782022-10-03T04:20:02.539Ztest api_description::test::test_dup_names ... ok
8792022-10-03T04:20:02.545Ztest api_description::test::test_tags_need_one ... ok
8802022-10-03T04:20:02.551Ztest api_description::test::test_tags_too_many ... ok
8812022-10-03T04:20:02.557Ztest api_description::test::test_tags_just_right ... ok
8822022-10-03T04:20:02.563Ztest api_description::test::test_two_bodies ... ok
8832022-10-03T04:20:02.569Ztest error::test::test_serialize_error_response_body ... ok
8842022-10-03T04:20:02.582Ztest api_description::test::test_two_types - should panic ... ok
8852022-10-03T04:20:02.587Ztest from_map::test::test_lone_literal ... ok
8862022-10-03T04:20:02.593Ztest from_map::test::test_deep ... ok
8872022-10-03T04:20:02.598Ztest from_map::test::test_missing_data2 ... ok
8882022-10-03T04:20:02.604Ztest from_map::test::test_missing_data1 ... ok
8892022-10-03T04:20:02.609Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
8902022-10-03T04:20:02.615Ztest api_description::test::test_garbage_barge_structure_conversion ... ok
8912022-10-03T04:20:02.622Ztest from_map::test::test_types ... ok
8922022-10-03T04:20:02.627Ztest handler::test::test_metadata_flattened ... ok
8932022-10-03T04:20:02.635Ztest handler::test::test_metadata_simple ... ok
8942022-10-03T04:20:02.640Ztest handler::test::test_metadata_pagination ... ok
8952022-10-03T04:20:02.646Ztest handler::test::test_metadata_flattened_enum ... ok
8962022-10-03T04:20:02.651Ztest logging::test::test_config_bad_terminal_no_level ... ok
8972022-10-03T04:20:02.657Ztest logging::test::test_config_bad_log_mode ... ok
8982022-10-03T04:20:02.663Ztest logging::test::test_config_bad_file_no_level ... ok
8992022-10-03T04:20:02.668Ztest logging::test::test_config_bad_terminal_bad_level ... ok
9002022-10-03T04:20:02.674Ztest logging::test::test_config_bad_file_no_file ... ok
9012022-10-03T04:20:02.679Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
9022022-10-03T04:20:02.685Ztest logging::test::test_config_bad_file_bad_path_type ... ok
9032022-10-03T04:20:02.690Ztest pagination::test::test_pagination_schema ... ok
9042022-10-03T04:20:02.696Ztest pagination::test::test_results_page ... ok
9052022-10-03T04:20:02.702Ztest router::test::test_bad_path_segment2 - should panic ... ok
9062022-10-03T04:20:02.708Ztest router::test::test_bad_path_segment1 - should panic ... ok
9072022-10-03T04:20:02.713Ztest pagination::test::test_pagparams_parsing ... ok
9082022-10-03T04:20:02.719Ztest pagination::test::test_page_token_serialization ... ok
9092022-10-03T04:20:02.725Ztest router::test::test_bad_path_segment3 - should panic ... ok
9102022-10-03T04:20:02.730Ztest logging::test::test_config_stderr_terminal ... ok
9112022-10-03T04:20:02.737Ztest router::test::test_bad_path_segment4 - should panic ... ok
9122022-10-03T04:20:02.743Ztest router::test::test_bogus_regex - should panic ... ok
9132022-10-03T04:20:02.749Ztest router::test::test_duplicate_route3 - should panic ... ok
9142022-10-03T04:20:02.755Ztest router::test::test_duplicate_route2 - should panic ... ok
9152022-10-03T04:20:02.760Ztest router::test::test_duplicate_route1 - should panic ... ok
9162022-10-03T04:20:02.766Ztest router::test::test_duplicate_varname - should panic ... ok
9172022-10-03T04:20:02.774Ztest router::test::test_embedded_non_variable ... ok
9182022-10-03T04:20:02.779Ztest router::test::test_empty_variable ... ok
9192022-10-03T04:20:02.784Ztest router::test::test_inconsistent_varname - should panic ... ok
9202022-10-03T04:20:02.790Ztest router::test::test_error_cases ... ok
9212022-10-03T04:20:02.796Ztest router::test::test_iter2 ... ok
9222022-10-03T04:20:02.802Ztest router::test::test_iter ... ok
9232022-10-03T04:20:02.807Ztest router::test::test_iter_null ... ok
9242022-10-03T04:20:02.828Ztest router::test::test_map ... ok
9252022-10-03T04:20:02.834Ztest router::test::test_literal_after_variable - should panic ... ok
9262022-10-03T04:20:02.839Ztest router::test::test_more_after_regex - should panic ... ok
9272022-10-03T04:20:02.845Ztest router::test::test_literal_after_regex - should panic ... ok
9282022-10-03T04:20:02.857Ztest router::test::test_map_bad_value ... ok
9292022-10-03T04:20:02.863Ztest router::test::test_map_bad_seq ... ok
9302022-10-03T04:20:02.868Ztest router::test::test_path_segment ... ok
9312022-10-03T04:20:02.878Ztest router::test::test_segments ... ok
9322022-10-03T04:20:02.883Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
9332022-10-03T04:20:02.889Ztest router::test::test_router_basic ... ok
9342022-10-03T04:20:02.895Ztest router::test::test_variable_after_literal - should panic ... ok
9352022-10-03T04:20:02.900Ztest router::test::test_variable_name_bad_end - should panic ... ok
9362022-10-03T04:20:02.906Ztest router::test::test_variable_name_bad_start - should panic ... ok
9372022-10-03T04:20:02.911Ztest api_description::test::test_tags_set ... ok
9382022-10-03T04:20:02.917Ztest router::test::test_variable_name_empty - should panic ... ok
9392022-10-03T04:20:02.923Ztest router::test::test_variable_rename ... ok
9402022-10-03T04:20:02.929Ztest router::test::test_variables_glob ... ok
9412022-10-03T04:20:02.936Ztest router::test::test_variables_basic ... ok
9422022-10-03T04:20:02.942Ztest router::test::test_variables_multi ... ok
9432022-10-03T04:20:02.947Ztest logging::test::test_config_file ... ok
9442022-10-03T04:20:03.077Ztest test_util::test::test_bunyan_easy_cases ... ok
9452022-10-03T04:20:03.083Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
9462022-10-03T04:20:03.089Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
9472022-10-03T04:20:03.095Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
9482022-10-03T04:20:03.101Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
9492022-10-03T04:20:03.108Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
9502022-10-03T04:20:03.114Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
9512022-10-03T04:20:03.120Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
9522022-10-03T04:20:03.126Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
9532022-10-03T04:20:03.134Ztest to_map::test::test_to_map_enum ... ok
9542022-10-03T04:20:03.140Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
9552022-10-03T04:20:03.145Ztest to_map::test::test_to_map_num ... ok
9562022-10-03T04:20:03.151Ztest to_map::test::test_to_map_valid ... ok
9572022-10-03T04:20:03.156Ztest to_map::test::test_to_map_seq ... ok
9582022-10-03T04:20:03.170Ztest to_map::test::test_to_map_vec ... ok
9592022-10-03T04:20:03.176Ztest type_util::tests::test_commented_ref ... ok
9602022-10-03T04:20:03.182Ztest type_util::tests::test_reflexive_type - should panic ... ok
9612022-10-03T04:20:03.190Ztest type_util::tests::test_recursive_type - should panic ... ok
9622022-10-03T04:20:03.196Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
9632022-10-03T04:20:03.201Ztest server::test::test_drop_server_without_close_okay ... ok
9642022-10-03T04:20:03.207Ztest server::test::test_server_run_then_close ... ok
9652022-10-03T04:20:03.213Z
9662022-10-03T04:20:03.219Ztest result: ok. 95 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
9672022-10-03T04:20:03.225Z
9682022-10-03T04:20:03.231Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-e2ecd22140caecd1`
9692022-10-03T04:20:03.237Z
9702022-10-03T04:20:03.243Zrunning 1 test
9712022-10-03T04:20:03.249Z Compiling proc-macro2 v1.0.44
9722022-10-03T04:20:03.255Z Compiling libc v0.2.133
9732022-10-03T04:20:03.261Z Compiling quote v1.0.21
9742022-10-03T04:20:03.267Z Compiling unicode-ident v1.0.0
9752022-10-03T04:20:03.276Z Compiling syn v1.0.100
9762022-10-03T04:20:03.284Z Checking cfg-if v1.0.0
9772022-10-03T04:20:03.291Z Compiling version_check v0.9.4
9782022-10-03T04:20:03.296Z Compiling serde_derive v1.0.145
9792022-10-03T04:20:03.303Z Compiling serde v1.0.145
9802022-10-03T04:20:03.310Z Checking itoa v1.0.1
9812022-10-03T04:20:03.620Z Checking once_cell v1.13.1
9822022-10-03T04:20:04.024Z Compiling autocfg v1.0.1
9832022-10-03T04:20:04.052Z Compiling log v0.4.14
9842022-10-03T04:20:04.193Z Compiling memchr v2.4.1
9852022-10-03T04:20:04.199Z Compiling futures-core v0.3.24
9862022-10-03T04:20:04.219Z Checking pin-project-lite v0.2.7
9872022-10-03T04:20:04.233Z Compiling parking_lot_core v0.8.5
9882022-10-03T04:20:04.337Z Checking bytes v1.2.1
9892022-10-03T04:20:04.502Z Checking scopeguard v1.1.0
9902022-10-03T04:20:04.881Z Compiling typenum v1.14.0
9912022-10-03T04:20:04.930Z Compiling cc v1.0.72
9922022-10-03T04:20:05.043Z Checking futures-sink v0.3.24
9932022-10-03T04:20:05.314Z Compiling futures-task v0.3.24
9942022-10-03T04:20:05.359Z Compiling futures-channel v0.3.24
9952022-10-03T04:20:05.375Z Checking smallvec v1.7.0
9962022-10-03T04:20:05.391Z Compiling futures-util v0.3.24
9972022-10-03T04:20:05.952Z Checking lazy_static v1.4.0
9982022-10-03T04:20:06.134Z Checking slab v0.4.5
9992022-10-03T04:20:06.140Z Checking pin-utils v0.1.0
10002022-10-03T04:20:06.192Z Checking base64 v0.13.0
10012022-10-03T04:20:06.249Z Checking futures-io v0.3.24
10022022-10-03T04:20:06.267Z Compiling ryu v1.0.5
10032022-10-03T04:20:06.428Z Checking fnv v1.0.7
10042022-10-03T04:20:06.434Z Checking matches v0.1.9
10052022-10-03T04:20:06.645Z Compiling httparse v1.6.0
10062022-10-03T04:20:06.651Z Checking untrusted v0.7.1
10072022-10-03T04:20:06.658Z Checking spin v0.5.2
10082022-10-03T04:20:06.697Z Compiling serde_json v1.0.85
10092022-10-03T04:20:07.016Z Compiling time-macros v0.2.3
10102022-10-03T04:20:07.022Z Checking num_threads v0.1.3
10112022-10-03T04:20:07.098Z Compiling slog v2.7.0
10122022-10-03T04:20:07.294Z Checking tinyvec_macros v0.1.0
10132022-10-03T04:20:07.541Z Checking percent-encoding v2.2.0
10142022-10-03T04:20:07.547Z Checking hashbrown v0.12.1
10152022-10-03T04:20:07.629Z Checking try-lock v0.2.3
10162022-10-03T04:20:07.669Z Checking cpufeatures v0.2.2
10172022-10-03T04:20:07.888Z Checking ppv-lite86 v0.2.15
10182022-10-03T04:20:07.902Z Compiling rustls v0.20.6
10192022-10-03T04:20:07.940Z Checking unicode-bidi v0.3.7
10202022-10-03T04:20:08.055Z Compiling crossbeam-utils v0.8.8
10212022-10-03T04:20:08.460Z Checking httpdate v1.0.1
10222022-10-03T04:20:08.503Z Checking tower-service v0.3.1
10232022-10-03T04:20:08.731Z Checking match_cfg v0.1.0
10242022-10-03T04:20:08.792Z Checking iana-time-zone v0.1.47
10252022-10-03T04:20:08.869Z Compiling async-trait v0.1.57
10262022-10-03T04:20:08.972Z Checking regex-syntax v0.6.25
10272022-10-03T04:20:08.981Z Compiling slog-async v2.7.0
10282022-10-03T04:20:09.114Z Compiling schemars v0.8.11
10292022-10-03T04:20:09.244Z Checking mime v0.3.16
10302022-10-03T04:20:09.303Z Checking openssl-probe v0.1.4
10312022-10-03T04:20:09.772Z Checking utf-8 v0.7.6
10322022-10-03T04:20:10.022Z Checking unicode-width v0.1.9
10332022-10-03T04:20:10.171Z Checking byteorder v1.4.3
10342022-10-03T04:20:10.287Z Checking take_mut v0.2.2
10352022-10-03T04:20:10.292Z Checking dyn-clone v1.0.4
10362022-10-03T04:20:10.351Z Checking newline-converter v0.2.0
10372022-10-03T04:20:10.418Z Checking http-range v0.1.4
10382022-10-03T04:20:10.578Z Checking remove_dir_all v0.5.3
10392022-10-03T04:20:10.637Z Checking similar v2.1.0
10402022-10-03T04:20:10.651Z Checking fastrand v1.6.0
10412022-10-03T04:20:10.888Z Compiling paste v1.0.9
10422022-10-03T04:20:10.898Z Checking instant v0.1.11
10432022-10-03T04:20:11.269Z Checking thread_local v1.1.4
10442022-10-03T04:20:11.716Z Checking lock_api v0.4.5
10452022-10-03T04:20:11.831Z Compiling generic-array v0.14.5
10462022-10-03T04:20:11.838Z Compiling unicase v2.6.0
10472022-10-03T04:20:11.844Z Compiling dropshot v0.8.1-dev (/work/oxidecomputer/dropshot/dropshot)
10482022-10-03T04:20:12.152Z Checking tracing-core v0.1.21
10492022-10-03T04:20:12.383Z Compiling indexmap v1.9.1
10502022-10-03T04:20:12.459Z Compiling num-traits v0.2.14
10512022-10-03T04:20:12.500Z Compiling num-integer v0.1.44
10522022-10-03T04:20:12.506Z Checking http v0.2.8
10532022-10-03T04:20:12.516Z Checking rustls-pemfile v0.2.1
10542022-10-03T04:20:12.589Z Checking rustls-pemfile v1.0.1
10552022-10-03T04:20:12.868Z Checking pem v1.1.0
10562022-10-03T04:20:13.117Z Checking tinyvec v1.5.1
10572022-10-03T04:20:13.178Z Checking form_urlencoded v1.0.1
10582022-10-03T04:20:13.533Z Compiling ring v0.16.20
10592022-10-03T04:20:14.812Z Checking regex v1.5.5
10602022-10-03T04:20:15.495Z Checking rustls-native-certs v0.6.1
10612022-10-03T04:20:15.695Z Checking tracing v0.1.29
10622022-10-03T04:20:16.515Z Checking want v0.3.0
10632022-10-03T04:20:16.917Z Checking getrandom v0.2.3
10642022-10-03T04:20:16.996Z Checking signal-hook-registry v1.4.0
10652022-10-03T04:20:17.186Z Checking mio v0.7.13
10662022-10-03T04:20:17.297Z Checking num_cpus v1.13.0
10672022-10-03T04:20:17.373Z Checking time v0.3.7
10682022-10-03T04:20:17.393Z Checking dirs-sys-next v0.1.2
10692022-10-03T04:20:17.423Z Checking socket2 v0.4.2
10702022-10-03T04:20:17.580Z Checking time v0.1.43
10712022-10-03T04:20:17.586Z Checking hostname v0.3.1
10722022-10-03T04:20:17.592Z Checking terminal_size v0.1.17
10732022-10-03T04:20:17.793Z Checking atty v0.2.14
10742022-10-03T04:20:17.858Z Checking tempfile v3.3.0
10752022-10-03T04:20:17.905Z Checking subprocess v0.2.9
10762022-10-03T04:20:18.227Z Checking http-body v0.4.3
10772022-10-03T04:20:18.460Z Checking unicode-normalization v0.1.19
10782022-10-03T04:20:18.963Z Checking crossbeam-channel v0.5.1
10792022-10-03T04:20:19.056Z Checking rand_core v0.6.3
10802022-10-03T04:20:19.399Z Checking parking_lot v0.11.2
10812022-10-03T04:20:19.531Z Checking dirs-next v2.0.0
10822022-10-03T04:20:19.669Z Checking console v0.15.0
10832022-10-03T04:20:20.135Z Compiling mime_guess v2.0.4
10842022-10-03T04:20:20.454Z Checking yasna v0.5.0
10852022-10-03T04:20:20.727Z Checking rand_chacha v0.3.1
10862022-10-03T04:20:20.967Z Checking term v0.7.0
10872022-10-03T04:20:21.602Z Checking expectorate v1.0.5
10882022-10-03T04:20:21.795Z Checking idna v0.2.3
10892022-10-03T04:20:22.037Z Checking rand v0.8.4
10902022-10-03T04:20:22.073Z Checking slog-term v2.9.0
10912022-10-03T04:20:22.184Z Checking crypto-common v0.1.6
10922022-10-03T04:20:22.579Z Checking block-buffer v0.10.2
10932022-10-03T04:20:22.973Z Checking digest v0.10.5
10942022-10-03T04:20:23.352Z Checking url v2.2.2
10952022-10-03T04:20:23.541Z Checking sha-1 v0.10.0
10962022-10-03T04:20:23.547Z Checking sha1 v0.10.5
10972022-10-03T04:20:26.498Z Checking sct v0.7.0
10982022-10-03T04:20:26.504Z Checking webpki v0.22.0
10992022-10-03T04:20:26.511Z Checking rcgen v0.9.3
11002022-10-03T04:20:29.556Z Compiling serde_derive_internals v0.26.0
11012022-10-03T04:20:36.336Z Compiling futures-macro v0.3.24
11022022-10-03T04:20:36.342Z Compiling tokio-macros v1.7.0
11032022-10-03T04:20:36.348Z Compiling thiserror-impl v1.0.30
11042022-10-03T04:20:36.354Z Compiling schemars_derive v0.8.11
11052022-10-03T04:20:36.360Z Compiling async-stream-impl v0.3.3
11062022-10-03T04:20:40.130Z Checking tokio v1.16.1
11072022-10-03T04:20:40.290Z Checking async-stream v0.3.3
11082022-10-03T04:20:44.225Z Checking thiserror v1.0.30
11092022-10-03T04:20:44.513Z Checking tungstenite v0.17.3
11102022-10-03T04:20:49.275Z Checking futures-executor v0.3.24
11112022-10-03T04:20:49.570Z Checking tokio-util v0.6.8
11122022-10-03T04:20:49.576Z Checking tokio-rustls v0.23.4
11132022-10-03T04:20:49.582Z Checking tokio-tungstenite v0.17.2
11142022-10-03T04:20:49.651Z Checking futures v0.3.24
11152022-10-03T04:20:54.796Z Checking chrono v0.4.22
11162022-10-03T04:20:54.803Z Checking uuid v1.1.2
11172022-10-03T04:20:54.809Z Checking serde_urlencoded v0.7.1
11182022-10-03T04:20:54.815Z Checking toml v0.5.9
11192022-10-03T04:20:56.025Z Compiling serde_tokenstream v0.1.3
11202022-10-03T04:20:56.089Z Checking h2 v0.3.9
11212022-10-03T04:20:56.818Z Compiling dropshot_endpoint v0.8.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
11222022-10-03T04:20:57.150Z Checking slog-json v2.6.1
11232022-10-03T04:20:57.156Z Checking openapiv3 v1.0.1
11242022-10-03T04:20:57.529Z Checking slog-bunyan v2.4.0
11252022-10-03T04:21:01.365Ztest fail has been running for over 60 seconds
11262022-10-03T04:21:01.500Z Checking hyper v0.14.20
11272022-10-03T04:21:06.344Z Checking hyper-staticfile v0.9.1
11282022-10-03T04:21:06.350Z Checking hyper-rustls v0.23.0
11292022-10-03T04:21:10.625Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/dropshot)
11302022-10-03T04:21:10.798Z Finished dev [unoptimized + debuginfo] target(s) in 1m 09s
11312022-10-03T04:21:10.833Z
11322022-10-03T04:21:10.838Z
11332022-10-03T04:21:11.896Ztest tests/fail/bad_endpoint1.rs ... ok
11342022-10-03T04:21:12.752Ztest tests/fail/bad_endpoint10.rs ... ok
11352022-10-03T04:21:13.394Ztest tests/fail/bad_endpoint11.rs ... ok
11362022-10-03T04:21:14.240Ztest tests/fail/bad_endpoint12.rs ... ok
11372022-10-03T04:21:15.036Ztest tests/fail/bad_endpoint13.rs ... ok
11382022-10-03T04:21:15.743Ztest tests/fail/bad_endpoint14.rs ... ok
11392022-10-03T04:21:16.722Ztest tests/fail/bad_endpoint15.rs ... ok
11402022-10-03T04:21:17.199Ztest tests/fail/bad_endpoint16.rs ... ok
11412022-10-03T04:21:17.838Ztest tests/fail/bad_endpoint2.rs ... ok
11422022-10-03T04:21:18.740Ztest tests/fail/bad_endpoint3.rs ... ok
11432022-10-03T04:21:19.592Ztest tests/fail/bad_endpoint4.rs ... ok
11442022-10-03T04:21:20.426Ztest tests/fail/bad_endpoint5.rs ... ok
11452022-10-03T04:21:21.267Ztest tests/fail/bad_endpoint6.rs ... ok
11462022-10-03T04:21:22.116Ztest tests/fail/bad_endpoint7.rs ... ok
11472022-10-03T04:21:22.772Ztest tests/fail/bad_endpoint8.rs ... ok
11482022-10-03T04:21:23.617Ztest tests/fail/bad_endpoint9.rs ... ok
11492022-10-03T04:21:24.293Ztest tests/fail/unused_endpoint.rs ... ok
11502022-10-03T04:21:24.298Z
11512022-10-03T04:21:24.304Z
11522022-10-03T04:21:24.310Ztest fail ... ok
11532022-10-03T04:21:24.315Z
11542022-10-03T04:21:24.321Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 82.93s
11552022-10-03T04:21:24.326Z
11562022-10-03T04:21:24.332Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_config-b1542cd06aaf706c`
11572022-10-03T04:21:24.338Z
11582022-10-03T04:21:24.343Zrunning 11 tests
11592022-10-03T04:21:24.350Ztest test_config_bad_request_body_max_bytes_too_large ... ok
11602022-10-03T04:21:24.356Ztest test_config_bad_bind_address_port_too_small ... ok
11612022-10-03T04:21:24.361Ztest test_config_bad_request_body_max_bytes_negative ... ok
11622022-10-03T04:21:24.367Ztest test_config_bad_key_file_garbage ... ok
11632022-10-03T04:21:24.375Ztest test_config_bad_bind_address_port_too_large ... ok
11642022-10-03T04:21:24.381Ztest test_config_bad_tls_garbage ... ok
11652022-10-03T04:21:24.386Ztest test_config_bad_bind_address_garbage ... ok
11662022-10-03T04:21:24.392Ztest test_config_bad_cert_file_garbage ... ok
11672022-10-03T04:21:24.398Ztest test_config_bad_tls_incomplete ... ok
11682022-10-03T04:21:24.403Ztest test_config_bind_address_http ... ok
11692022-10-03T04:21:24.520Ztest test_config_bind_address_https ... ok
11702022-10-03T04:21:24.526Z
11712022-10-03T04:21:24.531Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
11722022-10-03T04:21:24.537Z
11732022-10-03T04:21:24.543Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_demo-83739cb2f7654ed4`
11742022-10-03T04:21:24.548Z
11752022-10-03T04:21:24.554Zrunning 12 tests
11762022-10-03T04:21:24.560Ztest test_demo_path_param_u32 ... ok
11772022-10-03T04:21:24.566Ztest test_demo1 ... ok
11782022-10-03T04:21:24.572Ztest test_delete_request ... ok
11792022-10-03T04:21:24.578Ztest test_demo_websocket ... ok
11802022-10-03T04:21:24.584Ztest test_demo_path_param_uuid ... ok
11812022-10-03T04:21:24.589Ztest test_demo2json ... ok
11822022-10-03T04:21:24.595Ztest test_header_request ... ok
11832022-10-03T04:21:24.600Ztest test_demo3json ... ok
11842022-10-03T04:21:24.607Ztest test_demo2query ... ok
11852022-10-03T04:21:24.613Ztest test_demo2urlencoded ... ok
11862022-10-03T04:21:24.618Ztest test_demo_path_param_string ... ok
11872022-10-03T04:21:24.624Ztest test_untyped_body ... ok
11882022-10-03T04:21:24.630Z
11892022-10-03T04:21:24.635Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
11902022-10-03T04:21:24.641Z
11912022-10-03T04:21:24.646Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_openapi-4a2a2506da753d08`
11922022-10-03T04:21:24.652Z
11932022-10-03T04:21:24.658Zrunning 2 tests
11942022-10-03T04:21:24.664Ztest test_openapi ... ok
11952022-10-03T04:21:24.669Ztest test_openapi_fuller ... ok
11962022-10-03T04:21:24.675Z
11972022-10-03T04:21:24.681Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
11982022-10-03T04:21:24.686Z
11992022-10-03T04:21:24.692Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination-f88cdba308c40d36`
12002022-10-03T04:21:24.697Z
12012022-10-03T04:21:24.703Zrunning 9 tests
12022022-10-03T04:21:24.708Ztest test_paginate_empty ... ok
12032022-10-03T04:21:24.714Ztest test_paginate_extra_params ... ok
12042022-10-03T04:21:24.720Ztest test_paginate_errors ... ok
12052022-10-03T04:21:24.725Ztest test_paginate_with_required_params ... ok
12062022-10-03T04:21:24.731Ztest test_paginate_basic ... ok
12072022-10-03T04:21:26.218Ztest test_example_basic ... ok
12082022-10-03T04:21:27.010Ztest test_paginate_dictionary ... ok
12092022-10-03T04:21:31.641Ztest test_example_multiple_resources ... ok
12102022-10-03T04:21:34.550Ztest test_example_multiple_sorts ... FAILED
12112022-10-03T04:21:34.557Z
12122022-10-03T04:21:34.563Zfailures:
12132022-10-03T04:21:34.568Z
12142022-10-03T04:21:34.576Z---- test_example_multiple_sorts stdout ----
12152022-10-03T04:21:34.582Zlog file: "/tmp/test_pagination-f88cdba308c40d36-pagination-multiple-sorts.2271.1.log"
12162022-10-03T04:21:34.588Znote: configured to log to "/tmp/test_pagination-f88cdba308c40d36-pagination-multiple-sorts.2271.1.log"
12172022-10-03T04:21:34.594Zthread '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
12182022-10-03T04:21:34.599Znote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
12192022-10-03T04:21:34.605Z
12202022-10-03T04:21:34.612Z
12212022-10-03T04:21:34.618Zfailures:
12222022-10-03T04:21:34.624Z test_example_multiple_sorts
12232022-10-03T04:21:34.630Z
12242022-10-03T04:21:34.635Ztest result: FAILED. 8 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.06s
12252022-10-03T04:21:34.648Z
12262022-10-03T04:21:34.654Zerror: test failed, to rerun pass '-p dropshot --test test_pagination'
12272022-10-03T04:21:34.660Z
12282022-10-03T04:21:34.666Zreal 1:33.559956968
12292022-10-03T04:21:34.671Zuser 5:00.345293665
12302022-10-03T04:21:34.677Zsys 1:10.018347843
12312022-10-03T04:21:34.683Ztrap 0.191459126
12322022-10-03T04:21:34.688Ztflt 0.289794852
12332022-10-03T04:21:34.694Zdflt 0.992009130
12342022-10-03T04:21:34.699Zkflt 0.000107572
12352022-10-03T04:21:34.704Zlock 11:11.436160409
12362022-10-03T04:21:34.710Zslp 16:46.862645620
12372022-10-03T04:21:34.716Zlat 16.008489724
12382022-10-03T04:21:34.722Zstop 7.440097948
12392022-10-03T04:21:34.729Zprocess exited: duration 387019 ms, exit code 101
 
12402022-10-03T04:21:34.768Zfound 0 output files