01HSKJ5YKHD8K0JFN59CT1056J: build-and-test / illumos

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

Buildomat Job: 01HSKJ66PEZGHKC2YQDKQYC5BJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-22T17:11:10.193Zjob assigned to worker 01HSKJ6DFPRW58D787ADRPKGVG (queued for 2 m 12 s)
 
22024-03-22T17:11:17.959Zstarting task 0: "setup"
32024-03-22T17:11:18.061Z++ uname -s
42024-03-22T17:11:18.067Z+ kern=SunOS
52024-03-22T17:11:18.067Z+ case "$kern" in
62024-03-22T17:11:18.067Z+ groupadd -g 12345 build
72024-03-22T17:11:18.141Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-22T17:11:20.161Z+ zfs create -o mountpoint=/work rpool/work
92024-03-22T17:11:21.062Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-22T17:11:21.080Z+ home_fs=zfs
112024-03-22T17:11:21.081Z+ [[ zfs == autofs ]]
122024-03-22T17:11:21.081Z+ mkdir -p /home/build
132024-03-22T17:11:21.081Z+ chown build:build /home/build /work
142024-03-22T17:11:22.061Z+ chmod 0700 /home/build /work
152024-03-22T17:11:22.064Zprocess exited: duration 4104 ms, exit code 0
 
162024-03-22T17:11:22.072Zstarting task 1: "rust-toolchain"
172024-03-22T17:11:22.081Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-22T17:11:22.084Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-03-22T17:11:22.193Zinfo: downloading installer
202024-03-22T17:11:24.222Zwarning: it looks like you have an existing installation of Rust at:
212024-03-22T17:11:24.222Zwarning: /opt/ooce/bin
222024-03-22T17:11:24.222Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-22T17:11:24.222Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-22T17:11:24.222Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-22T17:11:24.222Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-22T17:11:24.222Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-22T17:11:24.222Zerror: cannot install while Rust is installed
282024-03-22T17:11:24.222Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-22T17:11:24.687Zinfo: profile set to 'default'
302024-03-22T17:11:24.688Zinfo: default host triple is x86_64-unknown-illumos
312024-03-22T17:11:24.705Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-03-22T17:11:24.847Zinfo: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17)
332024-03-22T17:11:24.847Zinfo: downloading component 'cargo'
342024-03-22T17:11:25.782Zinfo: downloading component 'clippy'
352024-03-22T17:11:26.087Zinfo: downloading component 'rust-docs'
362024-03-22T17:11:27.349Zinfo: downloading component 'rust-std'
372024-03-22T17:11:29.374Zinfo: downloading component 'rustc'
382024-03-22T17:11:34.389Zinfo: downloading component 'rustfmt'
392024-03-22T17:11:34.665Zinfo: installing component 'cargo'
402024-03-22T17:11:35.473Zinfo: installing component 'clippy'
412024-03-22T17:11:35.807Zinfo: installing component 'rust-docs'
422024-03-22T17:11:37.334Zinfo: installing component 'rust-std'
432024-03-22T17:11:39.076Zinfo: installing component 'rustc'
442024-03-22T17:11:43.218Zinfo: installing component 'rustfmt'
452024-03-22T17:11:43.568Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-03-22T17:11:43.568Z
472024-03-22T17:11:43.830Z stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17)
482024-03-22T17:11:43.830Z
492024-03-22T17:11:43.835Z
502024-03-22T17:11:43.835ZRust is installed now. Great!
512024-03-22T17:11:43.835Z
522024-03-22T17:11:43.835ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-22T17:11:43.836Zenvironment variable. This has not been done automatically.
542024-03-22T17:11:43.836Z
552024-03-22T17:11:43.836ZTo configure your current shell, you need to source
562024-03-22T17:11:43.836Zthe corresponding env file under $HOME/.cargo.
572024-03-22T17:11:43.836Z
582024-03-22T17:11:43.836ZThis is usually done by running one of the following (note the leading DOT):
592024-03-22T17:11:43.836Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-22T17:11:43.836Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-22T17:11:43.984Z+ rustc --version
622024-03-22T17:11:44.049Zrustc 1.77.0 (aedd173a2 2024-03-17)
632024-03-22T17:11:44.473Zprocess exited: duration 21968 ms, exit code 0
 
642024-03-22T17:11:44.501Zstarting task 2: "authentication"
652024-03-22T17:11:44.537Zprocess exited: duration 40 ms, exit code 0
 
662024-03-22T17:11:44.551Zstarting task 3: "clone repository"
672024-03-22T17:11:44.556Z+ mkdir -p /work/oxidecomputer/dropshot
682024-03-22T17:11:44.556Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
692024-03-22T17:11:45.150ZCloning into '/work/oxidecomputer/dropshot'...
702024-03-22T17:11:54.961Z+ cd /work/oxidecomputer/dropshot
712024-03-22T17:11:54.961Z+ git fetch origin 61c0c856cf8180aed3b3ce29b824c179a7779299
722024-03-22T17:11:55.252ZFrom https://github.com/oxidecomputer/dropshot
732024-03-22T17:11:55.252Z * branch 61c0c856cf8180aed3b3ce29b824c179a7779299 -> FETCH_HEAD
742024-03-22T17:11:55.259Z+ [[ -n dependabot/cargo/base64-0.22.0 ]]
752024-03-22T17:11:55.263Z++ git branch --show-current
762024-03-22T17:11:55.263Z+ current=main
772024-03-22T17:11:55.263Z+ [[ main != dependabot/cargo/base64-0.22.0 ]]
782024-03-22T17:11:55.263Z+ git branch -f dependabot/cargo/base64-0.22.0 61c0c856cf8180aed3b3ce29b824c179a7779299
792024-03-22T17:11:55.267Z+ git checkout -f dependabot/cargo/base64-0.22.0
802024-03-22T17:11:55.280ZSwitched to branch 'dependabot/cargo/base64-0.22.0'
812024-03-22T17:11:55.284Z+ git reset --hard 61c0c856cf8180aed3b3ce29b824c179a7779299
822024-03-22T17:11:55.299ZHEAD is now at 61c0c85 update error output
832024-03-22T17:11:55.304Zprocess exited: duration 10744 ms, exit code 0
 
842024-03-22T17:11:55.315Zstarting task 4: "build"
852024-03-22T17:11:55.319Z+ cargo --version
862024-03-22T17:11:55.324Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-03-22T17:11:55.467Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-03-22T17:11:55.467Zinfo: downloading component 'cargo'
892024-03-22T17:11:56.135Zinfo: downloading component 'clippy'
902024-03-22T17:11:56.338Zinfo: downloading component 'rust-docs'
912024-03-22T17:11:57.166Zinfo: downloading component 'rust-std'
922024-03-22T17:11:58.511Zinfo: downloading component 'rustc'
932024-03-22T17:12:01.829Zinfo: downloading component 'rustfmt'
942024-03-22T17:12:02.010Zinfo: installing component 'cargo'
952024-03-22T17:12:03.325Zinfo: installing component 'clippy'
962024-03-22T17:12:03.335Zinfo: installing component 'rust-docs'
972024-03-22T17:12:04.684Zinfo: installing component 'rust-std'
982024-03-22T17:12:06.534Zinfo: installing component 'rustc'
992024-03-22T17:12:10.483Zinfo: installing component 'rustfmt'
1002024-03-22T17:12:10.872Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-03-22T17:12:10.875Z+ rustc --version
1022024-03-22T17:12:10.938Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-03-22T17:12:10.943Z+ banner build
1042024-03-22T17:12:10.947Z
1052024-03-22T17:12:10.947Z ##### # # # # #####
1062024-03-22T17:12:10.947Z # # # # # # # #
1072024-03-22T17:12:10.947Z ##### # # # # # #
1082024-03-22T17:12:10.947Z # # # # # # # #
1092024-03-22T17:12:10.947Z # # # # # # # #
1102024-03-22T17:12:10.947Z ##### #### # ###### #####
1112024-03-22T17:12:10.947Z
1122024-03-22T17:12:10.951Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1132024-03-22T17:12:11.181Z Updating crates.io index
1142024-03-22T17:12:11.834Z Downloading crates ...
1152024-03-22T17:12:11.906Z Downloaded async-trait v0.1.78
1162024-03-22T17:12:11.916Z Downloaded bitflags v2.4.0
1172024-03-22T17:12:11.930Z Downloaded async-stream-impl v0.3.5
1182024-03-22T17:12:11.933Z Downloaded dtrace-parser v0.2.0
1192024-03-22T17:12:11.940Z Downloaded cfg-if v1.0.0
1202024-03-22T17:12:11.943Z Downloaded crypto-common v0.1.6
1212024-03-22T17:12:11.943Z Downloaded block-buffer v0.10.2
1222024-03-22T17:12:11.943Z Downloaded atomic-waker v1.1.1
1232024-03-22T17:12:11.947Z Downloaded dirs-sys-next v0.1.2
1242024-03-22T17:12:11.947Z Downloaded proc-macro2 v1.0.79
1252024-03-22T17:12:11.952Z Downloaded digest v0.10.7
1262024-03-22T17:12:11.952Z Downloaded dof v0.3.0
1272024-03-22T17:12:11.955Z Downloaded async-channel v2.2.0
1282024-03-22T17:12:11.955Z Downloaded camino v1.1.6
1292024-03-22T17:12:11.955Z Downloaded deranged v0.3.11
1302024-03-22T17:12:11.959Z Downloaded data-encoding v2.4.0
1312024-03-22T17:12:11.959Z Downloaded concurrent-queue v2.2.0
1322024-03-22T17:12:11.959Z Downloaded rand_chacha v0.3.1
1332024-03-22T17:12:11.962Z Downloaded dirs-next v2.0.0
1342024-03-22T17:12:11.962Z Downloaded debug-ignore v1.0.5
1352024-03-22T17:12:11.965Z Downloaded rustls-webpki v0.102.1
1362024-03-22T17:12:11.984Z Downloaded serde_tokenstream v0.2.0
1372024-03-22T17:12:11.991Z Downloaded scopeguard v1.1.0
1382024-03-22T17:12:11.995Z Downloaded schemars v0.8.16
1392024-03-22T17:12:12.001Z Downloaded time-core v0.1.2
1402024-03-22T17:12:12.008Z Downloaded scroll_derive v0.12.0
1412024-03-22T17:12:12.008Z Downloaded newline-converter v0.3.0
1422024-03-22T17:12:12.008Z Downloaded rustls-pki-types v1.3.1
1432024-03-22T17:12:12.008Z Downloaded serde_urlencoded v0.7.1
1442024-03-22T17:12:12.008Z Downloaded schema v0.1.0
1452024-03-22T17:12:12.008Z Downloaded rustls-pemfile v2.1.1
1462024-03-22T17:12:12.012Z Downloaded unicase v2.6.0
1472024-03-22T17:12:12.012Z Downloaded openssl-probe v0.1.4
1482024-03-22T17:12:12.018Z Downloaded base64 v0.22.0
1492024-03-22T17:12:12.018Z Downloaded equivalent v1.0.0
1502024-03-22T17:12:12.018Z Downloaded serde_path_to_error v0.1.16
1512024-03-22T17:12:12.022Z Downloaded tinyvec_macros v0.1.0
1522024-03-22T17:12:12.022Z Downloaded lazy_static v1.4.0
1532024-03-22T17:12:12.030Z Downloaded is-terminal v0.4.12
1542024-03-22T17:12:12.030Z Downloaded take_mut v0.2.2
1552024-03-22T17:12:12.030Z Downloaded scroll v0.12.0
1562024-03-22T17:12:12.030Z Downloaded thread_local v1.1.4
1572024-03-22T17:12:12.030Z Downloaded utf-8 v0.7.6
1582024-03-22T17:12:12.034Z Downloaded tower-service v0.3.1
1592024-03-22T17:12:12.034Z Downloaded ppv-lite86 v0.2.15
1602024-03-22T17:12:12.034Z Downloaded matches v0.1.9
1612024-03-22T17:12:12.034Z Downloaded hostname v0.3.1
1622024-03-22T17:12:12.035Z Downloaded futures-sink v0.3.30
1632024-03-22T17:12:12.035Z Downloaded http-range v0.1.4
1642024-03-22T17:12:12.039Z Downloaded try-lock v0.2.3
1652024-03-22T17:12:12.039Z Downloaded want v0.3.0
1662024-03-22T17:12:12.039Z Downloaded rand_core v0.6.3
1672024-03-22T17:12:12.039Z Downloaded futures-macro v0.3.30
1682024-03-22T17:12:12.043Z Downloaded quote v1.0.35
1692024-03-22T17:12:12.043Z Downloaded match_cfg v0.1.0
1702024-03-22T17:12:12.043Z Downloaded futures-task v0.3.30
1712024-03-22T17:12:12.047Z Downloaded usdt-attr-macro v0.5.0
1722024-03-22T17:12:12.047Z Downloaded futures-executor v0.3.30
1732024-03-22T17:12:12.047Z Downloaded errno v0.3.8
1742024-03-22T17:12:12.051Z Downloaded pretty-hex v0.4.1
1752024-03-22T17:12:12.051Z Downloaded crossbeam-utils v0.8.15
1762024-03-22T17:12:12.056Z Downloaded waitgroup v0.1.2
1772024-03-22T17:12:12.056Z Downloaded schemars_derive v0.8.16
1782024-03-22T17:12:12.056Z Downloaded serde_spanned v0.6.5
1792024-03-22T17:12:12.056Z Downloaded thread-id v4.0.0
1802024-03-22T17:12:12.060Z Downloaded mime v0.3.16
1812024-03-22T17:12:12.060Z Downloaded form_urlencoded v1.2.1
1822024-03-22T17:12:12.060Z Downloaded fnv v1.0.7
1832024-03-22T17:12:12.060Z Downloaded percent-encoding v2.3.1
1842024-03-22T17:12:12.064Z Downloaded serde_derive v1.0.197
1852024-03-22T17:12:12.064Z Downloaded rand v0.8.4
1862024-03-22T17:12:12.068Z Downloaded log v0.4.17
1872024-03-22T17:12:12.072Z Downloaded toml_datetime v0.6.5
1882024-03-22T17:12:12.072Z Downloaded subtle v2.5.0
1892024-03-22T17:12:12.085Z Downloaded termcolor v1.1.2
1902024-03-22T17:12:12.085Z Downloaded pest_generator v2.7.6
1912024-03-22T17:12:12.086Z Downloaded httparse v1.8.0
1922024-03-22T17:12:12.086Z Downloaded futures-io v0.3.30
1932024-03-22T17:12:12.097Z Downloaded num_cpus v1.13.0
1942024-03-22T17:12:12.097Z Downloaded plain v0.2.3
1952024-03-22T17:12:12.097Z Downloaded pin-utils v0.1.0
1962024-03-22T17:12:12.097Z Downloaded unicode-width v0.1.9
1972024-03-22T17:12:12.097Z Downloaded zeroize v1.7.0
1982024-03-22T17:12:12.097Z Downloaded pin-project-lite v0.2.12
1992024-03-22T17:12:12.097Z Downloaded usdt-macro v0.5.0
2002024-03-22T17:12:12.097Z Downloaded usdt v0.5.0
2012024-03-22T17:12:12.097Z Downloaded untrusted v0.9.0
2022024-03-22T17:12:12.103Z Downloaded slog-json v2.6.1
2032024-03-22T17:12:12.106Z Downloaded version_check v0.9.4
2042024-03-22T17:12:12.106Z Downloaded slog-bunyan v2.5.0
2052024-03-22T17:12:12.110Z Downloaded signal-hook-registry v1.4.0
2062024-03-22T17:12:12.110Z Downloaded hyper-rustls v0.25.0
2072024-03-22T17:12:12.116Z Downloaded once_cell v1.13.1
2082024-03-22T17:12:12.116Z Downloaded serde_derive_internals v0.26.0
2092024-03-22T17:12:12.120Z Downloaded mime_guess v2.0.4
2102024-03-22T17:12:12.120Z Downloaded hyper-staticfile v0.9.5
2112024-03-22T17:12:12.120Z Downloaded powerfmt v0.2.0
2122024-03-22T17:12:12.120Z Downloaded pest_derive v2.7.6
2132024-03-22T17:12:12.123Z Downloaded schema-derive v0.1.0
2142024-03-22T17:12:12.123Z Downloaded rcgen v0.12.1
2152024-03-22T17:12:12.127Z Downloaded getrandom v0.2.11
2162024-03-22T17:12:12.130Z Downloaded parking_lot v0.12.1
2172024-03-22T17:12:12.133Z Downloaded unicode-ident v1.0.0
2182024-03-22T17:12:12.133Z Downloaded term v0.7.0
2192024-03-22T17:12:12.137Z Downloaded tempfile v3.10.1
2202024-03-22T17:12:12.141Z Downloaded unicode-bidi v0.3.7
2212024-03-22T17:12:12.144Z Downloaded tokio-tungstenite v0.21.0
2222024-03-22T17:12:12.145Z Downloaded time-macros v0.2.16
2232024-03-22T17:12:12.148Z Downloaded yasna v0.5.2
2242024-03-22T17:12:12.152Z Downloaded smallvec v1.7.0
2252024-03-22T17:12:12.152Z Downloaded futures v0.3.30
2262024-03-22T17:12:12.155Z Downloaded tracing-core v0.1.32
2272024-03-22T17:12:12.160Z Downloaded typenum v1.14.0
2282024-03-22T17:12:12.166Z Downloaded uuid v1.7.0
2292024-03-22T17:12:12.166Z Downloaded tokio-rustls v0.25.0
2302024-03-22T17:12:12.166Z Downloaded trybuild v1.0.90
2312024-03-22T17:12:12.170Z Downloaded num-traits v0.2.14
2322024-03-22T17:12:12.174Z Downloaded zerocopy-derive v0.7.32
2332024-03-22T17:12:12.177Z Downloaded ucd-trie v0.1.6
2342024-03-22T17:12:12.182Z Downloaded expectorate v1.1.0
2352024-03-22T17:12:12.182Z Downloaded toml v0.8.11
2362024-03-22T17:12:12.185Z Downloaded socket2 v0.4.9
2372024-03-22T17:12:12.186Z Downloaded similar v2.2.1
2382024-03-22T17:12:12.190Z Downloaded url v2.2.2
2392024-03-22T17:12:12.195Z Downloaded slog v2.7.0
2402024-03-22T17:12:12.199Z Downloaded http v1.0.0
2412024-03-22T17:12:12.203Z Downloaded serde v1.0.197
2422024-03-22T17:12:12.210Z Downloaded indexmap v2.2.5
2432024-03-22T17:12:12.213Z Downloaded unicode-segmentation v1.10.0
2442024-03-22T17:12:12.213Z Downloaded tungstenite v0.21.0
2452024-03-22T17:12:12.217Z Downloaded socket2 v0.5.5
2462024-03-22T17:12:12.217Z Downloaded toml_edit v0.22.7
2472024-03-22T17:12:12.239Z Downloaded unicode-normalization v0.1.19
2482024-03-22T17:12:12.243Z Downloaded tokio-util v0.7.7
2492024-03-22T17:12:12.248Z Downloaded pest v2.7.6
2502024-03-22T17:12:12.253Z Downloaded goblin v0.8.0
2512024-03-22T17:12:12.259Z Downloaded time v0.3.31
2522024-03-22T17:12:12.266Z Downloaded zerocopy v0.7.32
2532024-03-22T17:12:12.284Z Downloaded winnow v0.6.5
2542024-03-22T17:12:12.292Z Downloaded idna v0.2.3
2552024-03-22T17:12:12.298Z Downloaded hyper v0.14.27
2562024-03-22T17:12:12.306Z Downloaded h2 v0.3.24
2572024-03-22T17:12:12.313Z Downloaded syn v2.0.52
2582024-03-22T17:12:12.323Z Downloaded syn v1.0.109
2592024-03-22T17:12:12.334Z Downloaded rustls v0.22.2
2602024-03-22T17:12:12.348Z Downloaded rustix v0.38.31
2612024-03-22T17:12:12.371Z Downloaded openapiv3 v2.0.0
2622024-03-22T17:12:12.382Z Downloaded libc v0.2.153
2632024-03-22T17:12:12.409Z Downloaded tokio v1.36.0
2642024-03-22T17:12:12.444Z Downloaded encoding_rs v0.8.32
2652024-03-22T17:12:12.464Z Downloaded serde_json v1.0.114
2662024-03-22T17:12:12.470Z Downloaded futures-util v0.3.30
2672024-03-22T17:12:12.481Z Downloaded chrono v0.4.34
2682024-03-22T17:12:12.488Z Downloaded tracing v0.1.40
2692024-03-22T17:12:12.495Z Downloaded mio v0.8.11
2702024-03-22T17:12:12.499Z Downloaded http v0.2.9
2712024-03-22T17:12:12.504Z Downloaded hashbrown v0.14.1
2722024-03-22T17:12:12.510Z Downloaded tinyvec v1.5.1
2732024-03-22T17:12:12.510Z Downloaded memchr v2.6.0
2742024-03-22T17:12:12.515Z Downloaded subprocess v0.2.9
2752024-03-22T17:12:12.515Z Downloaded ryu v1.0.5
2762024-03-22T17:12:12.519Z Downloaded thiserror-impl v1.0.56
2772024-03-22T17:12:12.519Z Downloaded slog-term v2.9.1
2782024-03-22T17:12:12.522Z Downloaded sha2 v0.10.8
2792024-03-22T17:12:12.526Z Downloaded pest_meta v2.7.6
2802024-03-22T17:12:12.526Z Downloaded parking_lot_core v0.9.4
2812024-03-22T17:12:12.530Z Downloaded spin v0.9.8
2822024-03-22T17:12:12.530Z Downloaded rustls-native-certs v0.7.0
2832024-03-22T17:12:12.534Z Downloaded lock_api v0.4.6
2842024-03-22T17:12:12.534Z Downloaded httpdate v1.0.1
2852024-03-22T17:12:12.534Z Downloaded usdt-impl v0.5.0
2862024-03-22T17:12:12.534Z Downloaded tokio-macros v2.2.0
2872024-03-22T17:12:12.539Z Downloaded thiserror v1.0.56
2882024-03-22T17:12:12.542Z Downloaded slog-async v2.8.0
2892024-03-22T17:12:12.542Z Downloaded sha1 v0.10.6
2902024-03-22T17:12:12.542Z Downloaded slab v0.4.5
2912024-03-22T17:12:12.554Z Downloaded multer v3.0.0
2922024-03-22T17:12:12.554Z Downloaded generic-array v0.14.5
2932024-03-22T17:12:12.558Z Downloaded futures-channel v0.3.30
2942024-03-22T17:12:12.558Z Downloaded event-listener v5.0.0
2952024-03-22T17:12:12.559Z Downloaded pem v3.0.3
2962024-03-22T17:12:12.559Z Downloaded paste v1.0.14
2972024-03-22T17:12:12.559Z Downloaded parking v2.2.0
2982024-03-22T17:12:12.559Z Downloaded num_threads v0.1.3
2992024-03-22T17:12:12.559Z Downloaded memmap v0.7.0
3002024-03-22T17:12:12.559Z Downloaded iana-time-zone v0.1.47
3012024-03-22T17:12:12.562Z Downloaded glob v0.3.0
3022024-03-22T17:12:12.562Z Downloaded itoa v1.0.1
3032024-03-22T17:12:12.562Z Downloaded http-body v0.4.3
3042024-03-22T17:12:12.562Z Downloaded futures-core v0.3.30
3052024-03-22T17:12:12.568Z Downloaded event-listener-strategy v0.5.0
3062024-03-22T17:12:12.568Z Downloaded dyn-clone v1.0.4
3072024-03-22T17:12:12.568Z Downloaded fastrand v2.0.1
3082024-03-22T17:12:12.599Z Downloaded crossbeam-channel v0.5.1
3092024-03-22T17:12:12.599Z Downloaded bytes v1.5.0
3102024-03-22T17:12:12.599Z Downloaded base64 v0.21.7
3112024-03-22T17:12:12.599Z Downloaded async-stream v0.3.5
3122024-03-22T17:12:12.599Z Downloaded console v0.15.7
3132024-03-22T17:12:12.599Z Downloaded cpufeatures v0.2.2
3142024-03-22T17:12:12.599Z Downloaded cc v1.0.83
3152024-03-22T17:12:12.604Z Downloaded autocfg v1.1.0
3162024-03-22T17:12:12.604Z Downloaded byteorder v1.4.3
3172024-03-22T17:12:12.604Z Downloaded buf-list v1.0.3
3182024-03-22T17:12:12.663Z Downloaded ring v0.17.7
3192024-03-22T17:12:12.879Z Compiling proc-macro2 v1.0.79
3202024-03-22T17:12:12.879Z Compiling unicode-ident v1.0.0
3212024-03-22T17:12:12.879Z Compiling libc v0.2.153
3222024-03-22T17:12:12.886Z Compiling cfg-if v1.0.0
3232024-03-22T17:12:12.886Z Compiling serde v1.0.197
3242024-03-22T17:12:12.886Z Compiling version_check v0.9.4
3252024-03-22T17:12:12.895Z Compiling itoa v1.0.1
3262024-03-22T17:12:12.899Z Compiling once_cell v1.13.1
3272024-03-22T17:12:12.899Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.79/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=0602d2d9825ae907 -C extra-filename=-0602d2d9825ae907 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-0602d2d9825ae907 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3282024-03-22T17:12:12.900Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.0/src/lib.rs --error-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=56fce10178bafa62 -C extra-filename=-56fce10178bafa62 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3292024-03-22T17:12:12.900Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=b77d6fe577e8d33a -C extra-filename=-b77d6fe577e8d33a --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-b77d6fe577e8d33a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3302024-03-22T17:12:12.900Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b3a1e01bc1d1ef78 -C extra-filename=-b3a1e01bc1d1ef78 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3312024-03-22T17:12:12.900Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=33514f11eedb6a89 -C extra-filename=-33514f11eedb6a89 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-33514f11eedb6a89 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3322024-03-22T17:12:12.905Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3fc6dbabcfde74d7 -C extra-filename=-3fc6dbabcfde74d7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3332024-03-22T17:12:12.905Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 metadata=1a70fa4d021d4d8a -C extra-filename=-1a70fa4d021d4d8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3342024-03-22T17:12:12.905Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=cfae8d0f52fc13fb -C extra-filename=-cfae8d0f52fc13fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3352024-03-22T17:12:13.000Z Compiling pin-project-lite v0.2.12
3362024-03-22T17:12:13.008Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a5edd0465b89a796 -C extra-filename=-a5edd0465b89a796 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3372024-03-22T17:12:13.108Z Compiling memchr v2.6.0
3382024-03-22T17:12:13.118Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=77032e53074c29a8 -C extra-filename=-77032e53074c29a8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3392024-03-22T17:12:13.136Z Compiling log v0.4.17
3402024-03-22T17:12:13.141Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=f6b5837fe02e5d58 -C extra-filename=-f6b5837fe02e5d58 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-f6b5837fe02e5d58 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3412024-03-22T17:12:13.157Z Compiling ryu v1.0.5
3422024-03-22T17:12:13.161Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=0897a7db1a956bc2 -C extra-filename=-0897a7db1a956bc2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-0897a7db1a956bc2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3432024-03-22T17:12:13.316Z Compiling thiserror v1.0.56
3442024-03-22T17:12:13.320Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.56/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=532d79ffe4c48532 -C extra-filename=-532d79ffe4c48532 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-532d79ffe4c48532 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3452024-03-22T17:12:13.523Z Compiling bytes v1.5.0
3462024-03-22T17:12:13.535Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f412e2fce08c74d3 -C extra-filename=-f412e2fce08c74d3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3472024-03-22T17:12:14.406Z Compiling futures-core v0.3.30
3482024-03-22T17:12:14.415Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=00de630c8c0c4b02 -C extra-filename=-00de630c8c0c4b02 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3492024-03-22T17:12:14.487Z Compiling serde_json v1.0.114
3502024-03-22T17:12:14.490Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.114/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c6b3ceb70c8b5004 -C extra-filename=-c6b3ceb70c8b5004 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-c6b3ceb70c8b5004 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3512024-03-22T17:12:14.572Z Compiling futures-sink v0.3.30
3522024-03-22T17:12:14.577Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f82fe425d7a35767 -C extra-filename=-f82fe425d7a35767 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3532024-03-22T17:12:14.690Z Compiling parking_lot_core v0.9.4
3542024-03-22T17:12:14.702Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=b4c007e4d3f48f9e -C extra-filename=-b4c007e4d3f48f9e --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-b4c007e4d3f48f9e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3552024-03-22T17:12:14.757Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-33514f11eedb6a89/build-script-build`
3562024-03-22T17:12:14.757Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-0602d2d9825ae907/build-script-build`
3572024-03-22T17:12:14.757Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-b77d6fe577e8d33a/build-script-build`
3582024-03-22T17:12:15.180Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-f6b5837fe02e5d58/build-script-build`
3592024-03-22T17:12:15.180Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-532d79ffe4c48532/build-script-build`
3602024-03-22T17:12:15.180Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-0897a7db1a956bc2/build-script-build`
3612024-03-22T17:12:15.186Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e142a6edb7fa28be -C extra-filename=-e142a6edb7fa28be --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-b3a1e01bc1d1ef78.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
3622024-03-22T17:12:15.187Z Compiling fnv v1.0.7
3632024-03-22T17:12:15.187Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-c6b3ceb70c8b5004/build-script-build`
3642024-03-22T17:12:15.187Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6c3e22e26d0d6d9f -C extra-filename=-6c3e22e26d0d6d9f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3652024-03-22T17:12:15.187Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=30603295ccdc3382 -C extra-filename=-30603295ccdc3382 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
3662024-03-22T17:12:15.187Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=c9c1b0b7fe6fe29e -C extra-filename=-c9c1b0b7fe6fe29e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
3672024-03-22T17:12:15.187Z Compiling smallvec v1.7.0
3682024-03-22T17:12:15.187Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=e93e8801657baef8 -C extra-filename=-e93e8801657baef8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3692024-03-22T17:12:15.187Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.79/src/lib.rs --error-format=json --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=78cdba2684f77365 -C extra-filename=-78cdba2684f77365 --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-56fce10178bafa62.rmeta --cap-lints allow --cfg wrap_proc_macro`
3702024-03-22T17:12:15.187Z Compiling scopeguard v1.1.0
3712024-03-22T17:12:15.187Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=4086b69bfe008039 -C extra-filename=-4086b69bfe008039 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3722024-03-22T17:12:15.187Z Compiling futures-channel v0.3.30
3732024-03-22T17:12:15.187Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=7067fbe4fdb758c1 -C extra-filename=-7067fbe4fdb758c1 --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-00de630c8c0c4b02.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --cap-lints allow`
3742024-03-22T17:12:15.187Z Compiling lock_api v0.4.6
3752024-03-22T17:12:15.187Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7ccf3b759315d752 -C extra-filename=-7ccf3b759315d752 --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-4086b69bfe008039.rmeta --cap-lints allow`
3762024-03-22T17:12:15.187Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-b4c007e4d3f48f9e/build-script-build`
3772024-03-22T17:12:15.187Z Compiling pin-utils v0.1.0
3782024-03-22T17:12:15.187Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c91c3a4fdde7d3d6 -C extra-filename=-c91c3a4fdde7d3d6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3792024-03-22T17:12:15.187Z Compiling hashbrown v0.14.1
3802024-03-22T17:12:15.187Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.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=000da2c21d6fcbd0 -C extra-filename=-000da2c21d6fcbd0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3812024-03-22T17:12:15.187Z Compiling slab v0.4.5
3822024-03-22T17:12:15.187Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=2898d2ffac4c7f4b -C extra-filename=-2898d2ffac4c7f4b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3832024-03-22T17:12:15.211Z Compiling typenum v1.14.0
3842024-03-22T17:12:15.211Z Compiling futures-io v0.3.30
3852024-03-22T17:12:15.221Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.14.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=9afba4c31e7c370b -C extra-filename=-9afba4c31e7c370b --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-9afba4c31e7c370b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3862024-03-22T17:12:15.221Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.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 --cfg 'feature="std"' -C metadata=0115a3acf5fe5b90 -C extra-filename=-0115a3acf5fe5b90 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3872024-03-22T17:12:15.296Z Compiling equivalent v1.0.0
3882024-03-22T17:12:15.310Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a1bc488f9d5eec58 -C extra-filename=-a1bc488f9d5eec58 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3892024-03-22T17:12:15.735Z Compiling ucd-trie v0.1.6
3902024-03-22T17:12:15.735Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=08e3ac9386bf28d9 -C extra-filename=-08e3ac9386bf28d9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3912024-03-22T17:12:15.735Z Compiling futures-task v0.3.30
3922024-03-22T17:12:15.735Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.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 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=cf44a26adf9238c3 -C extra-filename=-cf44a26adf9238c3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3932024-03-22T17:12:15.735Z Compiling generic-array v0.14.5
3942024-03-22T17:12:15.735Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' -C metadata=264cdbc9bb9a8ac9 -C extra-filename=-264cdbc9bb9a8ac9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-264cdbc9bb9a8ac9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow`
3952024-03-22T17:12:15.735Z Compiling crossbeam-utils v0.8.15
3962024-03-22T17:12:15.735Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=b1e1e755864b967d -C extra-filename=-b1e1e755864b967d --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-b1e1e755864b967d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
3972024-03-22T17:12:15.735Z Compiling quote v1.0.35
3982024-03-22T17:12:15.735Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35/src/lib.rs --error-format=json --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=a0cc1e8e36375d2d -C extra-filename=-a0cc1e8e36375d2d --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-78cdba2684f77365.rmeta --cap-lints allow`
3992024-03-22T17:12:15.747Z Compiling byteorder v1.4.3
4002024-03-22T17:12:15.764Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f17b88842ab57f42 -C extra-filename=-f17b88842ab57f42 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4012024-03-22T17:12:15.961Z Compiling httparse v1.8.0
4022024-03-22T17:12:15.967Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=62cce613a1049bac -C extra-filename=-62cce613a1049bac --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-62cce613a1049bac -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4032024-03-22T17:12:16.113Z Compiling syn v2.0.52
4042024-03-22T17:12:16.126Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.52/src/lib.rs --error-format=json --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-mut"' -C metadata=5eb1d559be173de6 -C extra-filename=-5eb1d559be173de6 --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-78cdba2684f77365.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-56fce10178bafa62.rmeta --cap-lints allow`
4052024-03-22T17:12:16.167Z Compiling getrandom v0.2.11
4062024-03-22T17:12:16.172Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=1a674590e215a33d -C extra-filename=-1a674590e215a33d --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-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
4072024-03-22T17:12:16.238Z Compiling cc v1.0.83
4082024-03-22T17:12:16.258Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=addb9f557c35f133 -C extra-filename=-addb9f557c35f133 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
4092024-03-22T17:12:16.339Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=17ed88be3928c928 -C extra-filename=-17ed88be3928c928 --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-b3a1e01bc1d1ef78.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-e93e8801657baef8.rmeta --cap-lints allow`
4102024-03-22T17:12:16.372Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-9afba4c31e7c370b/build-script-main`
4112024-03-22T17:12:16.384Z Compiling signal-hook-registry v1.4.0
4122024-03-22T17:12:16.388Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d27422a09a84880c -C extra-filename=-d27422a09a84880c --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
4132024-03-22T17:12:16.456Z Compiling socket2 v0.5.5
4142024-03-22T17:12:16.460Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' -C metadata=8afa32a7ed28efc3 -C extra-filename=-8afa32a7ed28efc3 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
4152024-03-22T17:12:16.540Z Compiling mio v0.8.11
4162024-03-22T17:12:16.544Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=6beacad112a851e7 -C extra-filename=-6beacad112a851e7 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
4172024-03-22T17:12:16.550Z Compiling num_cpus v1.13.0
4182024-03-22T17:12:16.556Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=14bf704ed4ef19fc -C extra-filename=-14bf704ed4ef19fc --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
4192024-03-22T17:12:16.670Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=dace367fc5f79138 -C extra-filename=-dace367fc5f79138 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4202024-03-22T17:12:16.819Z Compiling parking_lot v0.12.1
4212024-03-22T17:12:16.828Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=1a0e1c414374836a -C extra-filename=-1a0e1c414374836a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lock_api=/work/oxidecomputer/dropshot/target/debug/deps/liblock_api-7ccf3b759315d752.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-17ed88be3928c928.rmeta --cap-lints allow`
4222024-03-22T17:12:17.096Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-62cce613a1049bac/build-script-build`
4232024-03-22T17:12:17.108Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-b1e1e755864b967d/build-script-build`
4242024-03-22T17:12:17.113Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-264cdbc9bb9a8ac9/build-script-build`
4252024-03-22T17:12:17.174Z Compiling time-core v0.1.2
4262024-03-22T17:12:17.189Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=78463298d0996e4f -C extra-filename=-78463298d0996e4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4272024-03-22T17:12:17.334Z Compiling powerfmt v0.2.0
4282024-03-22T17:12:17.339Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4c4409d58f4da343 -C extra-filename=-4c4409d58f4da343 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4292024-03-22T17:12:17.357Z Compiling spin v0.9.8
4302024-03-22T17:12:17.365Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="spin_mutex"' -C metadata=6b0b4916640efba1 -C extra-filename=-6b0b4916640efba1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312024-03-22T17:12:17.464Z Compiling time-macros v0.2.16
4322024-03-22T17:12:17.468Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' -C metadata=42fc2ec10cd8c5a3 -C extra-filename=-42fc2ec10cd8c5a3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-78463298d0996e4f.rlib --extern proc_macro --cap-lints allow`
4332024-03-22T17:12:17.602Z Compiling deranged v0.3.11
4342024-03-22T17:12:17.606Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' -C metadata=2b8cb70a9b1cc0a4 -C extra-filename=-2b8cb70a9b1cc0a4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-4c4409d58f4da343.rmeta --cap-lints allow`
4352024-03-22T17:12:17.757Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=799c7925be73d78a -C extra-filename=-799c7925be73d78a --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-b3a1e01bc1d1ef78.rmeta --cap-lints allow`
4362024-03-22T17:12:17.878Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=58bccc1ffa9648af -C extra-filename=-58bccc1ffa9648af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd`
4372024-03-22T17:12:17.902Z Compiling tracing-core v0.1.32
4382024-03-22T17:12:17.906Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=0c594d621d365261 -C extra-filename=-0c594d621d365261 --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-cfae8d0f52fc13fb.rmeta --cap-lints allow`
4392024-03-22T17:12:18.155Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' -C metadata=19e375b6b1c7fae4 -C extra-filename=-19e375b6b1c7fae4 --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-dace367fc5f79138.rmeta --cap-lints allow --cfg relaxed_coherence`
4402024-03-22T17:12:18.664Z Compiling ring v0.17.7
4412024-03-22T17:12:18.668Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=f037d2ee3c620fc4 -C extra-filename=-f037d2ee3c620fc4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-f037d2ee3c620fc4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-addb9f557c35f133.rlib --cap-lints allow`
4422024-03-22T17:12:18.674Z Compiling tinyvec_macros v0.1.0
4432024-03-22T17:12:18.678Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=429880802c174f52 -C extra-filename=-429880802c174f52 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4442024-03-22T17:12:18.752Z Compiling percent-encoding v2.3.1
4452024-03-22T17:12:18.759Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8d02a3f55b6b58b9 -C extra-filename=-8d02a3f55b6b58b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4462024-03-22T17:12:19.106Z Compiling untrusted v0.9.0
4472024-03-22T17:12:19.112Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0ea7f50e8112c394 -C extra-filename=-0ea7f50e8112c394 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4482024-03-22T17:12:19.136Z Compiling slog v2.7.0
4492024-03-22T17:12:19.141Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' -C metadata=d04fc91dc24cdbdc -C extra-filename=-d04fc91dc24cdbdc --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-d04fc91dc24cdbdc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4502024-03-22T17:12:19.266Z Compiling num_threads v0.1.3
4512024-03-22T17:12:19.275Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=902aad499f3d606c -C extra-filename=-902aad499f3d606c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4522024-03-22T17:12:19.383Z Compiling plain v0.2.3
4532024-03-22T17:12:19.387Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name plain /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1edffcbbce3646fc -C extra-filename=-1edffcbbce3646fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4542024-03-22T17:12:19.443Z Compiling rustls-pki-types v1.3.1
4552024-03-22T17:12:19.450Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=173e1586125d86cc -C extra-filename=-173e1586125d86cc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4562024-03-22T17:12:19.515Z Compiling form_urlencoded v1.2.1
4572024-03-22T17:12:19.519Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3f78fc507be1952e -C extra-filename=-3f78fc507be1952e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --cap-lints allow`
4582024-03-22T17:12:19.614Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-d04fc91dc24cdbdc/build-script-build`
4592024-03-22T17:12:19.624Z Compiling tinyvec v1.5.1
4602024-03-22T17:12:19.628Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=6c22e7862a49badf -C extra-filename=-6c22e7862a49badf --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-429880802c174f52.rmeta --cap-lints allow`
4612024-03-22T17:12:19.634Z Compiling tracing v0.1.40
4622024-03-22T17:12:19.638Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=2a2dffc87772b527 -C extra-filename=-2a2dffc87772b527 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-0c594d621d365261.rmeta --cap-lints allow`
4632024-03-22T17:12:19.667Z Compiling http v0.2.9
4642024-03-22T17:12:19.671Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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=b91c7875ee44aef1 -C extra-filename=-b91c7875ee44aef1 --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-f412e2fce08c74d3.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3fc6dbabcfde74d7.rmeta --cap-lints allow`
4652024-03-22T17:12:19.781Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-f037d2ee3c620fc4/build-script-build`
4662024-03-22T17:12:19.818Z Compiling usdt-impl v0.5.0
4672024-03-22T17:12:19.829Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=84f934ebdb6a8d34 -C extra-filename=-84f934ebdb6a8d34 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-84f934ebdb6a8d34 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow`
4682024-03-22T17:12:20.054Z Compiling unicase v2.6.0
4692024-03-22T17:12:20.059Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=b127cc635fc4ec80 -C extra-filename=-b127cc635fc4ec80 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-b127cc635fc4ec80 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow`
4702024-03-22T17:12:20.162Z Compiling paste v1.0.14
4712024-03-22T17:12:20.167Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.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 metadata=0472a60bd609e3c6 -C extra-filename=-0472a60bd609e3c6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-0472a60bd609e3c6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4722024-03-22T17:12:20.227Z Compiling base64 v0.21.7
4732024-03-22T17:12:20.231Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.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="std"' -C metadata=055af5a047a73fc6 -C extra-filename=-055af5a047a73fc6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4742024-03-22T17:12:20.387Z Compiling syn v1.0.109
4752024-03-22T17:12:20.392Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="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"' -C metadata=8bde7bf26cb8cb90 -C extra-filename=-8bde7bf26cb8cb90 --out-dir /work/oxidecomputer/dropshot/target/debug/build/syn-8bde7bf26cb8cb90 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4762024-03-22T17:12:20.588Z Compiling autocfg v1.1.0
4772024-03-22T17:12:20.588Z Compiling time v0.3.31
4782024-03-22T17:12:20.596Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=f716f91425103e14 -C extra-filename=-f716f91425103e14 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4792024-03-22T17:12:20.596Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-tuple-struct-fields --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=a4cadf0520a03f49 -C extra-filename=-a4cadf0520a03f49 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern deranged=/work/oxidecomputer/dropshot/target/debug/deps/libderanged-2b8cb70a9b1cc0a4.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3fc6dbabcfde74d7.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-902aad499f3d606c.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-4c4409d58f4da343.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-78463298d0996e4f.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-42fc2ec10cd8c5a3.so --cap-lints allow`
4802024-03-22T17:12:20.837Z Compiling pretty-hex v0.4.1
4812024-03-22T17:12:20.842Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=e0a15f522d506f9e -C extra-filename=-e0a15f522d506f9e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4822024-03-22T17:12:20.905Z Running `/work/oxidecomputer/dropshot/target/debug/build/syn-8bde7bf26cb8cb90/build-script-build`
4832024-03-22T17:12:20.958Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-0472a60bd609e3c6/build-script-build`
4842024-03-22T17:12:21.009Z Compiling unicode-normalization v0.1.19
4852024-03-22T17:12:21.013Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.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=2f4853bf94d7c325 -C extra-filename=-2f4853bf94d7c325 --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-6c22e7862a49badf.rmeta --cap-lints allow`
4862024-03-22T17:12:21.019Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-b127cc635fc4ec80/build-script-build`
4872024-03-22T17:12:21.029Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-84f934ebdb6a8d34/build-script-build`
4882024-03-22T17:12:21.131Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' -C metadata=751d22afd9ff62b3 -C extra-filename=-751d22afd9ff62b3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128`
4892024-03-22T17:12:21.169Z Compiling block-buffer v0.10.2
4902024-03-22T17:12:21.173Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7ef22847e3167d4c -C extra-filename=-7ef22847e3167d4c --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-19e375b6b1c7fae4.rmeta --cap-lints allow`
4912024-03-22T17:12:21.238Z Compiling num-traits v0.2.14
4922024-03-22T17:12:21.243Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=03522dcdd32a13e7 -C extra-filename=-03522dcdd32a13e7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-03522dcdd32a13e7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-f716f91425103e14.rlib --cap-lints allow`
4932024-03-22T17:12:21.345Z Compiling crypto-common v0.1.6
4942024-03-22T17:12:21.349Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=0c7f8c22c475506e -C extra-filename=-0c7f8c22c475506e --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-19e375b6b1c7fae4.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-dace367fc5f79138.rmeta --cap-lints allow`
4952024-03-22T17:12:21.483Z Compiling rand_core v0.6.3
4962024-03-22T17:12:21.487Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=6e496e22bd87917f -C extra-filename=-6e496e22bd87917f --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-1a674590e215a33d.rmeta --cap-lints allow`
4972024-03-22T17:12:21.560Z Compiling thread-id v4.0.0
4982024-03-22T17:12:21.565Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=60a722314d7a089e -C extra-filename=-60a722314d7a089e --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
4992024-03-22T17:12:21.649Z Compiling try-lock v0.2.3
5002024-03-22T17:12:21.652Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f58e29c72e599063 -C extra-filename=-f58e29c72e599063 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5012024-03-22T17:12:21.778Z Compiling unicode-bidi v0.3.7
5022024-03-22T17:12:21.782Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.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=70fad91a8b91d510 -C extra-filename=-70fad91a8b91d510 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5032024-03-22T17:12:21.795Z Compiling rustls v0.22.2
5042024-03-22T17:12:21.799Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=0b29c8d352cd3df7 -C extra-filename=-0b29c8d352cd3df7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-0b29c8d352cd3df7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5052024-03-22T17:12:21.906Z Compiling ppv-lite86 v0.2.15
5062024-03-22T17:12:21.922Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=f1999e08b300d163 -C extra-filename=-f1999e08b300d163 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5072024-03-22T17:12:22.048Z Compiling matches v0.1.9
5082024-03-22T17:12:22.053Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=baae0ade4159187e -C extra-filename=-baae0ade4159187e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092024-03-22T17:12:22.107Z Compiling want v0.3.0
5102024-03-22T17:12:22.111Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2fd77dd94e2e7df5 -C extra-filename=-2fd77dd94e2e7df5 --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-e142a6edb7fa28be.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-f58e29c72e599063.rmeta --cap-lints allow`
5112024-03-22T17:12:22.128Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-03522dcdd32a13e7/build-script-build`
5122024-03-22T17:12:22.396Z Compiling idna v0.2.3
5132024-03-22T17:12:22.399Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=1a0161488ccb7881 -C extra-filename=-1a0161488ccb7881 --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-baae0ade4159187e.rmeta --extern unicode_bidi=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_bidi-70fad91a8b91d510.rmeta --extern unicode_normalization=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_normalization-2f4853bf94d7c325.rmeta --cap-lints allow`
5142024-03-22T17:12:22.407Z Compiling digest v0.10.7
5152024-03-22T17:12:22.411Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ffa1422f398308a4 -C extra-filename=-ffa1422f398308a4 --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-7ef22847e3167d4c.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-0c7f8c22c475506e.rmeta --cap-lints allow`
5162024-03-22T17:12:22.411Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fe1444cb7b584442 -C extra-filename=-fe1444cb7b584442 --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`
5172024-03-22T17:12:22.634Z Compiling rand_chacha v0.3.1
5182024-03-22T17:12:22.638Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=8ae06197577db922 -C extra-filename=-8ae06197577db922 --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-f1999e08b300d163.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-6e496e22bd87917f.rmeta --cap-lints allow`
5192024-03-22T17:12:22.715Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/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 metadata=e51cd6ff8f0a0459 -C extra-filename=-e51cd6ff8f0a0459 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow`
5202024-03-22T17:12:22.772Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=566c1043ffdf07b1 -C extra-filename=-566c1043ffdf07b1 --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-78cdba2684f77365.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-56fce10178bafa62.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
5212024-03-22T17:12:22.975Z Compiling http-body v0.4.3
5222024-03-22T17:12:22.980Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=bd96fc23a91a643d -C extra-filename=-bd96fc23a91a643d --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-f412e2fce08c74d3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --cap-lints allow`
5232024-03-22T17:12:23.285Z Compiling dirs-sys-next v0.1.2
5242024-03-22T17:12:23.289Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e11ebdd3ebb38ca3 -C extra-filename=-e11ebdd3ebb38ca3 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
5252024-03-22T17:12:23.771Z Compiling socket2 v0.4.9
5262024-03-22T17:12:23.776Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' -C metadata=d696affb5841bd6b -C extra-filename=-d696affb5841bd6b --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
5272024-03-22T17:12:23.806Z Compiling http v1.0.0
5282024-03-22T17:12:23.811Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1daa6bcd697a2e74 -C extra-filename=-1daa6bcd697a2e74 --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-f412e2fce08c74d3.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3fc6dbabcfde74d7.rmeta --cap-lints allow`
5292024-03-22T17:12:23.957Z Compiling mime v0.3.16
5302024-03-22T17:12:23.963Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c3f72c57dc02f399 -C extra-filename=-c3f72c57dc02f399 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5312024-03-22T17:12:24.087Z Compiling httpdate v1.0.1
5322024-03-22T17:12:24.091Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9868a5c927c23d7d -C extra-filename=-9868a5c927c23d7d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5332024-03-22T17:12:24.536Z Compiling cpufeatures v0.2.2
5342024-03-22T17:12:24.540Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7a6c63826e2cf584 -C extra-filename=-7a6c63826e2cf584 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5352024-03-22T17:12:24.549Z Compiling tower-service v0.3.1
5362024-03-22T17:12:24.557Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=46360405330dd5c1 -C extra-filename=-46360405330dd5c1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5372024-03-22T17:12:24.617Z Compiling zeroize v1.7.0
5382024-03-22T17:12:24.621Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=fdc7d158bb3baa0d -C extra-filename=-fdc7d158bb3baa0d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5392024-03-22T17:12:24.659Z Compiling winnow v0.6.5
5402024-03-22T17:12:24.676Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d48db51ebcc18399 -C extra-filename=-d48db51ebcc18399 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5412024-03-22T17:12:24.677Z Compiling subtle v2.5.0
5422024-03-22T17:12:24.677Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=207f9c805df0c42c -C extra-filename=-207f9c805df0c42c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5432024-03-22T17:12:24.906Z Compiling sha1 v0.10.6
5442024-03-22T17:12:24.910Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f6653d6a18f3f9c5 -C extra-filename=-f6653d6a18f3f9c5 --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-b3a1e01bc1d1ef78.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-7a6c63826e2cf584.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-ffa1422f398308a4.rmeta --cap-lints allow`
5452024-03-22T17:12:24.917Z Compiling dirs-next v2.0.0
5462024-03-22T17:12:24.922Z Compiling url v2.2.2
5472024-03-22T17:12:24.922Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=27345742eacaac4a -C extra-filename=-27345742eacaac4a --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-b3a1e01bc1d1ef78.rmeta --extern dirs_sys_next=/work/oxidecomputer/dropshot/target/debug/deps/libdirs_sys_next-e11ebdd3ebb38ca3.rmeta --cap-lints allow`
5482024-03-22T17:12:24.922Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=4dacb58bbbd40f14 -C extra-filename=-4dacb58bbbd40f14 --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-3f78fc507be1952e.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-1a0161488ccb7881.rmeta --extern matches=/work/oxidecomputer/dropshot/target/debug/deps/libmatches-baae0ade4159187e.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --cap-lints allow`
5492024-03-22T17:12:25.109Z Compiling rand v0.8.4
5502024-03-22T17:12:25.114Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="rand_hc"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=cd806c833e414462 -C extra-filename=-cd806c833e414462 --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-c9c1b0b7fe6fe29e.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-8ae06197577db922.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-6e496e22bd87917f.rmeta --cap-lints allow`
5512024-03-22T17:12:25.268Z Compiling mime_guess v2.0.4
5522024-03-22T17:12:25.273Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=6f9157519bdb1fe1 -C extra-filename=-6f9157519bdb1fe1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-6f9157519bdb1fe1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-fe1444cb7b584442.rlib --cap-lints allow`
5532024-03-22T17:12:26.283Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fe0a6bfdbdb04d93 -C extra-filename=-fe0a6bfdbdb04d93 --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`
5542024-03-22T17:12:26.377Z Compiling rustls-pemfile v2.1.1
5552024-03-22T17:12:26.382Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.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=f02effa3f3ab6370 -C extra-filename=-f02effa3f3ab6370 --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-055af5a047a73fc6.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rmeta --cap-lints allow`
5562024-03-22T17:12:26.673Z Compiling concurrent-queue v2.2.0
5572024-03-22T17:12:26.673Z Compiling multer v3.0.0
5582024-03-22T17:12:26.677Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-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="std"' -C metadata=78845eeaca4f2d51 -C extra-filename=-78845eeaca4f2d51 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-799c7925be73d78a.rmeta --cap-lints allow`
5592024-03-22T17:12:26.677Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=a2f5832851923eaa -C extra-filename=-a2f5832851923eaa --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-a2f5832851923eaa -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-1a70fa4d021d4d8a.rlib --cap-lints allow`
5602024-03-22T17:12:26.819Z Compiling thread_local v1.1.4
5612024-03-22T17:12:26.824Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6801cf54a371cf6b -C extra-filename=-6801cf54a371cf6b --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-cfae8d0f52fc13fb.rmeta --cap-lints allow`
5622024-03-22T17:12:26.959Z Compiling match_cfg v0.1.0
5632024-03-22T17:12:26.965Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=b32574b6b2e4cf95 -C extra-filename=-b32574b6b2e4cf95 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5642024-03-22T17:12:26.987Z Compiling parking v2.2.0
5652024-03-22T17:12:26.991Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7ed30b77261437cf -C extra-filename=-7ed30b77261437cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5662024-03-22T17:12:27.048Z Compiling async-trait v0.1.78
5672024-03-22T17:12:27.062Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.78/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=584cb79b614b2dd5 -C extra-filename=-584cb79b614b2dd5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/async-trait-584cb79b614b2dd5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5682024-03-22T17:12:27.360Z Compiling iana-time-zone v0.1.47
5692024-03-22T17:12:27.366Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' -C metadata=5874d2baa4ab1e82 -C extra-filename=-5874d2baa4ab1e82 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5702024-03-22T17:12:27.414Z Compiling camino v1.1.6
5712024-03-22T17:12:27.418Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=491fe6ccf6a88b16 -C extra-filename=-491fe6ccf6a88b16 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-491fe6ccf6a88b16 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5722024-03-22T17:12:27.501Z Compiling rustix v0.38.31
5732024-03-22T17:12:27.505Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.31/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=fa8448b704c5f1b3 -C extra-filename=-fa8448b704c5f1b3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-fa8448b704c5f1b3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5742024-03-22T17:12:27.840Z Compiling schemars v0.8.16
5752024-03-22T17:12:27.844Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=e0b90da099175cd2 -C extra-filename=-e0b90da099175cd2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-e0b90da099175cd2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5762024-03-22T17:12:27.900Z Compiling slog-async v2.8.0
5772024-03-22T17:12:27.905Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=33631e55da1918f4 -C extra-filename=-33631e55da1918f4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-33631e55da1918f4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5782024-03-22T17:12:27.964Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-491fe6ccf6a88b16/build-script-build`
5792024-03-22T17:12:28.015Z Running `/work/oxidecomputer/dropshot/target/debug/build/async-trait-584cb79b614b2dd5/build-script-build`
5802024-03-22T17:12:28.075Z Compiling event-listener v5.0.0
5812024-03-22T17:12:28.079Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' -C metadata=80ca992474cd17aa -C extra-filename=-80ca992474cd17aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-78845eeaca4f2d51.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-7ed30b77261437cf.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --cap-lints allow`
5822024-03-22T17:12:28.167Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-fa8448b704c5f1b3/build-script-build`
5832024-03-22T17:12:28.235Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-e0b90da099175cd2/build-script-build`
5842024-03-22T17:12:28.248Z Compiling hostname v0.3.1
5852024-03-22T17:12:28.252Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=194faf19b9951c04 -C extra-filename=-194faf19b9951c04 --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-c9c1b0b7fe6fe29e.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-b32574b6b2e4cf95.rmeta --cap-lints allow`
5862024-03-22T17:12:28.275Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-a2f5832851923eaa/build-script-build`
5872024-03-22T17:12:28.312Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-6f9157519bdb1fe1/build-script-build`
5882024-03-22T17:12:28.326Z Compiling term v0.7.0
5892024-03-22T17:12:28.330Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=e5d5a36611f6f0b0 -C extra-filename=-e5d5a36611f6f0b0 --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-27345742eacaac4a.rmeta --cap-lints allow`
5902024-03-22T17:12:28.343Z Compiling crossbeam-channel v0.5.1
5912024-03-22T17:12:28.351Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2e5e82678a753d95 -C extra-filename=-2e5e82678a753d95 --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-b3a1e01bc1d1ef78.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-799c7925be73d78a.rmeta --cap-lints allow`
5922024-03-22T17:12:28.397Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-33631e55da1918f4/build-script-build`
5932024-03-22T17:12:28.449Z Compiling errno v0.3.8
5942024-03-22T17:12:28.454Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=02ff827996c6454c -C extra-filename=-02ff827996c6454c --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
5952024-03-22T17:12:28.466Z Compiling is-terminal v0.4.12
5962024-03-22T17:12:28.472Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=18a0713c4f999d77 -C extra-filename=-18a0713c4f999d77 --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
5972024-03-22T17:12:28.577Z Compiling memmap v0.7.0
5982024-03-22T17:12:28.586Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=36b3094e14eeeb5f -C extra-filename=-36b3094e14eeeb5f --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
5992024-03-22T17:12:28.667Z Compiling dropshot v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot)
6002024-03-22T17:12:28.674Z Compiling encoding_rs v0.8.32
6012024-03-22T17:12:28.674Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=d93f24e9b999ffc6 -C extra-filename=-d93f24e9b999ffc6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-d93f24e9b999ffc6 -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-1a70fa4d021d4d8a.rlib`
6022024-03-22T17:12:28.674Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=7300f6ada2f98ea6 -C extra-filename=-7300f6ada2f98ea6 --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-b3a1e01bc1d1ef78.rmeta --cap-lints allow`
6032024-03-22T17:12:28.918Z Compiling serde_derive_internals v0.26.0
6042024-03-22T17:12:28.922Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 metadata=08c546cdef84b350 -C extra-filename=-08c546cdef84b350 --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-78cdba2684f77365.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-566c1043ffdf07b1.rmeta --cap-lints allow`
6052024-03-22T17:12:29.020Z Compiling bitflags v2.4.0
6062024-03-22T17:12:29.030Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=24a21ddbd5c56d45 -C extra-filename=-24a21ddbd5c56d45 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6072024-03-22T17:12:29.403Z Compiling take_mut v0.2.2
6082024-03-22T17:12:29.407Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=46f0b70c247ae491 -C extra-filename=-46f0b70c247ae491 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6092024-03-22T17:12:29.495Z Compiling buf-list v1.0.3
6102024-03-22T17:12:29.500Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=e59f12495e4718ae -C extra-filename=-e59f12495e4718ae --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-e59f12495e4718ae -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6112024-03-22T17:12:29.542Z Compiling data-encoding v2.4.0
6122024-03-22T17:12:29.547Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f7558905c8a1b9e5 -C extra-filename=-f7558905c8a1b9e5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6132024-03-22T17:12:30.057Z Compiling utf-8 v0.7.6
6142024-03-22T17:12:30.067Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=bf3f808de3435388 -C extra-filename=-bf3f808de3435388 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6152024-03-22T17:12:30.116Z Compiling lazy_static v1.4.0
6162024-03-22T17:12:30.120Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=8f93af5ac36cac0e -C extra-filename=-8f93af5ac36cac0e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6172024-03-22T17:12:30.240Z Compiling unicode-width v0.1.9
6182024-03-22T17:12:30.246Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=0afb8f81c2905fbf -C extra-filename=-0afb8f81c2905fbf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6192024-03-22T17:12:30.379Z Compiling dyn-clone v1.0.4
6202024-03-22T17:12:30.389Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e1bed00953272d25 -C extra-filename=-e1bed00953272d25 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6212024-03-22T17:12:30.389Z Compiling atomic-waker v1.1.1
6222024-03-22T17:12:30.389Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8a052fa94438e09f -C extra-filename=-8a052fa94438e09f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6232024-03-22T17:12:30.477Z Compiling unicode-segmentation v1.10.0
6242024-03-22T17:12:30.487Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b4a860d72eb0379b -C extra-filename=-b4a860d72eb0379b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6252024-03-22T17:12:30.561Z Compiling openssl-probe v0.1.4
6262024-03-22T17:12:30.589Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3abfb0bd8eba8993 -C extra-filename=-3abfb0bd8eba8993 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6272024-03-22T17:12:30.883Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=003a79daa47166b8 -C extra-filename=-003a79daa47166b8 --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-1a674590e215a33d.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-6b0b4916640efba1.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-0ea7f50e8112c394.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
6282024-03-22T17:12:30.918Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-0b29c8d352cd3df7/build-script-build`
6292024-03-22T17:12:30.925Z Compiling trybuild v1.0.90
6302024-03-22T17:12:30.929Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.90/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=f5ea6bd13d269e56 -C extra-filename=-f5ea6bd13d269e56 --out-dir /work/oxidecomputer/dropshot/target/debug/build/trybuild-f5ea6bd13d269e56 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6312024-03-22T17:12:30.968Z Compiling serde_derive v1.0.197
6322024-03-22T17:12:30.977Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.197/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=29c120b914d0afa7 -C extra-filename=-29c120b914d0afa7 --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro --cap-lints allow`
6332024-03-22T17:12:31.153Z Compiling thiserror-impl v1.0.56
6342024-03-22T17:12:31.157Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.56/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 metadata=c1ed950aff598481 -C extra-filename=-c1ed950aff598481 --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro --cap-lints allow`
6352024-03-22T17:12:31.256Z Compiling futures-macro v0.3.30
6362024-03-22T17:12:31.261Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.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 metadata=cd34a69464a8e175 -C extra-filename=-cd34a69464a8e175 --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro --cap-lints allow`
6372024-03-22T17:12:31.332Z Compiling tokio-macros v2.2.0
6382024-03-22T17:12:31.336Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.2.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 metadata=610466be7a677bef -C extra-filename=-610466be7a677bef --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro --cap-lints allow`
6392024-03-22T17:12:32.219Z Compiling scroll_derive v0.12.0
6402024-03-22T17:12:32.223Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=d4cd02152dadfda7 -C extra-filename=-d4cd02152dadfda7 --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro --cap-lints allow`
6412024-03-22T17:12:33.295Z Compiling tokio v1.36.0
6422024-03-22T17:12:33.299Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="windows-sys"' -C metadata=435c656d9dcd47a5 -C extra-filename=-435c656d9dcd47a5 --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-f412e2fce08c74d3.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-6beacad112a851e7.rmeta --extern num_cpus=/work/oxidecomputer/dropshot/target/debug/deps/libnum_cpus-14bf704ed4ef19fc.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-1a0e1c414374836a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-d27422a09a84880c.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-8afa32a7ed28efc3.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-610466be7a677bef.so --cap-lints allow`
6432024-03-22T17:12:33.643Z Compiling futures-util v0.3.30
6442024-03-22T17:12:33.647Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.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 --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=3ed3f6e93d4ac1a4 -C extra-filename=-3ed3f6e93d4ac1a4 --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-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-0115a3acf5fe5b90.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-cd34a69464a8e175.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-77032e53074c29a8.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-c91c3a4fdde7d3d6.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-2898d2ffac4c7f4b.rmeta --cap-lints allow`
6452024-03-22T17:12:33.797Z Compiling zerocopy-derive v0.7.32
6462024-03-22T17:12:33.801Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=e53aa991e406a43f -C extra-filename=-e53aa991e406a43f --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro --cap-lints allow`
6472024-03-22T17:12:34.109Z Compiling scroll v0.12.0
6482024-03-22T17:12:34.118Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' -C metadata=1bdddb7890db877e -C extra-filename=-1bdddb7890db877e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern scroll_derive=/work/oxidecomputer/dropshot/target/debug/deps/libscroll_derive-d4cd02152dadfda7.so --cap-lints allow`
6492024-03-22T17:12:34.340Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.56/src/lib.rs --error-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=6108c440b601c283 -C extra-filename=-6108c440b601c283 --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-c1ed950aff598481.so --cap-lints allow`
6502024-03-22T17:12:34.468Z Compiling pest v2.7.6
6512024-03-22T17:12:34.477Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' -C metadata=0b49223b5dcc3b5e -C extra-filename=-0b49223b5dcc3b5e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-77032e53074c29a8.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6108c440b601c283.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-08e3ac9386bf28d9.rmeta --cap-lints allow`
6522024-03-22T17:12:34.637Z Compiling goblin v0.8.0
6532024-03-22T17:12:34.644Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' -C metadata=e7abc8c54b711ab3 -C extra-filename=-e7abc8c54b711ab3 --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-e142a6edb7fa28be.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-1edffcbbce3646fc.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-1bdddb7890db877e.rmeta --cap-lints allow`
6542024-03-22T17:12:34.673Z Compiling rustls-webpki v0.102.1
6552024-03-22T17:12:34.677Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.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="ring"' --cfg 'feature="std"' -C metadata=c7d628ec84a01f14 -C extra-filename=-c7d628ec84a01f14 --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-003a79daa47166b8.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-0ea7f50e8112c394.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
6562024-03-22T17:12:35.155Z Compiling schemars_derive v0.8.16
6572024-03-22T17:12:35.160Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.16/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 metadata=89a8a1a50b17e049 -C extra-filename=-89a8a1a50b17e049 --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-08c546cdef84b350.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-566c1043ffdf07b1.rlib --extern proc_macro --cap-lints allow`
6582024-03-22T17:12:36.203Z Compiling zerocopy v0.7.32
6592024-03-22T17:12:36.207Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' -C metadata=11674a78945253ea -C extra-filename=-11674a78945253ea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-f17b88842ab57f42.rmeta --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-e53aa991e406a43f.so --cap-lints allow`
6602024-03-22T17:12:37.150Z Compiling pest_meta v2.7.6
6612024-03-22T17:12:37.155Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=cea8142e04fcab00 -C extra-filename=-cea8142e04fcab00 --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-cfae8d0f52fc13fb.rmeta --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-0b49223b5dcc3b5e.rmeta --cap-lints allow`
6622024-03-22T17:12:37.296Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=25a667590a83e39b -C extra-filename=-25a667590a83e39b --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-e142a6edb7fa28be.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-003a79daa47166b8.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-c7d628ec84a01f14.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-207f9c805df0c42c.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-fdc7d158bb3baa0d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
6632024-03-22T17:12:37.792Z Compiling async-stream-impl v0.3.5
6642024-03-22T17:12:37.796Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=fe632f6b0cc95f8b -C extra-filename=-fe632f6b0cc95f8b --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro --cap-lints allow`
6652024-03-22T17:12:38.453Z Compiling pest_generator v2.7.6
6662024-03-22T17:12:38.458Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=f4ab5d7b4ef3dd87 -C extra-filename=-f4ab5d7b4ef3dd87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-0b49223b5dcc3b5e.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-cea8142e04fcab00.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rmeta --cap-lints allow`
6672024-03-22T17:12:38.979Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/lib.rs --error-format=json --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=7ea8cfbf6d98aea2 -C extra-filename=-7ea8cfbf6d98aea2 --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-29c120b914d0afa7.so --cap-lints allow`
6682024-03-22T17:12:39.469Z Compiling futures-executor v0.3.30
6692024-03-22T17:12:39.473Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.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 --cfg 'feature="std"' -C metadata=e8297b05d2762f68 -C extra-filename=-e8297b05d2762f68 --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-00de630c8c0c4b02.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-3ed3f6e93d4ac1a4.rmeta --cap-lints allow`
6702024-03-22T17:12:40.081Z Compiling futures v0.3.30
6712024-03-22T17:12:40.089Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.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 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=6e2ff86f6f43c2f7 -C extra-filename=-6e2ff86f6f43c2f7 --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-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-e8297b05d2762f68.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-0115a3acf5fe5b90.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-cf44a26adf9238c3.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-3ed3f6e93d4ac1a4.rmeta --cap-lints allow`
6722024-03-22T17:12:40.135Z Compiling async-stream v0.3.5
6732024-03-22T17:12:40.140Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.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=c0fbdc04f5203cfe -C extra-filename=-c0fbdc04f5203cfe --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-fe632f6b0cc95f8b.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --cap-lints allow`
6742024-03-22T17:12:40.183Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=d2daa2f08169c676 -C extra-filename=-d2daa2f08169c676 --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-f412e2fce08c74d3.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-7300f6ada2f98ea6.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-3ed3f6e93d4ac1a4.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1daa6bcd697a2e74.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e142a6edb7fa28be.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-77032e53074c29a8.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-c3f72c57dc02f399.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-6b0b4916640efba1.rmeta --cap-lints allow`
6752024-03-22T17:12:40.192Z Compiling tungstenite v0.21.0
6762024-03-22T17:12:40.196Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=4464050b066f4bce -C extra-filename=-4464050b066f4bce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-f17b88842ab57f42.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-f7558905c8a1b9e5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-1daa6bcd697a2e74.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e142a6edb7fa28be.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-cd806c833e414462.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6108c440b601c283.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-4dacb58bbbd40f14.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-bf3f808de3435388.rmeta --cap-lints allow`
6772024-03-22T17:12:40.459Z Running `/work/oxidecomputer/dropshot/target/debug/build/trybuild-f5ea6bd13d269e56/build-script-build`
6782024-03-22T17:12:40.475Z Compiling newline-converter v0.3.0
6792024-03-22T17:12:40.479Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8596ea1294aad68d -C extra-filename=-8596ea1294aad68d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_segmentation-b4a860d72eb0379b.rmeta --cap-lints allow`
6802024-03-22T17:12:40.626Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.78/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 metadata=9c4d4853d5732385 -C extra-filename=-9c4d4853d5732385 --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro --cap-lints allow`
6812024-03-22T17:12:41.292Z Compiling pest_derive v2.7.6
6822024-03-22T17:12:41.324Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=976bf61a03f8ab72 -C extra-filename=-976bf61a03f8ab72 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-0b49223b5dcc3b5e.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-f4ab5d7b4ef3dd87.rlib --extern proc_macro --cap-lints allow`
6832024-03-22T17:12:41.419Z Compiling tokio-util v0.7.7
6842024-03-22T17:12:41.426Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=3196b3515a45cdf2 -C extra-filename=-3196b3515a45cdf2 --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-f412e2fce08c74d3.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2a2dffc87772b527.rmeta --cap-lints allow`
6852024-03-22T17:12:42.555Z Compiling dtrace-parser v0.2.0
6862024-03-22T17:12:42.578Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b2e4628a0fc003ce -C extra-filename=-b2e4628a0fc003ce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-0b49223b5dcc3b5e.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-976bf61a03f8ab72.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6108c440b601c283.rmeta --cap-lints allow`
6872024-03-22T17:12:42.614Z Compiling tokio-rustls v0.25.0
6882024-03-22T17:12:42.618Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=e6ab5d12f5de0783 -C extra-filename=-e6ab5d12f5de0783 --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-25a667590a83e39b.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
6892024-03-22T17:12:42.803Z Compiling rustls-native-certs v0.7.0
6902024-03-22T17:12:42.807Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ea5515dec463e6de -C extra-filename=-ea5515dec463e6de --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-3abfb0bd8eba8993.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rmeta --cap-lints allow`
6912024-03-22T17:12:43.029Z Compiling waitgroup v0.1.2
6922024-03-22T17:12:43.040Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=abfcb10096bfb368 -C extra-filename=-abfcb10096bfb368 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-8a052fa94438e09f.rmeta --cap-lints allow`
6932024-03-22T17:12:43.281Z Compiling console v0.15.7
6942024-03-22T17:12:43.286Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=13cfa9d3824a44c8 -C extra-filename=-13cfa9d3824a44c8 --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-8f93af5ac36cac0e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-0afb8f81c2905fbf.rmeta --cap-lints allow`
6952024-03-22T17:12:43.301Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-e59f12495e4718ae/build-script-build`
6962024-03-22T17:12:43.357Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=24b6c431d6d306be -C extra-filename=-24b6c431d6d306be --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-2e5e82678a753d95.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-46f0b70c247ae491.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-6801cf54a371cf6b.rmeta --cap-lints allow --cfg integer128`
6972024-03-22T17:12:43.435Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' -C metadata=1783f4a8a239a30c -C extra-filename=-1783f4a8a239a30c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-24a21ddbd5c56d45.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-02ff827996c6454c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6982024-03-22T17:12:44.779Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.114/src/lib.rs --error-format=json --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=1100463a0357004b -C extra-filename=-1100463a0357004b --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-3fc6dbabcfde74d7.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-30603295ccdc3382.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --cap-lints allow --cfg limb_width_64`
6992024-03-22T17:12:44.907Z Compiling indexmap v2.2.5
7002024-03-22T17:12:44.911Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=cbd25bbdd3f52319 -C extra-filename=-cbd25bbdd3f52319 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern equivalent=/work/oxidecomputer/dropshot/target/debug/deps/libequivalent-a1bc488f9d5eec58.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-000da2c21d6fcbd0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --cap-lints allow`
7012024-03-22T17:12:44.979Z Compiling serde_tokenstream v0.2.0
7022024-03-22T17:12:45.399Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=5a7f134cc89aef14 -C extra-filename=-5a7f134cc89aef14 --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-78cdba2684f77365.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rmeta --cap-lints allow`
7032024-03-22T17:12:45.404Z Compiling serde_spanned v0.6.5
7042024-03-22T17:12:45.404Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.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="serde"' -C metadata=7582caf6e89cad8a -C extra-filename=-7582caf6e89cad8a --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-7ea8cfbf6d98aea2.rmeta --cap-lints allow`
7052024-03-22T17:12:45.421Z Compiling toml_datetime v0.6.5
7062024-03-22T17:12:45.425Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.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="serde"' -C metadata=ca3c67c2c3c97878 -C extra-filename=-ca3c67c2c3c97878 --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-7ea8cfbf6d98aea2.rmeta --cap-lints allow`
7072024-03-22T17:12:45.468Z Compiling chrono v0.4.34
7082024-03-22T17:12:45.474Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="now"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=4ac09a6c25ff8399 -C extra-filename=-4ac09a6c25ff8399 --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-5874d2baa4ab1e82.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-fe0a6bfdbdb04d93.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --cap-lints allow`
7092024-03-22T17:12:45.652Z Compiling uuid v1.7.0
7102024-03-22T17:12:45.664Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=a535c177315179f4 -C extra-filename=-a535c177315179f4 --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-1a674590e215a33d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --cap-lints allow`
7112024-03-22T17:12:45.939Z Compiling dropshot_endpoint v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
7122024-03-22T17:12:46.373Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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=2ebc8776805a2928 -C extra-filename=-2ebc8776805a2928 --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-5a7f134cc89aef14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro`
7132024-03-22T17:12:46.391Z Compiling h2 v0.3.24
7142024-03-22T17:12:46.391Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-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 -C metadata=78deef183e12ea08 -C extra-filename=-78deef183e12ea08 --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-f412e2fce08c74d3.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-6c3e22e26d0d6d9f.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f82fe425d7a35767.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-3ed3f6e93d4ac1a4.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-2898d2ffac4c7f4b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-3196b3515a45cdf2.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2a2dffc87772b527.rmeta --cap-lints allow`
7152024-03-22T17:12:46.491Z Compiling dof v0.3.0
7162024-03-22T17:12:46.495Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' -C metadata=709bc448ee8b482b -C extra-filename=-709bc448ee8b482b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-e7abc8c54b711ab3.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-e0a15f522d506f9e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6108c440b601c283.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-11674a78945253ea.rmeta --cap-lints allow`
7172024-03-22T17:12:46.537Z Compiling toml_edit v0.22.7
7182024-03-22T17:12:46.541Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=57151834d9301ae3 -C extra-filename=-57151834d9301ae3 --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-cbd25bbdd3f52319.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-7582caf6e89cad8a.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-ca3c67c2c3c97878.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-d48db51ebcc18399.rmeta --cap-lints allow`
7192024-03-22T17:12:47.869Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=539a4a4b35d2dcfe -C extra-filename=-539a4a4b35d2dcfe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-f17b88842ab57f42.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-709bc448ee8b482b.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-b2e4628a0fc003ce.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-6108c440b601c283.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-60a722314d7a089e.rmeta --cap-lints allow --cfg usdt_stable_asm --cfg usdt_backend_standard`
7202024-03-22T17:12:49.368Z Compiling slog-json v2.6.1
7212024-03-22T17:12:49.373Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=2ae8e775a9b48ed7 -C extra-filename=-2ae8e775a9b48ed7 --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-7ea8cfbf6d98aea2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-a4cadf0520a03f49.rmeta --cap-lints allow`
7222024-03-22T17:12:49.724Z Compiling toml v0.8.11
7232024-03-22T17:12:49.729Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=82458f23ce2d514a -C extra-filename=-82458f23ce2d514a --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-7ea8cfbf6d98aea2.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-7582caf6e89cad8a.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-ca3c67c2c3c97878.rmeta --extern toml_edit=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_edit-57151834d9301ae3.rmeta --cap-lints allow`
7242024-03-22T17:12:49.797Z Compiling slog-bunyan v2.5.0
7252024-03-22T17:12:49.800Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=410714d5b75c0864 -C extra-filename=-410714d5b75c0864 --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-194faf19b9951c04.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-a4cadf0520a03f49.rmeta --cap-lints allow`
7262024-03-22T17:12:49.988Z Compiling openapiv3 v2.0.0
7272024-03-22T17:12:49.993Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.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 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=8413f3413c17e0ea -C extra-filename=-8413f3413c17e0ea --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-4ac09a6c25ff8399.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-e1bed00953272d25.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-89a8a1a50b17e049.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
7282024-03-22T17:12:49.993Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' -C metadata=4f342b4719edc70e -C extra-filename=-4f342b4719edc70e --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-cbd25bbdd3f52319.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rmeta --cap-lints allow`
7292024-03-22T17:12:50.016Z Compiling usdt-macro v0.5.0
7302024-03-22T17:12:50.021Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=f481945d0cb15909 -C extra-filename=-f481945d0cb15909 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-b2e4628a0fc003ce.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-5a7f134cc89aef14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-539a4a4b35d2dcfe.rlib --extern proc_macro --cap-lints allow`
7312024-03-22T17:12:50.303Z Compiling usdt-attr-macro v0.5.0
7322024-03-22T17:12:50.308Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=c5d499cd157a5e1a -C extra-filename=-c5d499cd157a5e1a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-b2e4628a0fc003ce.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-5a7f134cc89aef14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-539a4a4b35d2dcfe.rlib --extern proc_macro --cap-lints allow`
7332024-03-22T17:12:51.243Z Compiling hyper v0.14.27
7342024-03-22T17:12:51.247Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=0ba719c23b8c1519 -C extra-filename=-0ba719c23b8c1519 --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-f412e2fce08c74d3.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-7067fbe4fdb758c1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-3ed3f6e93d4ac1a4.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-78deef183e12ea08.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-bd96fc23a91a643d.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-58bccc1ffa9648af.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-9868a5c927c23d7d.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3fc6dbabcfde74d7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-d696affb5841bd6b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-46360405330dd5c1.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2a2dffc87772b527.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-2fd77dd94e2e7df5.rmeta --cap-lints allow`
7352024-03-22T17:12:51.672Z Compiling serde_urlencoded v0.7.1
7362024-03-22T17:12:51.676Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=cd3c1432148ea2bd -C extra-filename=-cd3c1432148ea2bd --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-3f78fc507be1952e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-3fc6dbabcfde74d7.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-30603295ccdc3382.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --cap-lints allow`
7372024-03-22T17:12:52.220Z Compiling serde_path_to_error v0.1.16
7382024-03-22T17:12:52.224Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=00bcf70a8fe0de4e -C extra-filename=-00bcf70a8fe0de4e --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-3fc6dbabcfde74d7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --cap-lints allow`
7392024-03-22T17:12:52.429Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.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="serde"' --cfg 'feature="serde1"' -C metadata=4963ef7c5a3d2dcd -C extra-filename=-4963ef7c5a3d2dcd --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-7ea8cfbf6d98aea2.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
7402024-03-22T17:12:52.880Z Compiling usdt v0.5.0
7412024-03-22T17:12:53.360Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="dtrace-parser"' -C metadata=57a7bed32ea03d51 -C extra-filename=-57a7bed32ea03d51 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-709bc448ee8b482b.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-b2e4628a0fc003ce.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-e7abc8c54b711ab3.rmeta --extern memmap=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap-36b3094e14eeeb5f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-c5d499cd157a5e1a.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-539a4a4b35d2dcfe.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-f481945d0cb15909.so --cap-lints allow`
7422024-03-22T17:12:53.360Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-d93f24e9b999ffc6/build-script-build`
7432024-03-22T17:12:53.360Z Compiling slog-term v2.9.1
7442024-03-22T17:12:53.360Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=de36b6d0a3c7f624 -C extra-filename=-de36b6d0a3c7f624 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-18a0713c4f999d77.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-e5d5a36611f6f0b0.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-6801cf54a371cf6b.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-a4cadf0520a03f49.rmeta --cap-lints allow`
7452024-03-22T17:12:53.519Z Compiling event-listener-strategy v0.5.0
7462024-03-22T17:12:53.523Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.0/src/lib.rs --error-format=json --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=4e1d76ed81b25d24 -C extra-filename=-4e1d76ed81b25d24 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-80ca992474cd17aa.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --cap-lints allow`
7472024-03-22T17:12:53.719Z Compiling yasna v0.5.2
7482024-03-22T17:12:53.724Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=7ac3f73d86e6ee9c -C extra-filename=-7ac3f73d86e6ee9c --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-c3f72c57dc02f399.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-fe1444cb7b584442.rmeta --cap-lints allow`
7492024-03-22T17:12:53.724Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=2c88a307cd8a0873 -C extra-filename=-2c88a307cd8a0873 --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-a4cadf0520a03f49.rmeta --cap-lints allow`
7502024-03-22T17:12:54.479Z Compiling pem v3.0.3
7512024-03-22T17:12:54.488Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d59650aef1f7a4d2 -C extra-filename=-d59650aef1f7a4d2 --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-055af5a047a73fc6.rmeta --cap-lints allow`
7522024-03-22T17:12:54.569Z Compiling fastrand v2.0.1
7532024-03-22T17:12:54.573Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d52cae0eeab46be2 -C extra-filename=-d52cae0eeab46be2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7542024-03-22T17:12:54.689Z Compiling similar v2.2.1
7552024-03-22T17:12:54.689Z Compiling termcolor v1.1.2
7562024-03-22T17:12:54.694Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' -C metadata=e02c6327390e67a4 -C extra-filename=-e02c6327390e67a4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7572024-03-22T17:12:54.694Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=89abf70c405e4bf5 -C extra-filename=-89abf70c405e4bf5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7582024-03-22T17:12:54.744Z Compiling debug-ignore v1.0.5
7592024-03-22T17:12:54.748Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=226b92a384f1f474 -C extra-filename=-226b92a384f1f474 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7602024-03-22T17:12:54.871Z Compiling glob v0.3.0
7612024-03-22T17:12:54.876Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f02396bd66382b82 -C extra-filename=-f02396bd66382b82 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7622024-03-22T17:12:55.156Z Compiling base64 v0.22.0
7632024-03-22T17:12:55.167Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-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="default"' --cfg 'feature="std"' -C metadata=8bc9344f1961f1ef -C extra-filename=-8bc9344f1961f1ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7642024-03-22T17:12:55.386Z Compiling http-range v0.1.4
7652024-03-22T17:12:55.390Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=07d40bbd84fb71e2 -C extra-filename=-07d40bbd84fb71e2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7662024-03-22T17:12:55.603Z Compiling expectorate v1.1.0
7672024-03-22T17:12:55.607Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a1a550ce275ad20e -C extra-filename=-a1a550ce275ad20e --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-13cfa9d3824a44c8.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-8596ea1294aad68d.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-e02c6327390e67a4.rmeta --cap-lints allow`
7682024-03-22T17:12:55.654Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.90/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9860e3fc7a9024ee -C extra-filename=-9860e3fc7a9024ee --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-f02396bd66382b82.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-cfae8d0f52fc13fb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-29c120b914d0afa7.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-89abf70c405e4bf5.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rmeta --cap-lints allow`
7692024-03-22T17:12:55.783Z Compiling tempfile v3.10.1
7702024-03-22T17:12:55.787Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f9d7f1fc51a89876 -C extra-filename=-f9d7f1fc51a89876 --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-b3a1e01bc1d1ef78.rmeta --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-d52cae0eeab46be2.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-1783f4a8a239a30c.rmeta --cap-lints allow`
7712024-03-22T17:12:55.787Z Compiling rcgen v0.12.1
7722024-03-22T17:12:55.787Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' -C metadata=20f9aea077a3b489 -C extra-filename=-20f9aea077a3b489 --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-d59650aef1f7a4d2.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-003a79daa47166b8.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-a4cadf0520a03f49.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-2c88a307cd8a0873.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
7732024-03-22T17:12:55.980Z Compiling async-channel v2.2.0
7742024-03-22T17:12:55.991Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bb8ee6cf41ae0275 -C extra-filename=-bb8ee6cf41ae0275 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-78845eeaca4f2d51.rmeta --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-80ca992474cd17aa.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-4e1d76ed81b25d24.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-00de630c8c0c4b02.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-a5edd0465b89a796.rmeta --cap-lints allow`
7752024-03-22T17:12:56.029Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9f604851852bf1ec -C extra-filename=-9f604851852bf1ec --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-f412e2fce08c74d3.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds`
7762024-03-22T17:12:56.316Z Compiling hyper-rustls v0.25.0
7772024-03-22T17:12:56.323Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=2628c7e1b1cf783c -C extra-filename=-2628c7e1b1cf783c --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-3ed3f6e93d4ac1a4.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e142a6edb7fa28be.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-ea5515dec463e6de.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
7782024-03-22T17:12:56.524Z Compiling hyper-staticfile v0.9.5
7792024-03-22T17:12:56.528Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1b9f2ac75a246031 -C extra-filename=-1b9f2ac75a246031 --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-3ed3f6e93d4ac1a4.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-07d40bbd84fb71e2.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-9868a5c927c23d7d.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-cd806c833e414462.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-4dacb58bbbd40f14.rmeta --cap-lints allow`
7802024-03-22T17:12:56.601Z Compiling tokio-tungstenite v0.21.0
7812024-03-22T17:12:56.605Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=b3dfe2d86eca337f -C extra-filename=-b3dfe2d86eca337f --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-3ed3f6e93d4ac1a4.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e142a6edb7fa28be.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-4464050b066f4bce.rmeta --cap-lints allow`
7822024-03-22T17:12:56.767Z Compiling subprocess v0.2.9
7832024-03-22T17:12:56.772Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=bf19258cb6e4b23f -C extra-filename=-bf19258cb6e4b23f --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-c9c1b0b7fe6fe29e.rmeta --cap-lints allow`
7842024-03-22T17:12:56.960Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=acbdee84dd7b7998 -C extra-filename=-acbdee84dd7b7998 --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-c0fbdc04f5203cfe.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
7852024-03-22T17:12:57.169Z Compiling schema-derive v0.1.0
7862024-03-22T17:12:57.177Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=f65a2e22b9babcd4 -C extra-filename=-f65a2e22b9babcd4 --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-e51cd6ff8f0a0459.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro --cap-lints allow`
7872024-03-22T17:12:59.684Z Compiling schema v0.1.0
7882024-03-22T17:12:59.688Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=8e6cc06f04191155 -C extra-filename=-8e6cc06f04191155 --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-78cdba2684f77365.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-f65a2e22b9babcd4.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rmeta --cap-lints allow`
7892024-03-22T17:12:59.766Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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=148c295fbe5ef525 -C extra-filename=-148c295fbe5ef525 --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-8e6cc06f04191155.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-5a7f134cc89aef14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro`
7902024-03-22T17:13:00.819Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=bc5f72a9f7ef9f7a -C extra-filename=-bc5f72a9f7ef9f7a --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
7912024-03-22T17:13:04.043Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=50f5bfccec591274 -C extra-filename=-50f5bfccec591274 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
7922024-03-22T17:13:04.061Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=050970a3fa60ff45 -C extra-filename=-050970a3fa60ff45 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
7932024-03-22T17:13:04.062Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2018 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=5405e2af0dea313b -C extra-filename=-5405e2af0dea313b --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
7942024-03-22T17:13:04.062Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=b880cd3ea709b4f9 -C extra-filename=-b880cd3ea709b4f9 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
7952024-03-22T17:13:04.062Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=65ba836fb092a1cd -C extra-filename=-65ba836fb092a1cd --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
7962024-03-22T17:13:04.062Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=62bab6e775a3cdc9 -C extra-filename=-62bab6e775a3cdc9 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
7972024-03-22T17:13:04.062Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=acafe8b4b06d3fed -C extra-filename=-acafe8b4b06d3fed --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
7982024-03-22T17:13:14.917Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2018 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=9936bd213cf4d523 -C extra-filename=-9936bd213cf4d523 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
7992024-03-22T17:13:27.773Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=eb84b97184e63901 -C extra-filename=-eb84b97184e63901 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
8002024-03-22T17:13:28.212Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=c6e1dd588147592f -C extra-filename=-c6e1dd588147592f --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
8012024-03-22T17:13:28.623Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=1d158cdeb1b3ac5c -C extra-filename=-1d158cdeb1b3ac5c --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
8022024-03-22T17:13:29.807Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=d98e9c61752c2aae -C extra-filename=-d98e9c61752c2aae --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
8032024-03-22T17:13:31.494Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=4fd4b6b6fc514228 -C extra-filename=-4fd4b6b6fc514228 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
8042024-03-22T17:13:39.316Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2018 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=ad174cee2a0b93b2 -C extra-filename=-ad174cee2a0b93b2 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
8052024-03-22T17:13:44.580Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=9fd59039f4f18fd7 -C extra-filename=-9fd59039f4f18fd7 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
8062024-03-22T17:13:46.094Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_detached_shutdown --edition=2018 dropshot/tests/test_detached_shutdown.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=dcb57ebb779a24d4 -C extra-filename=-dcb57ebb779a24d4 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
8072024-03-22T17:13:54.279Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=52bcb2891a32bbc8 -C extra-filename=-52bcb2891a32bbc8 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
8082024-03-22T17:13:55.240Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=9a47ef2c708283ad -C extra-filename=-9a47ef2c708283ad --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
8092024-03-22T17:14:03.181Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=90a201fe09dc6bbb -C extra-filename=-90a201fe09dc6bbb --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
8102024-03-22T17:14:04.289Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=dd998b60c6ed05b6 -C extra-filename=-dd998b60c6ed05b6 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
8112024-03-22T17:14:06.016Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=2718cf5034ea0157 -C extra-filename=-2718cf5034ea0157 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
8122024-03-22T17:14:08.052Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=fa145f19dafa6a2f -C extra-filename=-fa145f19dafa6a2f --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
8132024-03-22T17:14:08.540Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=167fc8b897ce68b6 -C extra-filename=-167fc8b897ce68b6 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
8142024-03-22T17:14:10.788Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=34700ea4adbc17e5 -C extra-filename=-34700ea4adbc17e5 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
8152024-03-22T17:14:13.802Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=09bac458064f6d7e -C extra-filename=-09bac458064f6d7e --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
8162024-03-22T17:14:18.455Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=b5741aa2fbb6ba59 -C extra-filename=-b5741aa2fbb6ba59 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
8172024-03-22T17:14:22.201Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_multipart --edition=2018 dropshot/tests/test_multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=8e61f2f0477646b0 -C extra-filename=-8e61f2f0477646b0 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
8182024-03-22T17:14:30.426Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=0f9e39f81517966a -C extra-filename=-0f9e39f81517966a --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-acbdee84dd7b7998.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-2ebc8776805a2928.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
8192024-03-22T17:14:54.470Z Finished dev [unoptimized + debuginfo] target(s) in 2m 43s
8202024-03-22T17:14:54.594Z
8212024-03-22T17:14:54.600Zreal 2:43.496330529
8222024-03-22T17:14:54.600Zuser 16:34.667667657
8232024-03-22T17:14:54.600Zsys 2:41.718472677
8242024-03-22T17:14:54.600Ztrap 0.712588626
8252024-03-22T17:14:54.600Ztflt 5.696254610
8262024-03-22T17:14:54.600Zdflt 5.361391242
8272024-03-22T17:14:54.600Zkflt 0.194946328
8282024-03-22T17:14:54.600Zlock 36:10.217305804
8292024-03-22T17:14:54.600Zslp 1:03:35.161337768
8302024-03-22T17:14:54.600Zlat 39.446555235
8312024-03-22T17:14:54.600Zstop 36.250848136
8322024-03-22T17:14:54.600Z+ banner test
8332024-03-22T17:14:54.600Z
8342024-03-22T17:14:54.600Z ##### ###### #### #####
8352024-03-22T17:14:54.600Z # # # #
8362024-03-22T17:14:54.600Z # ##### #### #
8372024-03-22T17:14:54.601Z # # # #
8382024-03-22T17:14:54.601Z # # # # #
8392024-03-22T17:14:54.601Z # ###### #### #
8402024-03-22T17:14:54.601Z
8412024-03-22T17:14:54.601Z+ ptime -m cargo test --all-features --locked --verbose
8422024-03-22T17:14:54.796Z Fresh unicode-ident v1.0.0
8432024-03-22T17:14:54.796Z Fresh cfg-if v1.0.0
8442024-03-22T17:14:54.796Z Fresh version_check v0.9.4
8452024-03-22T17:14:54.796Z Fresh itoa v1.0.1
8462024-03-22T17:14:54.797Z Fresh once_cell v1.13.1
8472024-03-22T17:14:54.808Z Fresh proc-macro2 v1.0.79
8482024-03-22T17:14:54.808Z Fresh pin-project-lite v0.2.12
8492024-03-22T17:14:54.808Z Fresh memchr v2.6.0
8502024-03-22T17:14:54.808Z Fresh bytes v1.5.0
8512024-03-22T17:14:54.808Z Fresh quote v1.0.35
8522024-03-22T17:14:54.808Z Fresh libc v0.2.153
8532024-03-22T17:14:54.809Z Fresh futures-core v0.3.30
8542024-03-22T17:14:54.809Z Fresh futures-sink v0.3.30
8552024-03-22T17:14:54.809Z Fresh syn v2.0.52
8562024-03-22T17:14:54.809Z Fresh log v0.4.17
8572024-03-22T17:14:54.809Z Fresh getrandom v0.2.11
8582024-03-22T17:14:54.809Z Fresh ryu v1.0.5
8592024-03-22T17:14:54.809Z Fresh fnv v1.0.7
8602024-03-22T17:14:54.809Z Fresh serde_derive v1.0.197
8612024-03-22T17:14:54.809Z Fresh thiserror-impl v1.0.56
8622024-03-22T17:14:54.809Z Fresh scopeguard v1.1.0
8632024-03-22T17:14:54.809Z Fresh smallvec v1.7.0
8642024-03-22T17:14:54.809Z Fresh futures-macro v0.3.30
8652024-03-22T17:14:54.809Z Fresh futures-channel v0.3.30
8662024-03-22T17:14:54.809Z Fresh cc v1.0.83
8672024-03-22T17:14:54.809Z Fresh serde v1.0.197
8682024-03-22T17:14:54.809Z Fresh thiserror v1.0.56
8692024-03-22T17:14:54.809Z Fresh lock_api v0.4.6
8702024-03-22T17:14:54.809Z Fresh parking_lot_core v0.9.4
8712024-03-22T17:14:54.809Z Fresh hashbrown v0.14.1
8722024-03-22T17:14:54.809Z Fresh futures-io v0.3.30
8732024-03-22T17:14:54.809Z Fresh pin-utils v0.1.0
8742024-03-22T17:14:54.809Z Fresh futures-task v0.3.30
8752024-03-22T17:14:54.809Z Fresh serde_json v1.0.114
8762024-03-22T17:14:54.810Z Fresh equivalent v1.0.0
8772024-03-22T17:14:54.810Z Fresh ucd-trie v0.1.6
8782024-03-22T17:14:54.810Z Fresh slab v0.4.5
8792024-03-22T17:14:54.810Z Fresh parking_lot v0.12.1
8802024-03-22T17:14:54.810Z Fresh tokio-macros v2.2.0
8812024-03-22T17:14:54.810Z Fresh futures-util v0.3.30
8822024-03-22T17:14:54.810Z Fresh pest v2.7.6
8832024-03-22T17:14:54.810Z Fresh indexmap v2.2.5
8842024-03-22T17:14:54.810Z Fresh num_cpus v1.13.0
8852024-03-22T17:14:54.810Z Fresh signal-hook-registry v1.4.0
8862024-03-22T17:14:54.810Z Fresh mio v0.8.11
8872024-03-22T17:14:54.810Z Fresh socket2 v0.5.5
8882024-03-22T17:14:54.810Z Fresh byteorder v1.4.3
8892024-03-22T17:14:54.810Z Fresh typenum v1.14.0
8902024-03-22T17:14:54.810Z Fresh tokio v1.36.0
8912024-03-22T17:14:54.810Z Fresh pest_meta v2.7.6
8922024-03-22T17:14:54.810Z Fresh scroll_derive v0.12.0
8932024-03-22T17:14:54.810Z Fresh powerfmt v0.2.0
8942024-03-22T17:14:54.810Z Fresh spin v0.9.8
8952024-03-22T17:14:54.810Z Fresh time-core v0.1.2
8962024-03-22T17:14:54.810Z Fresh pest_generator v2.7.6
8972024-03-22T17:14:54.810Z Fresh generic-array v0.14.5
8982024-03-22T17:14:54.810Z Fresh crossbeam-utils v0.8.15
8992024-03-22T17:14:54.810Z Fresh time-macros v0.2.16
9002024-03-22T17:14:54.810Z Fresh deranged v0.3.11
9012024-03-22T17:14:54.811Z Fresh scroll v0.12.0
9022024-03-22T17:14:54.811Z Fresh httparse v1.8.0
9032024-03-22T17:14:54.811Z Fresh serde_tokenstream v0.2.0
9042024-03-22T17:14:54.811Z Fresh zerocopy-derive v0.7.32
9052024-03-22T17:14:54.811Z Fresh tracing-core v0.1.32
9062024-03-22T17:14:54.811Z Fresh untrusted v0.9.0
9072024-03-22T17:14:54.811Z Fresh percent-encoding v2.3.1
9082024-03-22T17:14:54.811Z Fresh plain v0.2.3
9092024-03-22T17:14:54.811Z Fresh tinyvec_macros v0.1.0
9102024-03-22T17:14:54.811Z Fresh rustls-pki-types v1.3.1
9112024-03-22T17:14:54.811Z Fresh num_threads v0.1.3
9122024-03-22T17:14:54.811Z Fresh form_urlencoded v1.2.1
9132024-03-22T17:14:54.811Z Fresh ring v0.17.7
9142024-03-22T17:14:54.811Z Fresh tinyvec v1.5.1
9152024-03-22T17:14:54.811Z Fresh goblin v0.8.0
9162024-03-22T17:14:54.811Z Fresh tracing v0.1.40
9172024-03-22T17:14:54.811Z Fresh time v0.3.31
9182024-03-22T17:14:54.811Z Fresh zerocopy v0.7.32
9192024-03-22T17:14:54.811Z Fresh pest_derive v2.7.6
9202024-03-22T17:14:54.811Z Fresh http v0.2.9
9212024-03-22T17:14:54.811Z Fresh autocfg v1.1.0
9222024-03-22T17:14:54.811Z Fresh pretty-hex v0.4.1
9232024-03-22T17:14:54.811Z Fresh base64 v0.21.7
9242024-03-22T17:14:54.812Z Fresh dtrace-parser v0.2.0
9252024-03-22T17:14:54.812Z Fresh dof v0.3.0
9262024-03-22T17:14:54.812Z Fresh unicode-normalization v0.1.19
9272024-03-22T17:14:54.812Z Fresh paste v1.0.14
9282024-03-22T17:14:54.812Z Fresh tokio-util v0.7.7
9292024-03-22T17:14:54.812Z Fresh slog v2.7.0
9302024-03-22T17:14:54.812Z Fresh block-buffer v0.10.2
9312024-03-22T17:14:54.812Z Fresh crypto-common v0.1.6
9322024-03-22T17:14:54.812Z Fresh rand_core v0.6.3
9332024-03-22T17:14:54.812Z Fresh thread-id v4.0.0
9342024-03-22T17:14:54.812Z Fresh try-lock v0.2.3
9352024-03-22T17:14:54.812Z Fresh unicode-bidi v0.3.7
9362024-03-22T17:14:54.812Z Fresh ppv-lite86 v0.2.15
9372024-03-22T17:14:54.812Z Fresh matches v0.1.9
9382024-03-22T17:14:54.812Z Fresh h2 v0.3.24
9392024-03-22T17:14:54.812Z Fresh syn v1.0.109
9402024-03-22T17:14:54.812Z Fresh digest v0.10.7
9412024-03-22T17:14:54.812Z Fresh idna v0.2.3
9422024-03-22T17:14:54.812Z Fresh rand_chacha v0.3.1
9432024-03-22T17:14:54.812Z Fresh want v0.3.0
9442024-03-22T17:14:54.812Z Fresh usdt-impl v0.5.0
9452024-03-22T17:14:54.812Z Fresh unicase v2.6.0
9462024-03-22T17:14:54.812Z Fresh http-body v0.4.3
9472024-03-22T17:14:54.817Z Fresh rustls-webpki v0.102.1
9482024-03-22T17:14:54.818Z Fresh serde_spanned v0.6.5
9492024-03-22T17:14:54.818Z Fresh toml_datetime v0.6.5
9502024-03-22T17:14:54.818Z Fresh http v1.0.0
9512024-03-22T17:14:54.818Z Fresh dirs-sys-next v0.1.2
9522024-03-22T17:14:54.818Z Fresh socket2 v0.4.9
9532024-03-22T17:14:54.818Z Fresh mime v0.3.16
9542024-03-22T17:14:54.818Z Fresh tower-service v0.3.1
9552024-03-22T17:14:54.818Z Fresh winnow v0.6.5
9562024-03-22T17:14:54.818Z Fresh subtle v2.5.0
9572024-03-22T17:14:54.818Z Fresh zeroize v1.7.0
9582024-03-22T17:14:54.818Z Fresh httpdate v1.0.1
9592024-03-22T17:14:54.818Z Fresh cpufeatures v0.2.2
9602024-03-22T17:14:54.818Z Fresh dirs-next v2.0.0
9612024-03-22T17:14:54.818Z Fresh rand v0.8.4
9622024-03-22T17:14:54.818Z Fresh hyper v0.14.27
9632024-03-22T17:14:54.818Z Fresh sha1 v0.10.6
9642024-03-22T17:14:54.818Z Fresh toml_edit v0.22.7
9652024-03-22T17:14:54.818Z Fresh rustls v0.22.2
9662024-03-22T17:14:54.818Z Fresh num-traits v0.2.14
9672024-03-22T17:14:54.818Z Fresh url v2.2.2
9682024-03-22T17:14:54.818Z Fresh serde_derive_internals v0.26.0
9692024-03-22T17:14:54.818Z Fresh rustls-pemfile v2.1.1
9702024-03-22T17:14:54.819Z Fresh concurrent-queue v2.2.0
9712024-03-22T17:14:54.819Z Fresh thread_local v1.1.4
9722024-03-22T17:14:54.819Z Fresh iana-time-zone v0.1.47
9732024-03-22T17:14:54.819Z Fresh parking v2.2.0
9742024-03-22T17:14:54.819Z Fresh match_cfg v0.1.0
9752024-03-22T17:14:54.819Z Fresh event-listener v5.0.0
9762024-03-22T17:14:54.819Z Fresh chrono v0.4.34
9772024-03-22T17:14:54.819Z Fresh hostname v0.3.1
9782024-03-22T17:14:54.819Z Fresh schemars_derive v0.8.16
9792024-03-22T17:14:54.819Z Fresh tokio-rustls v0.25.0
9802024-03-22T17:14:54.819Z Fresh toml v0.8.11
9812024-03-22T17:14:54.819Z Fresh term v0.7.0
9822024-03-22T17:14:54.819Z Fresh usdt-macro v0.5.0
9832024-03-22T17:14:54.819Z Fresh usdt-attr-macro v0.5.0
9842024-03-22T17:14:54.819Z Fresh slog-json v2.6.1
9852024-03-22T17:14:54.819Z Fresh crossbeam-channel v0.5.1
9862024-03-22T17:14:54.819Z Compiling dropshot_endpoint v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
9872024-03-22T17:14:54.819Z Fresh futures-executor v0.3.30
9882024-03-22T17:14:54.819Z Fresh uuid v1.7.0
9892024-03-22T17:14:54.819Z Fresh async-stream-impl v0.3.5
9902024-03-22T17:14:54.819Z Fresh errno v0.3.8
9912024-03-22T17:14:54.819Z Fresh is-terminal v0.4.12
9922024-03-22T17:14:54.819Z Fresh memmap v0.7.0
9932024-03-22T17:14:54.820Z Fresh encoding_rs v0.8.32
9942024-03-22T17:14:54.820Z Fresh bitflags v2.4.0
9952024-03-22T17:14:54.820Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 metadata=427d03fae70f14bc -C extra-filename=-427d03fae70f14bc --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-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-5a7f134cc89aef14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro`
9962024-03-22T17:14:54.820Z Fresh unicode-segmentation v1.10.0
9972024-03-22T17:14:54.820Z Fresh data-encoding v2.4.0
9982024-03-22T17:14:54.820Z Fresh utf-8 v0.7.6
9992024-03-22T17:14:54.820Z Fresh take_mut v0.2.2
10002024-03-22T17:14:54.820Z Fresh atomic-waker v1.1.1
10012024-03-22T17:14:54.820Z Fresh unicode-width v0.1.9
10022024-03-22T17:14:54.820Z Fresh openssl-probe v0.1.4
10032024-03-22T17:14:54.820Z Fresh dyn-clone v1.0.4
10042024-03-22T17:14:54.830Z Fresh lazy_static v1.4.0
10052024-03-22T17:14:54.830Z Fresh waitgroup v0.1.2
10062024-03-22T17:14:54.830Z Fresh newline-converter v0.3.0
10072024-03-22T17:14:54.830Z Fresh console v0.15.7
10082024-03-22T17:14:54.830Z Fresh rustls-native-certs v0.7.0
10092024-03-22T17:14:54.830Z Fresh schemars v0.8.16
10102024-03-22T17:14:54.830Z Fresh slog-async v2.8.0
10112024-03-22T17:14:54.830Z Fresh tungstenite v0.21.0
10122024-03-22T17:14:54.830Z Fresh async-stream v0.3.5
10132024-03-22T17:14:54.830Z Fresh multer v3.0.0
10142024-03-22T17:14:54.830Z Fresh rustix v0.38.31
10152024-03-22T17:14:54.830Z Fresh slog-term v2.9.1
10162024-03-22T17:14:54.830Z Fresh usdt v0.5.0
10172024-03-22T17:14:54.830Z Fresh futures v0.3.30
10182024-03-22T17:14:54.830Z Fresh slog-bunyan v2.5.0
10192024-03-22T17:14:54.830Z Fresh mime_guess v2.0.4
10202024-03-22T17:14:54.830Z Fresh camino v1.1.6
10212024-03-22T17:14:54.830Z Fresh async-trait v0.1.78
10222024-03-22T17:14:54.831Z Fresh event-listener-strategy v0.5.0
10232024-03-22T17:14:54.831Z Fresh pem v3.0.3
10242024-03-22T17:14:54.831Z Fresh yasna v0.5.2
10252024-03-22T17:14:54.831Z Fresh serde_urlencoded v0.7.1
10262024-03-22T17:14:54.831Z Fresh openapiv3 v2.0.0
10272024-03-22T17:14:54.831Z Fresh serde_path_to_error v0.1.16
10282024-03-22T17:14:54.831Z Fresh similar v2.2.1
10292024-03-22T17:14:54.831Z Fresh base64 v0.22.0
10302024-03-22T17:14:54.831Z Fresh glob v0.3.0
10312024-03-22T17:14:54.831Z Fresh http-range v0.1.4
10322024-03-22T17:14:54.831Z Fresh fastrand v2.0.1
10332024-03-22T17:14:54.831Z Fresh termcolor v1.1.2
10342024-03-22T17:14:54.831Z Fresh debug-ignore v1.0.5
10352024-03-22T17:14:54.831Z Fresh hyper-staticfile v0.9.5
10362024-03-22T17:14:54.831Z Fresh tempfile v3.10.1
10372024-03-22T17:14:54.831Z Fresh expectorate v1.1.0
10382024-03-22T17:14:54.831Z Fresh rcgen v0.12.1
10392024-03-22T17:14:54.831Z Fresh async-channel v2.2.0
10402024-03-22T17:14:54.831Z Fresh trybuild v1.0.90
10412024-03-22T17:14:54.831Z Fresh tokio-tungstenite v0.21.0
10422024-03-22T17:14:54.831Z Fresh hyper-rustls v0.25.0
10432024-03-22T17:14:54.831Z Fresh buf-list v1.0.3
10442024-03-22T17:14:54.831Z Fresh subprocess v0.2.9
10452024-03-22T17:14:54.831Z Fresh schema-derive v0.1.0
10462024-03-22T17:14:54.832Z Fresh schema v0.1.0
10472024-03-22T17:14:56.188Z Compiling dropshot v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot)
10482024-03-22T17:14:56.196Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=b55e6407d08feb13 -C extra-filename=-b55e6407d08feb13 --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-c0fbdc04f5203cfe.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10492024-03-22T17:14:56.196Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=4b4d1b480e2e16bf -C extra-filename=-4b4d1b480e2e16bf --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10502024-03-22T17:15:01.871Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=bd6cc1a889cd5f60 -C extra-filename=-bd6cc1a889cd5f60 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10512024-03-22T17:15:01.871Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=a91b363a949b6a48 -C extra-filename=-a91b363a949b6a48 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10522024-03-22T17:15:01.880Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=dc09166893b82223 -C extra-filename=-dc09166893b82223 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10532024-03-22T17:15:01.880Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=71e815ed02ef4934 -C extra-filename=-71e815ed02ef4934 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10542024-03-22T17:15:01.880Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=4d764c5913db5fa2 -C extra-filename=-4d764c5913db5fa2 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10552024-03-22T17:15:01.880Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2018 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=767f9c5f7d3576b7 -C extra-filename=-767f9c5f7d3576b7 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10562024-03-22T17:15:01.880Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=973172224021d6cc -C extra-filename=-973172224021d6cc --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10572024-03-22T17:15:19.826Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=eca030c165668ead -C extra-filename=-eca030c165668ead --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10582024-03-22T17:15:25.418Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=c8e7f1e1014bfd31 -C extra-filename=-c8e7f1e1014bfd31 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10592024-03-22T17:15:25.528Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=04e1f6c1da472a5c -C extra-filename=-04e1f6c1da472a5c --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10602024-03-22T17:15:25.623Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=52bb4b9753026ce6 -C extra-filename=-52bb4b9753026ce6 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10612024-03-22T17:15:25.948Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=fc8415da7d9664c6 -C extra-filename=-fc8415da7d9664c6 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10622024-03-22T17:15:43.455Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=a20327d00ccdfeda -C extra-filename=-a20327d00ccdfeda --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10632024-03-22T17:15:45.142Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=8c972e88ec36ed5a -C extra-filename=-8c972e88ec36ed5a --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10642024-03-22T17:15:48.889Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2018 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=ace88ac36e5f9a7c -C extra-filename=-ace88ac36e5f9a7c --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10652024-03-22T17:15:49.730Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=fb107b98f8ed9da2 -C extra-filename=-fb107b98f8ed9da2 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10662024-03-22T17:15:51.855Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=2b9f9529c6122135 -C extra-filename=-2b9f9529c6122135 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10672024-03-22T17:16:00.460Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=fbd9e41a84f10e10 -C extra-filename=-fbd9e41a84f10e10 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10682024-03-22T17:16:02.815Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=65d14e852b195fa1 -C extra-filename=-65d14e852b195fa1 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10692024-03-22T17:16:08.144Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=8384bce82dc55d80 -C extra-filename=-8384bce82dc55d80 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10702024-03-22T17:16:09.078Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_multipart --edition=2018 dropshot/tests/test_multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=e6bdd5c6fef35770 -C extra-filename=-e6bdd5c6fef35770 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10712024-03-22T17:16:11.524Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=20f435de45591652 -C extra-filename=-20f435de45591652 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10722024-03-22T17:16:11.766Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=46230bd13925c918 -C extra-filename=-46230bd13925c918 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10732024-03-22T17:16:13.289Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=dc9936cec982237a -C extra-filename=-dc9936cec982237a --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10742024-03-22T17:16:15.389Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=4a95870b91d1bf3d -C extra-filename=-4a95870b91d1bf3d --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10752024-03-22T17:16:16.385Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name test_detached_shutdown --edition=2018 dropshot/tests/test_detached_shutdown.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=31e61799fbb5cc7f -C extra-filename=-31e61799fbb5cc7f --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10762024-03-22T17:16:17.566Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2018 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=82206a6dd9530835 -C extra-filename=-82206a6dd9530835 --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10772024-03-22T17:16:18.347Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=669085e985ce65eb -C extra-filename=-669085e985ce65eb --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_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out`
10782024-03-22T17:16:48.725Z Finished test [unoptimized + debuginfo] target(s) in 1m 54s
10792024-03-22T17:16:48.746Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-4b4d1b480e2e16bf`
10802024-03-22T17:16:48.759Z
10812024-03-22T17:16:48.760Zrunning 95 tests
10822024-03-22T17:16:48.764Ztest api_description::test::test_badpath4 - should panic ... ok
10832024-03-22T17:16:48.764Ztest api_description::test::test_tags_need_one ... ok
10842024-03-22T17:16:48.764Ztest api_description::test::test_badpath2 ... ok
10852024-03-22T17:16:48.764Ztest api_description::test::test_badpath1 ... ok
10862024-03-22T17:16:48.764Ztest api_description::test::test_badpath3 ... ok
10872024-03-22T17:16:48.764Ztest api_description::test::test_dup_names ... ok
10882024-03-22T17:16:48.764Ztest api_description::test::test_tags_just_right ... ok
10892024-03-22T17:16:48.764Ztest api_description::test::test_tags_too_many ... ok
10902024-03-22T17:16:48.764Ztest error::test::test_serialize_error_response_body ... ok
10912024-03-22T17:16:48.764Ztest extractor::metadata::test::test_metadata_simple ... ok
10922024-03-22T17:16:48.764Ztest extractor::metadata::test::test_metadata_flattened ... ok
10932024-03-22T17:16:48.764Ztest from_map::test::test_lone_literal ... ok
10942024-03-22T17:16:48.764Ztest from_map::test::test_deep ... ok
10952024-03-22T17:16:48.764Ztest from_map::test::test_missing_data1 ... ok
10962024-03-22T17:16:48.764Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
10972024-03-22T17:16:48.764Ztest from_map::test::test_missing_data2 ... ok
10982024-03-22T17:16:48.764Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
10992024-03-22T17:16:48.764Ztest from_map::test::test_types ... ok
11002024-03-22T17:16:48.769Ztest extractor::metadata::test::test_metadata_pagination ... ok
11012024-03-22T17:16:48.769Ztest logging::test::test_config_bad_terminal_no_level ... ok
11022024-03-22T17:16:48.769Ztest logging::test::test_config_bad_terminal_bad_level ... ok
11032024-03-22T17:16:48.769Ztest logging::test::test_config_bad_file_no_file ... ok
11042024-03-22T17:16:48.769Ztest logging::test::test_config_bad_file_no_level ... ok
11052024-03-22T17:16:48.769Ztest logging::test::test_config_bad_log_mode ... ok
11062024-03-22T17:16:48.769Ztest logging::test::test_config_bad_file_bad_path_type ... ok
11072024-03-22T17:16:48.770Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
11082024-03-22T17:16:48.770Ztest pagination::test::test_pagination_schema ... ok
11092024-03-22T17:16:48.770Ztest pagination::test::test_results_page ... ok
11102024-03-22T17:16:48.770Ztest router::test::test_bad_path_segment1 - should panic ... ok
11112024-03-22T17:16:48.770Ztest router::test::test_bad_path_segment2 - should panic ... ok
11122024-03-22T17:16:48.770Ztest router::test::test_bad_path_segment4 - should panic ... ok
11132024-03-22T17:16:48.770Ztest pagination::test::test_page_token_serialization ... ok
11142024-03-22T17:16:48.770Ztest pagination::test::test_pagparams_parsing ... ok
11152024-03-22T17:16:48.770Ztest router::test::test_bogus_regex - should panic ... ok
11162024-03-22T17:16:48.770Ztest router::test::test_bad_path_segment3 - should panic ... ok
11172024-03-22T17:16:48.770Znote: configured to log to "/tmp/dropshot-4b4d1b480e2e16bf.1969.file_dir/log.out"
11182024-03-22T17:16:48.770Ztest router::test::test_duplicate_route1 - should panic ... ok
11192024-03-22T17:16:48.770Ztest router::test::test_duplicate_route2 - should panic ... ok
11202024-03-22T17:16:48.770Ztest router::test::test_duplicate_route3 - should panic ... ok
11212024-03-22T17:16:48.770Ztest router::test::test_duplicate_varname - should panic ... ok
11222024-03-22T17:16:48.770Ztest logging::test::test_config_stderr_terminal ... ok
11232024-03-22T17:16:48.770Ztest router::test::test_embedded_non_variable ... ok
11242024-03-22T17:16:48.770Ztest router::test::test_empty_variable ... ok
11252024-03-22T17:16:48.770Ztest router::test::test_error_cases ... ok
11262024-03-22T17:16:48.770Ztest router::test::test_inconsistent_varname - should panic ... ok
11272024-03-22T17:16:48.770Ztest router::test::test_iter ... ok
11282024-03-22T17:16:48.770Ztest router::test::test_iter2 ... ok
11292024-03-22T17:16:48.770Ztest router::test::test_iter_null ... ok
11302024-03-22T17:16:48.771Ztest router::test::test_literal_after_regex - should panic ... ok
11312024-03-22T17:16:48.771Ztest router::test::test_literal_after_variable - should panic ... ok
11322024-03-22T17:16:48.771Ztest router::test::test_path_segment ... ok
11332024-03-22T17:16:48.771Ztest router::test::test_map_bad_value ... ok
11342024-03-22T17:16:48.771Ztest router::test::test_router_basic ... ok
11352024-03-22T17:16:48.771Ztest router::test::test_more_after_regex - should panic ... ok
11362024-03-22T17:16:48.771Ztest router::test::test_map ... ok
11372024-03-22T17:16:48.771Ztest router::test::test_segments ... ok
11382024-03-22T17:16:48.771Ztest router::test::test_map_bad_seq ... ok
11392024-03-22T17:16:48.771Znote: configured to log to "/tmp/dropshot-4b4d1b480e2e16bf.1969.file_dir/log.out"
11402024-03-22T17:16:48.771Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
11412024-03-22T17:16:48.771Ztest router::test::test_variable_after_literal - should panic ... ok
11422024-03-22T17:16:48.771Ztest router::test::test_variable_name_bad_end - should panic ... ok
11432024-03-22T17:16:48.771Ztest router::test::test_variable_rename ... ok
11442024-03-22T17:16:48.771Ztest router::test::test_variable_name_bad_start - should panic ... ok
11452024-03-22T17:16:48.784Ztest router::test::test_variable_name_empty - should panic ... ok
11462024-03-22T17:16:48.784Ztest router::test::test_variables_glob ... ok
11472024-03-22T17:16:48.784Ztest router::test::test_variables_basic ... ok
11482024-03-22T17:16:48.784Ztest router::test::test_variables_multi ... ok
11492024-03-22T17:16:48.784Ztest schema_util::test::test_empty_struct ... ok
11502024-03-22T17:16:48.784Ztest schema_util::test::test_additional_properties ... ok
11512024-03-22T17:16:48.784Znote: configured to log to "/tmp/dropshot-4b4d1b480e2e16bf.1969.file_dir/log.out"
11522024-03-22T17:16:48.784Ztest schema_util::test::test_bad_schema - should panic ... ok
11532024-03-22T17:16:48.784Ztest schema_util::test::test_nullable ... ok
11542024-03-22T17:16:48.784Ztest schema_util::test::test_two_types - should panic ... ok
11552024-03-22T17:16:48.784Ztest api_description::test::test_tags_set ... ok
11562024-03-22T17:16:48.784Ztest logging::test::test_config_file ... ok
11572024-03-22T17:16:48.784Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
11582024-03-22T17:16:48.784Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
11592024-03-22T17:16:48.785Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
11602024-03-22T17:16:48.785Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
11612024-03-22T17:16:48.785Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
11622024-03-22T17:16:48.785Ztest test_util::test::test_bunyan_easy_cases ... ok
11632024-03-22T17:16:48.785Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
11642024-03-22T17:16:48.785Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
11652024-03-22T17:16:48.785Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
11662024-03-22T17:16:48.785Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
11672024-03-22T17:16:48.785Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
11682024-03-22T17:16:48.785Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
11692024-03-22T17:16:48.785Ztest to_map::test::test_to_map_num ... ok
11702024-03-22T17:16:48.785Ztest to_map::test::test_to_map_enum ... ok
11712024-03-22T17:16:48.785Ztest to_map::test::test_to_map_valid ... ok
11722024-03-22T17:16:48.785Ztest type_util::tests::test_commented_ref ... ok
11732024-03-22T17:16:48.785Ztest to_map::test::test_to_map_vec ... ok
11742024-03-22T17:16:48.785Ztest to_map::test::test_to_map_seq ... ok
11752024-03-22T17:16:48.785Ztest type_util::tests::test_reflexive_type - should panic ... ok
11762024-03-22T17:16:48.785Ztest type_util::tests::test_recursive_type - should panic ... ok
11772024-03-22T17:16:48.785Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
11782024-03-22T17:16:48.785Ztest server::test::test_drop_server_without_close_okay ... ok
11792024-03-22T17:16:48.785Ztest server::test::test_server_run_then_close ... ok
11802024-03-22T17:16:48.785Z
11812024-03-22T17:16:48.785Ztest result: ok. 95 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
11822024-03-22T17:16:48.785Z
11832024-03-22T17:16:48.786Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-20f435de45591652`
11842024-03-22T17:16:48.786Z
11852024-03-22T17:16:48.786Zrunning 1 test
11862024-03-22T17:16:49.113Z Compiling proc-macro2 v1.0.79
11872024-03-22T17:16:49.113Z Compiling unicode-ident v1.0.0
11882024-03-22T17:16:49.117Z Compiling libc v0.2.153
11892024-03-22T17:16:49.117Z Checking cfg-if v1.0.0
11902024-03-22T17:16:49.117Z Compiling serde v1.0.197
11912024-03-22T17:16:49.117Z Compiling version_check v0.9.4
11922024-03-22T17:16:49.117Z Checking itoa v1.0.1
11932024-03-22T17:16:49.124Z Compiling log v0.4.17
11942024-03-22T17:16:49.180Z Compiling thiserror v1.0.56
11952024-03-22T17:16:49.287Z Checking pin-project-lite v0.2.12
11962024-03-22T17:16:49.314Z Compiling ryu v1.0.5
11972024-03-22T17:16:49.394Z Compiling serde_json v1.0.114
11982024-03-22T17:16:49.528Z Checking bytes v1.5.0
11992024-03-22T17:16:49.779Z Checking futures-core v0.3.30
12002024-03-22T17:16:49.922Z Checking memchr v2.6.0
12012024-03-22T17:16:49.932Z Checking futures-sink v0.3.30
12022024-03-22T17:16:49.982Z Compiling parking_lot_core v0.9.4
12032024-03-22T17:16:50.015Z Compiling ucd-trie v0.1.6
12042024-03-22T17:16:50.311Z Checking once_cell v1.13.1
12052024-03-22T17:16:50.581Z Checking fnv v1.0.7
12062024-03-22T17:16:50.689Z Compiling quote v1.0.35
12072024-03-22T17:16:50.776Z Checking scopeguard v1.1.0
12082024-03-22T17:16:50.784Z Checking smallvec v1.7.0
12092024-03-22T17:16:50.887Z Checking lock_api v0.4.6
12102024-03-22T17:16:51.122Z Compiling syn v2.0.52
12112024-03-22T17:16:51.165Z Checking futures-channel v0.3.30
12122024-03-22T17:16:51.243Z Checking getrandom v0.2.11
12132024-03-22T17:16:51.453Z Compiling cc v1.0.83
12142024-03-22T17:16:51.505Z Checking pin-utils v0.1.0
12152024-03-22T17:16:51.521Z Checking slab v0.4.5
12162024-03-22T17:16:51.562Z Checking futures-io v0.3.30
12172024-03-22T17:16:51.580Z Compiling typenum v1.14.0
12182024-03-22T17:16:51.676Z Checking futures-task v0.3.30
12192024-03-22T17:16:51.714Z Checking parking_lot v0.12.1
12202024-03-22T17:16:51.748Z Checking num_cpus v1.13.0
12212024-03-22T17:16:51.789Z Checking mio v0.8.11
12222024-03-22T17:16:51.844Z Checking socket2 v0.5.5
12232024-03-22T17:16:51.868Z Checking signal-hook-registry v1.4.0
12242024-03-22T17:16:51.883Z Compiling generic-array v0.14.5
12252024-03-22T17:16:52.110Z Checking equivalent v1.0.0
12262024-03-22T17:16:52.152Z Compiling httparse v1.8.0
12272024-03-22T17:16:52.205Z Checking hashbrown v0.14.1
12282024-03-22T17:16:52.242Z Compiling crossbeam-utils v0.8.15
12292024-03-22T17:16:52.360Z Compiling usdt-impl v0.5.0
12302024-03-22T17:16:52.366Z Compiling unicase v2.6.0
12312024-03-22T17:16:52.782Z Checking spin v0.9.8
12322024-03-22T17:16:52.842Z Compiling time-core v0.1.2
12332024-03-22T17:16:52.855Z Checking powerfmt v0.2.0
12342024-03-22T17:16:53.011Z Compiling time-macros v0.2.16
12352024-03-22T17:16:53.107Z Checking deranged v0.3.11
12362024-03-22T17:16:53.559Z Checking tracing-core v0.1.32
12372024-03-22T17:16:53.627Z Compiling plain v0.2.3
12382024-03-22T17:16:53.770Z Checking percent-encoding v2.3.1
12392024-03-22T17:16:53.774Z Compiling byteorder v1.4.3
12402024-03-22T17:16:53.962Z Checking num_threads v0.1.3
12412024-03-22T17:16:54.063Z Checking tinyvec_macros v0.1.0
12422024-03-22T17:16:54.137Z Compiling slog v2.7.0
12432024-03-22T17:16:54.406Z Checking untrusted v0.9.0
12442024-03-22T17:16:54.540Z Checking rustls-pki-types v1.3.1
12452024-03-22T17:16:54.814Z Checking tracing v0.1.40
12462024-03-22T17:16:54.821Z Checking tinyvec v1.5.1
12472024-03-22T17:16:54.905Z Checking form_urlencoded v1.2.1
12482024-03-22T17:16:54.975Z Checking http v0.2.9
12492024-03-22T17:16:55.109Z Compiling autocfg v1.1.0
12502024-03-22T17:16:55.217Z Compiling ring v0.17.7
12512024-03-22T17:16:55.372Z Checking base64 v0.21.7
12522024-03-22T17:16:55.614Z Compiling syn v1.0.109
12532024-03-22T17:16:55.830Z Compiling pretty-hex v0.4.1
12542024-03-22T17:16:56.040Z Checking block-buffer v0.10.2
12552024-03-22T17:16:56.118Z Checking unicode-normalization v0.1.19
12562024-03-22T17:16:56.138Z Compiling num-traits v0.2.14
12572024-03-22T17:16:56.207Z Checking crypto-common v0.1.6
12582024-03-22T17:16:56.561Z Checking rand_core v0.6.3
12592024-03-22T17:16:56.683Z Compiling thread-id v4.0.0
12602024-03-22T17:16:56.773Z Checking unicode-bidi v0.3.7
12612024-03-22T17:16:56.777Z Compiling rustls v0.22.2
12622024-03-22T17:16:56.821Z Checking try-lock v0.2.3
12632024-03-22T17:16:56.935Z Checking ppv-lite86 v0.2.15
12642024-03-22T17:16:57.089Z Checking matches v0.1.9
12652024-03-22T17:16:57.119Z Checking want v0.3.0
12662024-03-22T17:16:57.194Z Checking time v0.3.31
12672024-03-22T17:16:57.326Z Checking idna v0.2.3
12682024-03-22T17:16:57.557Z Checking digest v0.10.7
12692024-03-22T17:16:57.567Z Checking http-body v0.4.3
12702024-03-22T17:16:57.594Z Checking rand_chacha v0.3.1
12712024-03-22T17:16:57.881Z Checking dirs-sys-next v0.1.2
12722024-03-22T17:16:57.886Z Checking socket2 v0.4.9
12732024-03-22T17:16:57.925Z Checking http v1.0.0
12742024-03-22T17:16:58.041Z Checking tower-service v0.3.1
12752024-03-22T17:16:58.154Z Checking cpufeatures v0.2.2
12762024-03-22T17:16:58.229Z Checking subtle v2.5.0
12772024-03-22T17:16:58.291Z Checking zeroize v1.7.0
12782024-03-22T17:16:58.310Z Checking mime v0.3.16
12792024-03-22T17:16:58.440Z Checking httpdate v1.0.1
12802024-03-22T17:16:58.515Z Checking sha1 v0.10.6
12812024-03-22T17:16:58.599Z Checking url v2.2.2
12822024-03-22T17:16:58.656Z Checking dirs-next v2.0.0
12832024-03-22T17:16:58.749Z Checking rand v0.8.4
12842024-03-22T17:16:58.768Z Compiling mime_guess v2.0.4
12852024-03-22T17:16:59.366Z Checking rustls-pemfile v2.1.1
12862024-03-22T17:16:59.583Z Checking concurrent-queue v2.2.0
12872024-03-22T17:17:00.110Z Checking thread_local v1.1.4
12882024-03-22T17:17:00.194Z Compiling multer v3.0.0
12892024-03-22T17:17:00.348Z Checking winnow v0.6.5
12902024-03-22T17:17:00.423Z Checking match_cfg v0.1.0
12912024-03-22T17:17:00.500Z Compiling slog-async v2.8.0
12922024-03-22T17:17:00.518Z Checking iana-time-zone v0.1.47
12932024-03-22T17:17:00.556Z Checking parking v2.2.0
12942024-03-22T17:17:00.653Z Compiling schemars v0.8.16
12952024-03-22T17:17:00.707Z Compiling camino v1.1.6
12962024-03-22T17:17:01.082Z Compiling paste v1.0.14
12972024-03-22T17:17:01.128Z Compiling rustix v0.38.31
12982024-03-22T17:17:01.494Z Compiling async-trait v0.1.78
12992024-03-22T17:17:01.617Z Checking rustls-webpki v0.102.1
13002024-03-22T17:17:01.848Z Checking event-listener v5.0.0
13012024-03-22T17:17:02.174Z Checking hostname v0.3.1
13022024-03-22T17:17:02.246Z Checking term v0.7.0
13032024-03-22T17:17:02.280Z Checking crossbeam-channel v0.5.1
13042024-03-22T17:17:02.472Z Checking memmap v0.7.0
13052024-03-22T17:17:02.677Z Checking is-terminal v0.4.12
13062024-03-22T17:17:02.685Z Checking errno v0.3.8
13072024-03-22T17:17:02.786Z Compiling dropshot v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot)
13082024-03-22T17:17:02.838Z Checking encoding_rs v0.8.32
13092024-03-22T17:17:03.010Z Checking dyn-clone v1.0.4
13102024-03-22T17:17:03.113Z Checking atomic-waker v1.1.1
13112024-03-22T17:17:03.152Z Checking utf-8 v0.7.6
13122024-03-22T17:17:03.218Z Checking unicode-width v0.1.9
13132024-03-22T17:17:03.286Z Checking data-encoding v2.4.0
13142024-03-22T17:17:03.323Z Checking bitflags v2.4.0
13152024-03-22T17:17:03.349Z Checking unicode-segmentation v1.10.0
13162024-03-22T17:17:03.575Z Checking openssl-probe v0.1.4
13172024-03-22T17:17:03.700Z Checking take_mut v0.2.2
13182024-03-22T17:17:03.780Z Compiling buf-list v1.0.3
13192024-03-22T17:17:03.838Z Checking lazy_static v1.4.0
13202024-03-22T17:17:03.927Z Compiling serde_derive_internals v0.26.0
13212024-03-22T17:17:03.949Z Checking console v0.15.7
13222024-03-22T17:17:04.483Z Checking newline-converter v0.3.0
13232024-03-22T17:17:04.577Z Checking rustls-native-certs v0.7.0
13242024-03-22T17:17:04.700Z Checking waitgroup v0.1.2
13252024-03-22T17:17:04.833Z Checking slog-term v2.9.1
13262024-03-22T17:17:05.109Z Checking event-listener-strategy v0.5.0
13272024-03-22T17:17:05.304Z Checking yasna v0.5.2
13282024-03-22T17:17:05.546Z Checking pem v3.0.3
13292024-03-22T17:17:05.802Z Checking debug-ignore v1.0.5
13302024-03-22T17:17:05.927Z Checking base64 v0.22.0
13312024-03-22T17:17:05.995Z Checking similar v2.2.1
13322024-03-22T17:17:06.151Z Checking fastrand v2.0.1
13332024-03-22T17:17:06.243Z Checking http-range v0.1.4
13342024-03-22T17:17:06.380Z Checking rcgen v0.12.1
13352024-03-22T17:17:06.406Z Checking async-channel v2.2.0
13362024-03-22T17:17:06.468Z Checking tempfile v3.10.1
13372024-03-22T17:17:06.685Z Checking expectorate v1.1.0
13382024-03-22T17:17:06.781Z Checking subprocess v0.2.9
13392024-03-22T17:17:06.964Z Compiling serde_derive v1.0.197
13402024-03-22T17:17:07.007Z Compiling thiserror-impl v1.0.56
13412024-03-22T17:17:07.060Z Compiling scroll_derive v0.12.0
13422024-03-22T17:17:07.305Z Compiling futures-macro v0.3.30
13432024-03-22T17:17:07.466Z Compiling zerocopy-derive v0.7.32
13442024-03-22T17:17:07.573Z Compiling tokio-macros v2.2.0
13452024-03-22T17:17:07.579Z Compiling async-stream-impl v0.3.5
13462024-03-22T17:17:09.448Z Compiling scroll v0.12.0
13472024-03-22T17:17:09.984Z Compiling goblin v0.8.0
13482024-03-22T17:17:10.263Z Checking tokio v1.36.0
13492024-03-22T17:17:10.540Z Checking futures-util v0.3.30
13502024-03-22T17:17:11.196Z Compiling zerocopy v0.7.32
13512024-03-22T17:17:12.084Z Compiling pest v2.7.6
13522024-03-22T17:17:14.223Z Compiling schemars_derive v0.8.16
13532024-03-22T17:17:14.971Z Compiling pest_meta v2.7.6
13542024-03-22T17:17:15.193Z Checking tungstenite v0.21.0
13552024-03-22T17:17:15.225Z Checking async-stream v0.3.5
13562024-03-22T17:17:15.795Z Checking futures-executor v0.3.30
13572024-03-22T17:17:16.010Z Checking futures v0.3.30
13582024-03-22T17:17:16.434Z Compiling pest_generator v2.7.6
13592024-03-22T17:17:17.319Z Checking tokio-util v0.7.7
13602024-03-22T17:17:17.344Z Checking tokio-rustls v0.25.0
13612024-03-22T17:17:17.674Z Checking tokio-tungstenite v0.21.0
13622024-03-22T17:17:19.855Z Compiling pest_derive v2.7.6
13632024-03-22T17:17:20.939Z Compiling dtrace-parser v0.2.0
13642024-03-22T17:17:22.053Z Checking indexmap v2.2.5
13652024-03-22T17:17:22.057Z Checking serde_spanned v0.6.5
13662024-03-22T17:17:22.057Z Checking toml_datetime v0.6.5
13672024-03-22T17:17:22.057Z Checking chrono v0.4.34
13682024-03-22T17:17:22.057Z Checking uuid v1.7.0
13692024-03-22T17:17:22.213Z Checking serde_path_to_error v0.1.16
13702024-03-22T17:17:22.295Z Checking serde_urlencoded v0.7.1
13712024-03-22T17:17:22.641Z Compiling serde_tokenstream v0.2.0
13722024-03-22T17:17:23.166Z Compiling dropshot_endpoint v0.10.1-dev (/work/oxidecomputer/dropshot/dropshot_endpoint)
13732024-03-22T17:17:23.244Z Checking h2 v0.3.24
13742024-03-22T17:17:23.248Z Checking toml_edit v0.22.7
13752024-03-22T17:17:23.494Z Checking dof v0.3.0
13762024-03-22T17:17:23.494Z Checking slog-json v2.6.1
13772024-03-22T17:17:23.498Z Checking openapiv3 v2.0.0
13782024-03-22T17:17:23.742Z Checking slog-bunyan v2.5.0
13792024-03-22T17:17:25.501Z Checking toml v0.8.11
13802024-03-22T17:17:26.768Z Compiling usdt-attr-macro v0.5.0
13812024-03-22T17:17:26.768Z Compiling usdt-macro v0.5.0
13822024-03-22T17:17:27.066Z Checking hyper v0.14.27
13832024-03-22T17:17:28.735Z Checking usdt v0.5.0
13842024-03-22T17:17:29.961Z Checking hyper-staticfile v0.9.5
13852024-03-22T17:17:29.966Z Checking hyper-rustls v0.25.0
13862024-03-22T17:17:32.132Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
13872024-03-22T17:17:32.181Z Finished dev [unoptimized + debuginfo] target(s) in 43.36s
13882024-03-22T17:17:32.364Z
13892024-03-22T17:17:32.364Z
13902024-03-22T17:17:33.692Ztest tests/fail/bad_endpoint1.rs ... ok
13912024-03-22T17:17:33.692Ztest tests/fail/bad_endpoint10.rs ... ok
13922024-03-22T17:17:33.696Ztest tests/fail/bad_endpoint11.rs ... ok
13932024-03-22T17:17:33.696Ztest tests/fail/bad_endpoint12.rs ... ok
13942024-03-22T17:17:33.696Ztest tests/fail/bad_endpoint13.rs ... ok
13952024-03-22T17:17:33.696Ztest tests/fail/bad_endpoint14.rs ... ok
13962024-03-22T17:17:33.696Ztest tests/fail/bad_endpoint15.rs ... ok
13972024-03-22T17:17:33.696Ztest tests/fail/bad_endpoint16.rs ... ok
13982024-03-22T17:17:33.697Ztest tests/fail/bad_endpoint17.rs ... ok
13992024-03-22T17:17:33.697Ztest tests/fail/bad_endpoint18.rs ... ok
14002024-03-22T17:17:33.697Ztest tests/fail/bad_endpoint19.rs ... ok
14012024-03-22T17:17:33.697Ztest tests/fail/bad_endpoint2.rs ... ok
14022024-03-22T17:17:33.697Ztest tests/fail/bad_endpoint3.rs ... ok
14032024-03-22T17:17:33.697Ztest tests/fail/bad_endpoint4.rs ... ok
14042024-03-22T17:17:33.697Ztest tests/fail/bad_endpoint5.rs ... ok
14052024-03-22T17:17:33.697Ztest tests/fail/bad_endpoint6.rs ... ok
14062024-03-22T17:17:33.697Ztest tests/fail/bad_endpoint7.rs ... ok
14072024-03-22T17:17:33.697Ztest tests/fail/bad_endpoint8.rs ... ok
14082024-03-22T17:17:33.697Ztest tests/fail/bad_endpoint9.rs ... ok
14092024-03-22T17:17:33.697Ztest tests/fail/unused_endpoint.rs ... ok
14102024-03-22T17:17:33.697Z
14112024-03-22T17:17:33.697Z
14122024-03-22T17:17:33.697Ztest fail ... ok
14132024-03-22T17:17:33.697Z
14142024-03-22T17:17:33.697Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 44.90s
14152024-03-22T17:17:33.697Z
14162024-03-22T17:17:33.697Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_config-dc09166893b82223`
14172024-03-22T17:17:33.701Z
14182024-03-22T17:17:33.702Zrunning 10 tests
14192024-03-22T17:17:33.706Ztest test_config_bad_request_body_max_bytes_too_large ... ok
14202024-03-22T17:17:33.706Ztest test_config_bad_request_body_max_bytes_negative ... ok
14212024-03-22T17:17:33.706Ztest test_config_bad_bind_address_port_too_small ... ok
14222024-03-22T17:17:33.706Ztest test_config_bad_bind_address_garbage ... ok
14232024-03-22T17:17:33.706Ztest test_config_bad_bind_address_port_too_large ... ok
14242024-03-22T17:17:33.706Znote: configured to log to "/tmp/test_config-dc09166893b82223-config_bind_address_https.2568.1.log"
14252024-03-22T17:17:33.706Znote: configured to log to "/tmp/test_config-dc09166893b82223-config_bind_address_https_buffer.2568.2.log"
14262024-03-22T17:17:33.706Znote: configured to log to "/tmp/test_config-dc09166893b82223-config_handler_task_mode_detached.2568.4.log"
14272024-03-22T17:17:33.706Znote: configured to log to "/tmp/test_config-dc09166893b82223-config_handler_task_mode_cancel.2568.3.log"
14282024-03-22T17:17:33.706Znote: configured to log to "/tmp/test_config-dc09166893b82223-config_bind_address_http.2568.0.log"
14292024-03-22T17:17:33.710Ztest test_config_handler_task_mode_cancel ... ok
14302024-03-22T17:17:33.710Ztest test_config_handler_task_mode_detached ... ok
14312024-03-22T17:17:33.714Ztest test_config_bind_address_http ... ok
14322024-03-22T17:17:33.725Ztest test_config_bind_address_https_buffer ... ok
14332024-03-22T17:17:33.729Ztest test_config_bind_address_https ... ok
14342024-03-22T17:17:33.729Z
14352024-03-22T17:17:33.729Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
14362024-03-22T17:17:33.729Z
14372024-03-22T17:17:33.729Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_demo-04e1f6c1da472a5c`
14382024-03-22T17:17:33.734Z
14392024-03-22T17:17:33.734Zrunning 21 tests
14402024-03-22T17:17:33.741Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_303_see_other.2569.2.log"
14412024-03-22T17:17:33.741Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-demo1.2569.1.log"
14422024-03-22T17:17:33.745Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_307_temporary_redirect.2569.7.log"
14432024-03-22T17:17:33.745Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_302_found.2569.4.log"
14442024-03-22T17:17:33.745Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-demo2json.2569.0.log"
14452024-03-22T17:17:33.745Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_delete_request.2569.6.log"
14462024-03-22T17:17:33.745Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_302_bogus.2569.5.log"
14472024-03-22T17:17:33.745Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-demo2query.2569.3.log"
14482024-03-22T17:17:33.750Ztest test_303_see_other ... ok
14492024-03-22T17:17:33.750Ztest test_307_temporary_redirect ... ok
14502024-03-22T17:17:33.750Ztest test_302_bogus ... ok
14512024-03-22T17:17:33.750Ztest test_302_found ... ok
14522024-03-22T17:17:33.750Ztest test_demo1 ... ok
14532024-03-22T17:17:33.750Ztest test_delete_request ... ok
14542024-03-22T17:17:33.750Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-demo_path_param_string.2569.8.log"
14552024-03-22T17:17:33.751Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-demo_websocket.2569.10.log"
14562024-03-22T17:17:33.751Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-demo_path_param_u32.2569.11.log"
14572024-03-22T17:17:33.751Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-demo3json.2569.12.log"
14582024-03-22T17:17:33.751Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-demo_path_param_uuid.2569.9.log"
14592024-03-22T17:17:33.751Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-demo2urlencoded.2569.13.log"
14602024-03-22T17:17:34.759Ztest test_demo_path_param_u32 ... ok
14612024-03-22T17:17:34.759Ztest test_demo_path_param_uuid ... ok
14622024-03-22T17:17:34.759Ztest test_demo3json ... ok
14632024-03-22T17:17:34.759Ztest test_demo2query ... ok
14642024-03-22T17:17:34.759Ztest test_demo_websocket ... ok
14652024-03-22T17:17:34.759Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_head_request.2569.14.log"
14662024-03-22T17:17:34.759Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-tet_raw_request.2569.16.log"
14672024-03-22T17:17:34.759Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_header_request.2569.15.log"
14682024-03-22T17:17:34.759Ztest test_demo2urlencoded ... ok
14692024-03-22T17:17:34.759Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_request_compat.2569.17.log"
14702024-03-22T17:17:34.759Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_request_remote_addr.2569.18.log"
14712024-03-22T17:17:34.759Ztest test_header_request ... ok
14722024-03-22T17:17:34.760Ztest test_raw_request ... ok
14732024-03-22T17:17:34.760Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_streaming_body.2569.19.log"
14742024-03-22T17:17:34.760Ztest test_request_compat ... ok
14752024-03-22T17:17:34.760Ztest test_request_remote_addr ... ok
14762024-03-22T17:17:34.760Znote: configured to log to "/tmp/test_demo-04e1f6c1da472a5c-test_untyped_body.2569.20.log"
14772024-03-22T17:17:34.760Ztest test_demo2json ... ok
14782024-03-22T17:17:34.765Ztest test_demo_path_param_string ... ok
14792024-03-22T17:17:34.765Ztest test_head_request ... ok
14802024-03-22T17:17:34.765Ztest test_streaming_body ... ok
14812024-03-22T17:17:34.765Ztest test_untyped_body ... ok
14822024-03-22T17:17:34.765Z
14832024-03-22T17:17:34.765Ztest result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
14842024-03-22T17:17:34.765Z
14852024-03-22T17:17:34.765Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_detached_shutdown-31e61799fbb5cc7f`
14862024-03-22T17:17:34.765Z
14872024-03-22T17:17:34.765Zrunning 1 test
14882024-03-22T17:17:34.765Znote: configured to log to "/tmp/test_detached_shutdown-31e61799fbb5cc7f-graceful_shutdown_with_detached_handler.2570.0.log"
14892024-03-22T17:17:35.777Ztest test_graceful_shutdown_with_detached_handler ... ok
14902024-03-22T17:17:35.777Z
14912024-03-22T17:17:35.777Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.01s
14922024-03-22T17:17:35.777Z
14932024-03-22T17:17:35.781Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_multipart-e6bdd5c6fef35770`
14942024-03-22T17:17:35.785Z
14952024-03-22T17:17:35.785Zrunning 4 tests
14962024-03-22T17:17:35.790Znote: configured to log to "/tmp/test_multipart-e6bdd5c6fef35770-multipart_client.2571.1.log"
14972024-03-22T17:17:35.790Znote: configured to log to "/tmp/test_multipart-e6bdd5c6fef35770-multipart_client.2571.0.log"
14982024-03-22T17:17:35.790Znote: configured to log to "/tmp/test_multipart-e6bdd5c6fef35770-multipart_client.2571.3.log"
14992024-03-22T17:17:35.790Znote: configured to log to "/tmp/test_multipart-e6bdd5c6fef35770-multipart_client.2571.2.log"
15002024-03-22T17:17:35.794Ztest no_content_type ... ok
15012024-03-22T17:17:35.794Ztest weird_content_type ... ok
15022024-03-22T17:17:35.794Ztest test_multipart_client ... ok
15032024-03-22T17:17:35.794Ztest missing_boundary ... ok
15042024-03-22T17:17:35.794Z
15052024-03-22T17:17:35.794Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15062024-03-22T17:17:35.794Z
15072024-03-22T17:17:35.798Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_openapi-2b9f9529c6122135`
15082024-03-22T17:17:35.805Z
15092024-03-22T17:17:35.805Zrunning 2 tests
15102024-03-22T17:17:35.809Ztest test_openapi ... ok
15112024-03-22T17:17:35.809Ztest test_openapi_fuller ... ok
15122024-03-22T17:17:35.809Z
15132024-03-22T17:17:35.809Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15142024-03-22T17:17:35.809Z
15152024-03-22T17:17:35.809Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination-973172224021d6cc`
15162024-03-22T17:17:35.814Z
15172024-03-22T17:17:35.814Zrunning 9 tests
15182024-03-22T17:17:35.818Znote: configured to log to "/tmp/test_pagination-973172224021d6cc-pagination-multiple-sorts.2573.1.log"
15192024-03-22T17:17:35.818Znote: configured to log to "/tmp/test_pagination-973172224021d6cc-pagination-multiple-resources.2573.0.log"
15202024-03-22T17:17:35.819Znote: configured to log to "/tmp/test_pagination-973172224021d6cc-pagination-basic.2573.2.log"
15212024-03-22T17:17:35.819Znote: configured to log to "/tmp/test_pagination-973172224021d6cc-errors.2573.3.log"
15222024-03-22T17:17:35.819Znote: configured to log to "/tmp/test_pagination-973172224021d6cc-empty.2573.4.log"
15232024-03-22T17:17:35.819Znote: configured to log to "/tmp/test_pagination-973172224021d6cc-basic.2573.6.log"
15242024-03-22T17:17:35.819Znote: configured to log to "/tmp/test_pagination-973172224021d6cc-extra_params.2573.5.log"
15252024-03-22T17:17:35.819Znote: configured to log to "/tmp/test_pagination-973172224021d6cc-dictionary.2573.7.log"
15262024-03-22T17:17:35.856Ztest test_paginate_empty ... ok
15272024-03-22T17:17:35.861Znote: configured to log to "/tmp/test_pagination-973172224021d6cc-required_params.2573.8.log"
15282024-03-22T17:17:35.865Ztest test_paginate_errors ... ok
15292024-03-22T17:17:35.865Ztest test_paginate_extra_params ... ok
15302024-03-22T17:17:35.872Ztest test_paginate_with_required_params ... ok
15312024-03-22T17:17:35.956Ztest test_paginate_basic ... ok
15322024-03-22T17:17:37.992Ztest test_example_basic ... ok
15332024-03-22T17:17:38.697Ztest test_paginate_dictionary ... ok
15342024-03-22T17:17:42.442Ztest test_example_multiple_sorts ... ok
15352024-03-22T17:17:42.895Ztest test_example_multiple_resources ... ok
15362024-03-22T17:17:42.895Z
15372024-03-22T17:17:42.895Ztest result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.08s
15382024-03-22T17:17:42.895Z
15392024-03-22T17:17:42.900Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_pagination_schema-a91b363a949b6a48`
15402024-03-22T17:17:42.908Z
15412024-03-22T17:17:42.908Zrunning 1 test
15422024-03-22T17:17:42.913Ztest test_pagination_schema ... ok
15432024-03-22T17:17:42.913Z
15442024-03-22T17:17:42.913Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
15452024-03-22T17:17:42.913Z
15462024-03-22T17:17:42.913Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_path_names-fbd9e41a84f10e10`
15472024-03-22T17:17:42.917Z
15482024-03-22T17:17:42.917Zrunning 1 test
15492024-03-22T17:17:42.917Ztest test_path_names ... ok
15502024-03-22T17:17:42.917Z
15512024-03-22T17:17:42.917Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
15522024-03-22T17:17:42.917Z
15532024-03-22T17:17:42.917Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_streaming-52bb4b9753026ce6`
15542024-03-22T17:17:42.922Z
15552024-03-22T17:17:42.922Zrunning 3 tests
15562024-03-22T17:17:42.926Znote: configured to log to "/tmp/test_streaming-52bb4b9753026ce6-streaming_server_streaming_client.2579.1.log"
15572024-03-22T17:17:42.926Znote: configured to log to "/tmp/test_streaming-52bb4b9753026ce6-streaming_server_buffered_client.2579.0.log"
15582024-03-22T17:17:42.926Znote: configured to log to "/tmp/test_streaming-52bb4b9753026ce6-non_streaming_servers_do_not_use_transfer_encoding.2579.2.log"
15592024-03-22T17:17:42.930Ztest test_non_streaming_servers_do_not_use_transfer_encoding ... ok
15602024-03-22T17:17:42.945Ztest test_streaming_server_streaming_client ... ok
15612024-03-22T17:17:42.950Ztest test_streaming_server_buffered_client ... ok
15622024-03-22T17:17:42.951Z
15632024-03-22T17:17:42.951Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
15642024-03-22T17:17:42.951Z
15652024-03-22T17:17:42.955Z Running `/work/oxidecomputer/dropshot/target/debug/deps/test_tls-8384bce82dc55d80`
15662024-03-22T17:17:42.960Z
15672024-03-22T17:17:42.960Zrunning 6 tests
15682024-03-22T17:17:42.960Znote: configured to log to "/tmp/test_tls-8384bce82dc55d80-test_server_is_https.2580.3.log"
15692024-03-22T17:17:42.960Znote: configured to log to "/tmp/test_tls-8384bce82dc55d80-test_tls_certificate_loading.2580.0.log"
15702024-03-22T17:17:42.960Znote: configured to log to "/tmp/test_tls-8384bce82dc55d80-test_server_is_http.2580.5.log"
15712024-03-22T17:17:42.960Znote: configured to log to "/tmp/test_tls-8384bce82dc55d80-test_tls_only.2580.4.log"
15722024-03-22T17:17:42.960Znote: configured to log to "/tmp/test_tls-8384bce82dc55d80-test_tls_refresh_certificates.2580.2.log"
15732024-03-22T17:17:42.960Znote: configured to log to "/tmp/test_tls-8384bce82dc55d80-test_tls_aborted_negotiation.2580.1.log"
15742024-03-22T17:17:42.981Ztest test_server_is_http ... ok
15752024-03-22T17:17:43.091Ztest test_tls_certificate_loading ... ok
15762024-03-22T17:17:43.103Ztest test_server_is_https ... ok
15772024-03-22T17:17:43.115Ztest test_tls_only ... ok
15782024-03-22T17:17:43.115Ztest test_tls_aborted_negotiation ... ok
15792024-03-22T17:17:43.131Ztest test_tls_refresh_certificates ... ok
15802024-03-22T17:17:43.131Z
15812024-03-22T17:17:43.131Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
15822024-03-22T17:17:43.131Z
15832024-03-22T17:17:43.135Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-148c295fbe5ef525`
15842024-03-22T17:17:43.143Z
15852024-03-22T17:17:43.143Zrunning 15 tests
15862024-03-22T17:17:43.147Ztest tests::test_endpoint_bad_string ... ok
15872024-03-22T17:17:43.148Ztest tests::test_endpoint_bad_metadata ... ok
15882024-03-22T17:17:43.148Ztest tests::test_endpoint_invalid_item ... ok
15892024-03-22T17:17:43.148Ztest syn_parsing::tests::test_busted_function ... ok
15902024-03-22T17:17:43.148Ztest tests::test_endpoint_bad_context_receiver ... ok
15912024-03-22T17:17:43.148Ztest tests::test_endpoint_not_async ... ok
15922024-03-22T17:17:43.148Ztest tests::test_endpoint_no_arguments ... ok
15932024-03-22T17:17:43.148Ztest tests::test_endpoint_context_fully_qualified_names ... ok
15942024-03-22T17:17:43.148Ztest tests::test_extract_summary_description ... ok
15952024-03-22T17:17:43.148Ztest tests::test_endpoint_basic ... ok
15962024-03-22T17:17:43.148Ztest tests::test_endpoint_content_type ... ok
15972024-03-22T17:17:43.148Ztest tests::test_endpoint_with_doc ... ok
15982024-03-22T17:17:43.148Ztest tests::test_endpoint_pub_crate ... ok
15992024-03-22T17:17:43.149Ztest tests::test_endpoint_with_query ... ok
16002024-03-22T17:17:43.149Ztest tests::test_endpoint_with_tags ... ok
16012024-03-22T17:17:43.149Z
16022024-03-22T17:17:43.149Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
16032024-03-22T17:17:43.149Z
16042024-03-22T17:17:43.154Z Doc-tests dropshot
16052024-03-22T17:17:43.154Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2018 --crate-type lib --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-bb8ee6cf41ae0275.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-c0fbdc04f5203cfe.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-9c4d4853d5732385.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8bc9344f1961f1ef.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9f604851852bf1ec.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-f412e2fce08c74d3.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-4963ef7c5a3d2dcd.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ac09a6c25ff8399.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-226b92a384f1f474.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55e6407d08feb13.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-a1a550ce275ad20e.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-3f78fc507be1952e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-6e2ff86f6f43c2f7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-194faf19b9951c04.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b91c7875ee44aef1.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0ba719c23b8c1519.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2628c7e1b1cf783c.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-1b9f2ac75a246031.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-cbd25bbdd3f52319.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8f93af5ac36cac0e.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c9c1b0b7fe6fe29e.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ac3f73d86e6ee9c.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-d2daa2f08169c676.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-4f342b4719edc70e.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-e51cd6ff8f0a0459.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d59650aef1f7a4d2.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-8d02a3f55b6b58b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-20f9aea077a3b489.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-25a667590a83e39b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-f02effa3f3ab6370.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-173e1586125d86cc.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8413f3413c17e0ea.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-1100463a0357004b.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-00bcf70a8fe0de4e.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-cd3c1432148ea2bd.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-f6653d6a18f3f9c5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-751d22afd9ff62b3.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-24b6c431d6d306be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-410714d5b75c0864.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2ae8e775a9b48ed7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-de36b6d0a3c7f624.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-bf19258cb6e4b23f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f9d7f1fc51a89876.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-435c656d9dcd47a5.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-e6ab5d12f5de0783.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-b3dfe2d86eca337f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-82458f23ce2d514a.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9860e3fc7a9024ee.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-57a7bed32ea03d51.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-a535c177315179f4.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-abfcb10096bfb368.rlib -C embed-bitcode=no --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --error-format human`
16062024-03-22T17:17:43.611Z
16072024-03-22T17:17:43.611Zrunning 13 tests
16082024-03-22T17:17:43.615Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
16092024-03-22T17:17:43.615Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
16102024-03-22T17:17:43.646Ztest dropshot/src/lib.rs - (line 188) ... ignored
16112024-03-22T17:17:43.650Ztest dropshot/src/lib.rs - (line 211) ... ignored
16122024-03-22T17:17:43.893Ztest dropshot/src/lib.rs - (line 45) - compile ... ok
16132024-03-22T17:17:45.716Ztest dropshot/src/lib.rs - (line 261) ... ok
16142024-03-22T17:17:45.834Ztest dropshot/src/lib.rs - (line 471) ... ok
16152024-03-22T17:17:45.954Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 190) ... ok
16162024-03-22T17:17:49.792Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 345) ... ok
16172024-03-22T17:17:49.893Ztest dropshot/src/test_util.rs - test_util::LogContext (line 355) ... ok
16182024-03-22T17:17:49.897Ztest dropshot/src/lib.rs - (line 119) ... ok
16192024-03-22T17:17:50.109Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
16202024-03-22T17:17:50.198Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 320) ... ok
16212024-03-22T17:17:50.202Z
16222024-03-22T17:17:50.202Ztest result: ok. 9 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 6.59s
16232024-03-22T17:17:50.202Z
16242024-03-22T17:17:50.220Z Doc-tests dropshot_endpoint
16252024-03-22T17:17:50.225Z Running `/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/rustdoc --edition=2018 --crate-type proc-macro --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-efbbd5ae0406d6a6/out --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-427d03fae70f14bc.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-78cdba2684f77365.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-a0cc1e8e36375d2d.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-8e6cc06f04191155.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7ea8cfbf6d98aea2.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-5a7f134cc89aef14.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-5eb1d559be173de6.rlib --extern proc_macro -C embed-bitcode=no --error-format human`
16262024-03-22T17:17:50.329Z
16272024-03-22T17:17:50.329Zrunning 2 tests
16282024-03-22T17:17:50.333Ztest dropshot_endpoint/src/lib.rs - channel (line 155) ... ignored
16292024-03-22T17:17:50.333Ztest dropshot_endpoint/src/lib.rs - endpoint (line 101) ... ignored
16302024-03-22T17:17:50.333Z
16312024-03-22T17:17:50.333Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
16322024-03-22T17:17:50.333Z
16332024-03-22T17:17:50.352Z
16342024-03-22T17:17:50.357Zreal 2:55.718651868
16352024-03-22T17:17:50.357Zuser 16:22.399166417
16362024-03-22T17:17:50.357Zsys 2:57.658329620
16372024-03-22T17:17:50.357Ztrap 0.713337979
16382024-03-22T17:17:50.357Ztflt 0.340567631
16392024-03-22T17:17:50.357Zdflt 0.541507188
16402024-03-22T17:17:50.357Zkflt 0.000182897
16412024-03-22T17:17:50.357Zlock 42:02.513044762
16422024-03-22T17:17:50.357Zslp 1:06:59.963739681
16432024-03-22T17:17:50.358Zlat 40.240891694
16442024-03-22T17:17:50.358Zstop 28.059324351
16452024-03-22T17:17:50.358Zprocess exited: duration 354992 ms, exit code 0
 
16462024-03-22T17:17:50.366Zfound 0 output files