01KHJCRS6J65SCAD0SC8NRTS95: build-and-test / illumos

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

Buildomat Job: 01KHJCS2D6H4VJ7K3CTQS060NR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-16T04:54:42.966Zjob assigned to worker 01KHJCS2ETN53YMVJDBBZ494QC [factory gimlet-EVT22200007-propolis, EVT22200007/58256] (queued for 30 s)
 
22026-02-16T04:54:51.762Zstarting task 0: "setup"
32026-02-16T04:54:51.785Z++ uname -s
42026-02-16T04:54:51.786Z+ kern=SunOS
52026-02-16T04:54:51.786Z+ build_user=build
62026-02-16T04:54:51.786Z+ build_uid=12345
72026-02-16T04:54:51.786Z+ work_dir=/work
82026-02-16T04:54:51.786Z+ input_dir=/input
92026-02-16T04:54:51.786Z+ [[ 0 == 12345 ]]
102026-02-16T04:54:51.786Z+ case "$kern" in
112026-02-16T04:54:51.786Z+ groupadd -g 12345 build
122026-02-16T04:54:51.786Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-16T04:54:53.782Z+ zfs create -o mountpoint=/work rpool/work
142026-02-16T04:54:53.818Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-16T04:54:53.842Z+ home_fs=zfs
162026-02-16T04:54:53.842Z+ [[ zfs == autofs ]]
172026-02-16T04:54:53.842Z+ mkdir -p /home/build
182026-02-16T04:54:53.842Z+ chown build:build /home/build /work
192026-02-16T04:54:55.827Z+ chmod 0700 /home/build /work
202026-02-16T04:54:55.852Zprocess exited: duration 4072 ms, exit code 0
 
212026-02-16T04:54:55.901Zstarting task 1: "rust-toolchain"
222026-02-16T04:54:55.926Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-02-16T04:54:55.926Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-16T04:54:55.926Z * rust toolchain channel = "stable"
252026-02-16T04:54:55.926Z * rust toolchain profile = "default"
262026-02-16T04:54:55.926Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-16T04:54:55.926Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-16T04:54:55.926Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-16T04:54:55.926Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-02-16T04:54:56.057Zinfo: downloading installer
312026-02-16T04:54:56.524Zwarn: It looks like you have an existing installation of Rust at:
322026-02-16T04:54:56.524Zwarn: /opt/ooce/bin
332026-02-16T04:54:56.524Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-16T04:54:56.524Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-16T04:54:56.524Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-16T04:54:56.524Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-16T04:54:56.524Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-16T04:54:56.524Zerror: cannot install while Rust is installed
392026-02-16T04:54:56.524Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-16T04:54:56.548Zinfo: profile set to 'default'
412026-02-16T04:54:56.548Zinfo: default host triple is x86_64-unknown-illumos
422026-02-16T04:54:56.548Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-02-16T04:54:56.651Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
442026-02-16T04:54:56.651Zinfo: downloading component 'cargo'
452026-02-16T04:54:56.872Zinfo: downloading component 'clippy'
462026-02-16T04:54:56.944Zinfo: downloading component 'rust-docs'
472026-02-16T04:54:57.205Zinfo: downloading component 'rust-std'
482026-02-16T04:54:57.570Zinfo: downloading component 'rustc'
492026-02-16T04:54:59.196Zinfo: downloading component 'rustfmt'
502026-02-16T04:54:59.284Zinfo: installing component 'cargo'
512026-02-16T04:55:00.546Zinfo: installing component 'clippy'
522026-02-16T04:55:00.999Zinfo: installing component 'rust-docs'
532026-02-16T04:55:04.230Zinfo: installing component 'rust-std'
542026-02-16T04:55:06.348Zinfo: installing component 'rustc'
552026-02-16T04:55:14.585Zinfo: installing component 'rustfmt'
562026-02-16T04:55:14.972Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-02-16T04:55:14.972Z
582026-02-16T04:55:15.164Z stable-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
592026-02-16T04:55:15.164Z
602026-02-16T04:55:15.164Z
612026-02-16T04:55:15.164ZRust is installed now. Great!
622026-02-16T04:55:15.164Z
632026-02-16T04:55:15.164ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-16T04:55:15.189Zenvironment variable. This has not been done automatically.
652026-02-16T04:55:15.189Z
662026-02-16T04:55:15.189ZTo configure your current shell, you need to source
672026-02-16T04:55:15.189Zthe corresponding env file under $HOME/.cargo.
682026-02-16T04:55:15.189Z
692026-02-16T04:55:15.189ZThis is usually done by running one of the following (note the leading DOT):
702026-02-16T04:55:15.189Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-16T04:55:15.189Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-16T04:55:15.189Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-16T04:55:15.284Z+ rustup --version
742026-02-16T04:55:15.309Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-16T04:55:15.309Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-16T04:55:15.431Zinfo: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
772026-02-16T04:55:15.456Z+ cargo --version
782026-02-16T04:55:15.540Zcargo 1.93.1 (083ac5135 2025-12-15)
792026-02-16T04:55:15.564Z+ rustc --version
802026-02-16T04:55:15.652Zrustc 1.93.1 (01f6ddf75 2026-02-11)
812026-02-16T04:55:15.676Zprocess exited: duration 19756 ms, exit code 0
 
822026-02-16T04:55:15.724Zstarting task 2: "authentication"
832026-02-16T04:55:15.788Zprocess exited: duration 63 ms, exit code 0
 
842026-02-16T04:55:15.840Zstarting task 3: "clone repository"
852026-02-16T04:55:15.864Z+ mkdir -p /work/oxidecomputer/dropshot
862026-02-16T04:55:15.864Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
872026-02-16T04:55:15.888ZCloning into '/work/oxidecomputer/dropshot'...
882026-02-16T04:55:17.007Z+ cd /work/oxidecomputer/dropshot
892026-02-16T04:55:17.007Z+ git fetch origin 6698005de2e8e03700b60b99ed4bdb2c334f348f
902026-02-16T04:55:17.381ZFrom https://github.com/oxidecomputer/dropshot
912026-02-16T04:55:17.381Z * branch 6698005de2e8e03700b60b99ed4bdb2c334f348f -> FETCH_HEAD
922026-02-16T04:55:17.405Z+ [[ -n '' ]]
932026-02-16T04:55:17.405Z+ git reset --hard 6698005de2e8e03700b60b99ed4bdb2c334f348f
942026-02-16T04:55:17.434ZHEAD is now at 6698005 Bump syn from 2.0.114 to 2.0.116
952026-02-16T04:55:17.458Zprocess exited: duration 1599 ms, exit code 0
 
962026-02-16T04:55:17.507Zstarting task 4: "build"
972026-02-16T04:55:17.531Z+ cargo --version
982026-02-16T04:55:17.531Zinfo: syncing channel updates for '1.93.0-x86_64-unknown-illumos'
992026-02-16T04:55:17.634Zinfo: latest update on 2026-01-22, rust version 1.93.0 (254b59607 2026-01-19)
1002026-02-16T04:55:17.634Zinfo: downloading component 'cargo'
1012026-02-16T04:55:17.885Zinfo: downloading component 'clippy'
1022026-02-16T04:55:17.972Zinfo: downloading component 'rust-docs'
1032026-02-16T04:55:18.304Zinfo: downloading component 'rust-std'
1042026-02-16T04:55:18.605Zinfo: downloading component 'rustc'
1052026-02-16T04:55:19.752Zinfo: downloading component 'rustfmt'
1062026-02-16T04:55:19.801Zinfo: installing component 'cargo'
1072026-02-16T04:55:20.890Zinfo: installing component 'clippy'
1082026-02-16T04:55:21.332Zinfo: installing component 'rust-docs'
1092026-02-16T04:55:24.499Zinfo: installing component 'rust-std'
1102026-02-16T04:55:26.644Zinfo: installing component 'rustc'
1112026-02-16T04:55:35.150Zinfo: installing component 'rustfmt'
1122026-02-16T04:55:35.651Zcargo 1.93.0 (083ac5135 2025-12-15)
1132026-02-16T04:55:35.675Z+ rustc --version
1142026-02-16T04:55:35.749Zrustc 1.93.0 (254b59607 2026-01-19)
1152026-02-16T04:55:35.773Z+ banner build
1162026-02-16T04:55:35.773Z
1172026-02-16T04:55:35.773Z ##### # # # # #####
1182026-02-16T04:55:35.773Z # # # # # # # #
1192026-02-16T04:55:35.773Z ##### # # # # # #
1202026-02-16T04:55:35.773Z # # # # # # # #
1212026-02-16T04:55:35.773Z # # # # # # # #
1222026-02-16T04:55:35.773Z ##### #### # ###### #####
1232026-02-16T04:55:35.773Z
1242026-02-16T04:55:35.773Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1252026-02-16T04:55:35.955Z Updating crates.io index
1262026-02-16T04:55:37.128Z Downloading crates ...
1272026-02-16T04:55:37.210Z Downloaded anyhow v1.0.101
1282026-02-16T04:55:37.234Z Downloaded bytes v1.11.1
1292026-02-16T04:55:37.234Z Downloaded crossbeam-utils v0.8.21
1302026-02-16T04:55:37.234Z Downloaded crossbeam-channel v0.5.15
1312026-02-16T04:55:37.259Z Downloaded data-encoding v2.4.0
1322026-02-16T04:55:37.259Z Downloaded lock_api v0.4.6
1332026-02-16T04:55:37.259Z Downloaded pin-project-lite v0.2.12
1342026-02-16T04:55:37.259Z Downloaded percent-encoding v2.3.2
1352026-02-16T04:55:37.259Z Downloaded num-bigint v0.4.3
1362026-02-16T04:55:37.259Z Downloaded parking v2.2.0
1372026-02-16T04:55:37.283Z Downloaded lazy_static v1.5.0
1382026-02-16T04:55:37.283Z Downloaded parking_lot_core v0.9.4
1392026-02-16T04:55:37.283Z Downloaded subtle v2.5.0
1402026-02-16T04:55:37.284Z Downloaded http-range v0.1.4
1412026-02-16T04:55:37.284Z Downloaded mime_guess v2.0.5
1422026-02-16T04:55:37.284Z Downloaded sync_wrapper v1.0.1
1432026-02-16T04:55:37.309Z Downloaded thiserror-impl v1.0.69
1442026-02-16T04:55:37.309Z Downloaded thiserror v2.0.18
1452026-02-16T04:55:37.309Z Downloaded usdt-impl v0.6.0
1462026-02-16T04:55:37.309Z Downloaded target-triple v1.0.0
1472026-02-16T04:55:37.309Z Downloaded utf16_iter v1.0.5
1482026-02-16T04:55:37.309Z Downloaded write16 v1.0.0
1492026-02-16T04:55:37.309Z Downloaded zerofrom-derive v0.1.5
1502026-02-16T04:55:37.334Z Downloaded yoke-derive v0.7.5
1512026-02-16T04:55:37.334Z Downloaded rustversion v1.0.22
1522026-02-16T04:55:37.334Z Downloaded zmij v1.0.2
1532026-02-16T04:55:37.334Z Downloaded utf8_iter v1.0.4
1542026-02-16T04:55:37.334Z Downloaded webpki-roots v0.26.5
1552026-02-16T04:55:37.359Z Downloaded zeroize v1.7.0
1562026-02-16T04:55:37.359Z Downloaded url v2.5.4
1572026-02-16T04:55:37.359Z Downloaded winnow v0.7.13
1582026-02-16T04:55:37.383Z Downloaded zerocopy v0.8.27
1592026-02-16T04:55:37.407Z Downloaded zerofrom v0.1.5
1602026-02-16T04:55:37.407Z Downloaded zerovec-derive v0.10.3
1612026-02-16T04:55:37.407Z Downloaded yoke v0.7.5
1622026-02-16T04:55:37.407Z Downloaded usdt-macro v0.6.0
1632026-02-16T04:55:37.407Z Downloaded tower v0.5.2
1642026-02-16T04:55:37.431Z Downloaded toml v0.9.11+spec-1.1.0
1652026-02-16T04:55:37.431Z Downloaded zerocopy-derive v0.8.27
1662026-02-16T04:55:37.431Z Downloaded unicode-segmentation v1.10.0
1672026-02-16T04:55:37.455Z Downloaded syn v2.0.116
1682026-02-16T04:55:37.455Z Downloaded nom v7.1.3
1692026-02-16T04:55:37.479Z Downloaded time v0.3.47
1702026-02-16T04:55:37.479Z Downloaded x509-parser v0.18.0
1712026-02-16T04:55:37.479Z Downloaded rustls-webpki v0.102.8
1722026-02-16T04:55:37.503Z Downloaded quinn-proto v0.11.8
1732026-02-16T04:55:37.527Z Downloaded webpki-roots v1.0.0
1742026-02-16T04:55:37.527Z Downloaded rustls v0.23.13
1752026-02-16T04:55:37.551Z Downloaded rustls v0.22.4
1762026-02-16T04:55:37.551Z Downloaded serde_json v1.0.149
1772026-02-16T04:55:37.575Z Downloaded reqwest v0.12.28
1782026-02-16T04:55:37.575Z Downloaded pest v2.8.1
1792026-02-16T04:55:37.575Z Downloaded rustix v1.1.3
1802026-02-16T04:55:37.600Z Downloaded socket2 v0.6.0
1812026-02-16T04:55:37.600Z Downloaded memchr v2.6.0
1822026-02-16T04:55:37.624Z Downloaded rustix v0.38.44
1832026-02-16T04:55:37.648Z Downloaded vcpkg v0.2.15
1842026-02-16T04:55:37.693Z Downloaded openapiv3 v2.2.0
1852026-02-16T04:55:37.717Z Downloaded tracing v0.1.40
1862026-02-16T04:55:37.717Z Downloaded tinyvec v1.5.1
1872026-02-16T04:55:37.717Z Downloaded similar v2.2.1
1882026-02-16T04:55:37.742Z Downloaded serde_derive v1.0.228
1892026-02-16T04:55:37.742Z Downloaded serde v1.0.228
1902026-02-16T04:55:37.742Z Downloaded toml_parser v1.0.6+spec-1.1.0
1912026-02-16T04:55:37.742Z Downloaded slog v2.8.2
1922026-02-16T04:55:37.742Z Downloaded portable-atomic v1.9.0
1932026-02-16T04:55:37.766Z Downloaded socket2 v0.5.9
1942026-02-16T04:55:37.766Z Downloaded smallvec v1.13.2
1952026-02-16T04:55:37.766Z Downloaded schemars v0.8.22
1962026-02-16T04:55:37.767Z Downloaded proc-macro2 v1.0.106
1972026-02-16T04:55:37.767Z Downloaded once_cell v1.20.1
1982026-02-16T04:55:37.791Z Downloaded tungstenite v0.24.0
1992026-02-16T04:55:37.791Z Downloaded tokio-rustls v0.26.0
2002026-02-16T04:55:37.791Z Downloaded thread-id v5.0.0
2012026-02-16T04:55:37.791Z Downloaded term v1.1.0
2022026-02-16T04:55:37.791Z Downloaded serde_core v1.0.228
2032026-02-16T04:55:37.791Z Downloaded quinn v0.11.4
2042026-02-16T04:55:37.791Z Downloaded prettyplease v0.2.37
2052026-02-16T04:55:37.791Z Downloaded num-traits v0.2.14
2062026-02-16T04:55:37.815Z Downloaded writeable v0.5.5
2072026-02-16T04:55:37.815Z Downloaded utf-8 v0.7.6
2082026-02-16T04:55:37.815Z Downloaded untrusted v0.9.0
2092026-02-16T04:55:37.815Z Downloaded ucd-trie v0.1.6
2102026-02-16T04:55:37.815Z Downloaded trybuild v1.0.115
2112026-02-16T04:55:37.815Z Downloaded tokio v1.49.0
2122026-02-16T04:55:37.846Z Downloaded tokio-rustls v0.25.0
2132026-02-16T04:55:37.872Z Downloaded thiserror v1.0.69
2142026-02-16T04:55:37.872Z Downloaded slog-async v2.8.0
2152026-02-16T04:55:37.872Z Downloaded serde_tokenstream v0.2.2
2162026-02-16T04:55:37.872Z Downloaded rustls-pki-types v1.14.0
2172026-02-16T04:55:37.872Z Downloaded rustls-native-certs v0.7.0
2182026-02-16T04:55:37.897Z Downloaded rand_chacha v0.3.1
2192026-02-16T04:55:37.897Z Downloaded pkg-config v0.3.31
2202026-02-16T04:55:37.897Z Downloaded pest_generator v2.8.1
2212026-02-16T04:55:37.897Z Downloaded paste v1.0.15
2222026-02-16T04:55:37.897Z Downloaded oid-registry v0.8.1
2232026-02-16T04:55:37.897Z Downloaded num-conv v0.2.0
2242026-02-16T04:55:37.897Z Downloaded native-tls v0.2.12
2252026-02-16T04:55:37.897Z Downloaded mime v0.3.16
2262026-02-16T04:55:37.921Z Downloaded toml_writer v1.0.6+spec-1.1.0
2272026-02-16T04:55:37.921Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2282026-02-16T04:55:37.921Z Downloaded tokio-macros v2.6.0
2292026-02-16T04:55:37.921Z Downloaded tinystr v0.7.6
2302026-02-16T04:55:37.921Z Downloaded slog-json v2.6.1
2312026-02-16T04:55:37.921Z Downloaded slog-bunyan v2.5.0
2322026-02-16T04:55:37.921Z Downloaded signal-hook-registry v1.4.0
2332026-02-16T04:55:37.921Z Downloaded sha2 v0.10.8
2342026-02-16T04:55:37.946Z Downloaded serde_derive_internals v0.29.0
2352026-02-16T04:55:37.946Z Downloaded schemars_derive v0.8.22
2362026-02-16T04:55:37.946Z Downloaded schema-derive v0.1.0
2372026-02-16T04:55:37.946Z Downloaded schema v0.1.0
2382026-02-16T04:55:37.946Z Downloaded ryu v1.0.5
2392026-02-16T04:55:37.946Z Downloaded ppv-lite86 v0.2.15
2402026-02-16T04:55:37.946Z Downloaded openssl-probe v0.1.4
2412026-02-16T04:55:37.946Z Downloaded num_threads v0.1.3
2422026-02-16T04:55:37.946Z Downloaded num-integer v0.1.46
2432026-02-16T04:55:37.972Z Downloaded ring v0.17.13
2442026-02-16T04:55:38.007Z Downloaded icu_properties_data v1.5.0
2452026-02-16T04:55:38.031Z Downloaded hashbrown v0.16.1
2462026-02-16T04:55:38.055Z Downloaded futures-util v0.3.31
2472026-02-16T04:55:38.055Z Downloaded version_check v0.9.5
2482026-02-16T04:55:38.055Z Downloaded synstructure v0.13.1
2492026-02-16T04:55:38.055Z Downloaded slab v0.4.9
2502026-02-16T04:55:38.055Z Downloaded simple-mermaid v0.2.0
2512026-02-16T04:55:38.055Z Downloaded sha1 v0.10.6
2522026-02-16T04:55:38.055Z Downloaded serde_urlencoded v0.7.1
2532026-02-16T04:55:38.080Z Downloaded semver v1.0.27
2542026-02-16T04:55:38.080Z Downloaded rustc-hash v2.0.0
2552026-02-16T04:55:38.080Z Downloaded quinn-udp v0.5.5
2562026-02-16T04:55:38.080Z Downloaded plain v0.2.3
2572026-02-16T04:55:38.080Z Downloaded libc v0.2.180
2582026-02-16T04:55:38.117Z Downloaded event-listener v5.0.0
2592026-02-16T04:55:38.141Z Downloaded serde_spanned v1.0.4
2602026-02-16T04:55:38.141Z Downloaded rusticata-macros v4.1.0
2612026-02-16T04:55:38.141Z Downloaded pretty-hex v0.4.1
2622026-02-16T04:55:38.141Z Downloaded stable_deref_trait v1.2.0
2632026-02-16T04:55:38.141Z Downloaded scroll v0.13.0
2642026-02-16T04:55:38.141Z Downloaded rand v0.8.4
2652026-02-16T04:55:38.141Z Downloaded hyper-util v0.1.20
2662026-02-16T04:55:38.141Z Downloaded http-body-util v0.1.3
2672026-02-16T04:55:38.141Z Downloaded http v1.4.0
2682026-02-16T04:55:38.166Z Downloaded getrandom v0.2.11
2692026-02-16T04:55:38.166Z Downloaded yasna v0.5.2
2702026-02-16T04:55:38.166Z Downloaded usdt v0.6.0
2712026-02-16T04:55:38.166Z Downloaded unicode-width v0.1.9
2722026-02-16T04:55:38.166Z Downloaded multer v3.1.0
2732026-02-16T04:55:38.166Z Downloaded hyper-rustls v0.26.0
2742026-02-16T04:55:38.166Z Downloaded futures-core v0.3.31
2752026-02-16T04:55:38.166Z Downloaded want v0.3.0
2762026-02-16T04:55:38.166Z Downloaded waitgroup v0.1.2
2772026-02-16T04:55:38.166Z Downloaded uuid v1.20.0
2782026-02-16T04:55:38.166Z Downloaded unicase v2.6.0
2792026-02-16T04:55:38.166Z Downloaded shlex v1.3.0
2802026-02-16T04:55:38.190Z Downloaded scroll_derive v0.13.1
2812026-02-16T04:55:38.190Z Downloaded scopeguard v1.2.0
2822026-02-16T04:55:38.190Z Downloaded powerfmt v0.2.0
2832026-02-16T04:55:38.190Z Downloaded idna_adapter v1.2.0
2842026-02-16T04:55:38.190Z Downloaded icu_locid v1.5.0
2852026-02-16T04:55:38.190Z Downloaded foreign-types-shared v0.1.1
2862026-02-16T04:55:38.190Z Downloaded dtrace-parser v0.3.0
2872026-02-16T04:55:38.190Z Downloaded tower-http v0.6.8
2882026-02-16T04:55:38.190Z Downloaded tokio-tungstenite v0.24.0
2892026-02-16T04:55:38.190Z Downloaded hyper-rustls v0.27.3
2902026-02-16T04:55:38.190Z Downloaded fastrand v2.1.1
2912026-02-16T04:55:38.215Z Downloaded digest v0.10.7
2922026-02-16T04:55:38.215Z Downloaded zerovec v0.10.4
2932026-02-16T04:55:38.215Z Downloaded time-macros v0.2.27
2942026-02-16T04:55:38.215Z Downloaded thread_local v1.1.4
2952026-02-16T04:55:38.215Z Downloaded tempfile v3.24.0
2962026-02-16T04:55:38.215Z Downloaded slog-term v2.9.2
2972026-02-16T04:55:38.215Z Downloaded quote v1.0.44
2982026-02-16T04:55:38.215Z Downloaded h2 v0.4.6
2992026-02-16T04:55:38.239Z Downloaded rustls-pemfile v2.2.0
3002026-02-16T04:55:38.239Z Downloaded newline-converter v0.3.0
3012026-02-16T04:55:38.239Z Downloaded spin v0.9.8
3022026-02-16T04:55:38.239Z Downloaded serde_path_to_error v0.1.20
3032026-02-16T04:55:38.239Z Downloaded rcgen v0.14.7
3042026-02-16T04:55:38.239Z Downloaded rand_core v0.6.3
3052026-02-16T04:55:38.239Z Downloaded mio v1.0.3
3062026-02-16T04:55:38.239Z Downloaded itoa v1.0.1
3072026-02-16T04:55:38.239Z Downloaded iri-string v0.7.8
3082026-02-16T04:55:38.263Z Downloaded icu_normalizer v1.5.0
3092026-02-16T04:55:38.263Z Downloaded openssl-sys v0.9.107
3102026-02-16T04:55:38.263Z Downloaded take_mut v0.2.2
3112026-02-16T04:55:38.263Z Downloaded pin-utils v0.1.0
3122026-02-16T04:55:38.263Z Downloaded pest_derive v2.8.1
3132026-02-16T04:55:38.263Z Downloaded openssl v0.10.72
3142026-02-16T04:55:38.288Z Downloaded match_cfg v0.1.0
3152026-02-16T04:55:38.288Z Downloaded goblin v0.10.1
3162026-02-16T04:55:38.288Z Downloaded futures-io v0.3.31
3172026-02-16T04:55:38.288Z Downloaded equivalent v1.0.0
3182026-02-16T04:55:38.288Z Downloaded asn1-rs-impl v0.2.0
3192026-02-16T04:55:38.288Z Downloaded usdt-attr-macro v0.6.0
3202026-02-16T04:55:38.288Z Downloaded unicode-ident v1.0.12
3212026-02-16T04:55:38.288Z Downloaded typenum v1.14.0
3222026-02-16T04:55:38.288Z Downloaded try-lock v0.2.3
3232026-02-16T04:55:38.288Z Downloaded tracing-core v0.1.32
3242026-02-16T04:55:38.288Z Downloaded tower-service v0.3.3
3252026-02-16T04:55:38.312Z Downloaded tower-layer v0.3.3
3262026-02-16T04:55:38.312Z Downloaded tokio-util v0.7.7
3272026-02-16T04:55:38.312Z Downloaded tokio-native-tls v0.3.1
3282026-02-16T04:55:38.312Z Downloaded tinyvec_macros v0.1.0
3292026-02-16T04:55:38.312Z Downloaded time-core v0.1.8
3302026-02-16T04:55:38.312Z Downloaded thiserror-impl v2.0.18
3312026-02-16T04:55:38.312Z Downloaded subprocess v0.2.15
3322026-02-16T04:55:38.312Z Downloaded pem v3.0.6
3332026-02-16T04:55:38.312Z Downloaded hyper v1.8.1
3342026-02-16T04:55:38.336Z Downloaded encoding_rs v0.8.32
3352026-02-16T04:55:38.360Z Downloaded parking_lot v0.12.1
3362026-02-16T04:55:38.360Z Downloaded termcolor v1.1.2
3372026-02-16T04:55:38.361Z Downloaded futures-macro v0.3.31
3382026-02-16T04:55:38.361Z Downloaded erased-serde v0.3.31
3392026-02-16T04:55:38.361Z Downloaded icu_properties v1.5.1
3402026-02-16T04:55:38.361Z Downloaded icu_locid_transform_data v1.5.0
3412026-02-16T04:55:38.361Z Downloaded hyper-staticfile v0.10.1
3422026-02-16T04:55:38.361Z Downloaded http-body v1.0.1
3432026-02-16T04:55:38.361Z Downloaded hostname v0.3.1
3442026-02-16T04:55:38.361Z Downloaded futures-task v0.3.31
3452026-02-16T04:55:38.361Z Downloaded futures-channel v0.3.31
3462026-02-16T04:55:38.385Z Downloaded dyn-clone v1.0.4
3472026-02-16T04:55:38.386Z Downloaded memmap2 v0.9.8
3482026-02-16T04:55:38.386Z Downloaded indexmap v2.13.0
3492026-02-16T04:55:38.386Z Downloaded icu_provider v1.5.0
3502026-02-16T04:55:38.386Z Downloaded concurrent-queue v2.5.0
3512026-02-16T04:55:38.386Z Downloaded glob v0.3.0
3522026-02-16T04:55:38.386Z Downloaded form_urlencoded v1.2.2
3532026-02-16T04:55:38.386Z Downloaded event-listener-strategy v0.5.4
3542026-02-16T04:55:38.386Z Downloaded async-stream-impl v0.3.6
3552026-02-16T04:55:38.386Z Downloaded idna v1.0.3
3562026-02-16T04:55:38.386Z Downloaded icu_collections v1.5.0
3572026-02-16T04:55:38.410Z Downloaded displaydoc v0.2.5
3582026-02-16T04:55:38.410Z Downloaded iana-time-zone v0.1.47
3592026-02-16T04:55:38.411Z Downloaded hostname v0.4.2
3602026-02-16T04:55:38.411Z Downloaded expectorate v1.2.0
3612026-02-16T04:55:38.411Z Downloaded errno v0.3.10
3622026-02-16T04:55:38.411Z Downloaded debug-ignore v1.0.5
3632026-02-16T04:55:38.411Z Downloaded icu_provider_macros v1.5.0
3642026-02-16T04:55:38.411Z Downloaded httparse v1.10.0
3652026-02-16T04:55:38.411Z Downloaded fnv v1.0.7
3662026-02-16T04:55:38.411Z Downloaded dof v0.4.0
3672026-02-16T04:55:38.411Z Downloaded cpufeatures v0.2.17
3682026-02-16T04:55:38.411Z Downloaded console v0.15.7
3692026-02-16T04:55:38.411Z Downloaded litemap v0.7.4
3702026-02-16T04:55:38.436Z Downloaded ipnet v2.10.0
3712026-02-16T04:55:38.436Z Downloaded hyper-tls v0.6.0
3722026-02-16T04:55:38.436Z Downloaded httpdate v1.0.1
3732026-02-16T04:55:38.436Z Downloaded heck v0.5.0
3742026-02-16T04:55:38.436Z Downloaded generic-array v0.14.5
3752026-02-16T04:55:38.436Z Downloaded futures-sink v0.3.31
3762026-02-16T04:55:38.436Z Downloaded futures-executor v0.3.31
3772026-02-16T04:55:38.436Z Downloaded is-terminal v0.4.12
3782026-02-16T04:55:38.436Z Downloaded icu_normalizer_data v1.5.0
3792026-02-16T04:55:38.436Z Downloaded deranged v0.5.5
3802026-02-16T04:55:38.436Z Downloaded crypto-common v0.1.6
3812026-02-16T04:55:38.436Z Downloaded openssl-macros v0.1.1
3822026-02-16T04:55:38.436Z Downloaded minimal-lexical v0.2.1
3832026-02-16T04:55:38.436Z Downloaded log v0.4.17
3842026-02-16T04:55:38.461Z Downloaded icu_locid_transform v1.5.0
3852026-02-16T04:55:38.461Z Downloaded getrandom v0.3.1
3862026-02-16T04:55:38.461Z Downloaded futures v0.3.31
3872026-02-16T04:55:38.461Z Downloaded der-parser v10.0.0
3882026-02-16T04:55:38.461Z Downloaded buf-list v1.1.2
3892026-02-16T04:55:38.461Z Downloaded pest_meta v2.8.1
3902026-02-16T04:55:38.461Z Downloaded foreign-types v0.3.2
3912026-02-16T04:55:38.461Z Downloaded cc v1.2.16
3922026-02-16T04:55:38.486Z Downloaded base64 v0.22.1
3932026-02-16T04:55:38.486Z Downloaded atomic-waker v1.1.2
3942026-02-16T04:55:38.486Z Downloaded async-channel v2.5.0
3952026-02-16T04:55:38.486Z Downloaded chrono v0.4.43
3962026-02-16T04:55:38.486Z Downloaded byteorder v1.4.3
3972026-02-16T04:55:38.486Z Downloaded atomicwrites v0.4.4
3982026-02-16T04:55:38.486Z Downloaded async-stream v0.3.6
3992026-02-16T04:55:38.486Z Downloaded asn1-rs v0.7.1
4002026-02-16T04:55:38.511Z Downloaded bitflags v2.4.0
4012026-02-16T04:55:38.511Z Downloaded autocfg v1.1.0
4022026-02-16T04:55:38.511Z Downloaded cfg-if v1.0.0
4032026-02-16T04:55:38.511Z Downloaded camino v1.2.2
4042026-02-16T04:55:38.512Z Downloaded block-buffer v0.10.2
4052026-02-16T04:55:38.512Z Downloaded async-trait v0.1.89
4062026-02-16T04:55:38.512Z Downloaded asn1-rs-derive v0.6.0
4072026-02-16T04:55:38.684Z Compiling proc-macro2 v1.0.106
4082026-02-16T04:55:38.684Z Compiling unicode-ident v1.0.12
4092026-02-16T04:55:38.684Z Compiling quote v1.0.44
4102026-02-16T04:55:38.684Z Compiling libc v0.2.180
4112026-02-16T04:55:38.709Z Compiling cfg-if v1.0.0
4122026-02-16T04:55:38.709Z Compiling itoa v1.0.1
4132026-02-16T04:55:38.709Z Compiling serde_core v1.0.228
4142026-02-16T04:55:38.709Z Compiling memchr v2.6.0
4152026-02-16T04:55:38.733Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96aa37ba4118179a -C extra-filename=-1fdc1af471b631b7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4162026-02-16T04:55:38.733Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=32e36eac82b56612 -C extra-filename=-38ca7e8066408d8c --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-38ca7e8066408d8c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4172026-02-16T04:55:38.733Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=add1ae8127beb51c -C extra-filename=-9a24cfcf891d20a0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4182026-02-16T04:55:38.733Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=6e2212c75b0380bb -C extra-filename=-da2a22d9b91a68dd --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-da2a22d9b91a68dd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4192026-02-16T04:55:38.733Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=a76bc2c46f7b942e -C extra-filename=-53ab68049853c087 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-53ab68049853c087 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4202026-02-16T04:55:38.733Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=1c0200e1cd2094b4 -C extra-filename=-c9006dcd0eed9ff6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212026-02-16T04:55:38.733Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/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="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=2360f52265eb2f98 -C extra-filename=-85b5e101523007b6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-85b5e101523007b6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4222026-02-16T04:55:38.733Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6b02b5a4c866279 -C extra-filename=-031daca529762ac1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4232026-02-16T04:55:38.815Z Compiling pin-project-lite v0.2.12
4242026-02-16T04:55:38.839Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5232e66ef70672a0 -C extra-filename=-91695e6001ebd2d0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4252026-02-16T04:55:38.942Z Compiling autocfg v1.1.0
4262026-02-16T04:55:38.967Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f225bbb73c6973f3 -C extra-filename=-d861ada75bc40aca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4272026-02-16T04:55:38.967Z Compiling shlex v1.3.0
4282026-02-16T04:55:38.967Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=dcb3ee01c92bad76 -C extra-filename=-cbbf29aab2588103 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4292026-02-16T04:55:39.007Z Compiling smallvec v1.13.2
4302026-02-16T04:55:39.031Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=c58b1b93c1bfd1a7 -C extra-filename=-ae802713fb4b6db9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312026-02-16T04:55:39.315Z Compiling cc v1.2.16
4322026-02-16T04:55:39.340Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=66eb808ffe4c0c4b -C extra-filename=-14e6ee059ec4c040 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-cbbf29aab2588103.rmeta --cap-lints allow`
4332026-02-16T04:55:39.370Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-38ca7e8066408d8c/build-script-build`
4342026-02-16T04:55:39.394Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-85b5e101523007b6/build-script-build`
4352026-02-16T04:55:39.418Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-53ab68049853c087/build-script-build`
4362026-02-16T04:55:39.418Z Compiling bytes v1.11.1
4372026-02-16T04:55:39.442Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=90373fcbc3515a15 -C extra-filename=-590c01461a8e5193 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4382026-02-16T04:55:39.466Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --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="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=c9c0bf9b93ceedcb -C extra-filename=-9c7ec4017788351f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
4392026-02-16T04:55:39.490Z Compiling once_cell v1.20.1
4402026-02-16T04:55:39.490Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-da2a22d9b91a68dd/build-script-build`
4412026-02-16T04:55:39.514Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=aa26eab702bcf3f9 -C extra-filename=-1c5587f9161073fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4422026-02-16T04:55:39.547Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/lib.rs --error-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::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=af1e7d3d30c4894b -C extra-filename=-97b32825c7396b93 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
4432026-02-16T04:55:39.571Z Compiling version_check v0.9.5
4442026-02-16T04:55:39.571Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8baece81f462816 -C extra-filename=-aaaae7fd0247db7d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4452026-02-16T04:55:39.903Z Compiling futures-core v0.3.31
4462026-02-16T04:55:39.928Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=364988bafd37b432 -C extra-filename=-d2f012e83b1134e3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4472026-02-16T04:55:39.983Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=68e62464c6074dbe -C extra-filename=-d98c0552c0b4b9f3 --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-1fdc1af471b631b7.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
4482026-02-16T04:55:40.111Z Compiling log v0.4.17
4492026-02-16T04:55:40.135Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=b6d2580993845c65 -C extra-filename=-3fb3c41838a57be1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-3fb3c41838a57be1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4502026-02-16T04:55:40.161Z Compiling parking_lot_core v0.9.4
4512026-02-16T04:55:40.185Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=b44c7c1fd37cec37 -C extra-filename=-05b18093d3fab06d --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-05b18093d3fab06d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4522026-02-16T04:55:40.209Z Compiling scopeguard v1.2.0
4532026-02-16T04:55:40.209Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=f442b34d7855b620 -C extra-filename=-3ff031639eb2294b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4542026-02-16T04:55:40.382Z Compiling lock_api v0.4.6
4552026-02-16T04:55:40.406Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=efc3f7b292e7c8c6 -C extra-filename=-c3a83a8c8b0f7341 --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-3ff031639eb2294b.rmeta --cap-lints allow`
4562026-02-16T04:55:40.499Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-3fb3c41838a57be1/build-script-build`
4572026-02-16T04:55:40.523Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=440a377c7228f54c -C extra-filename=-97eb9f7c76707d02 --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-9a24cfcf891d20a0.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4582026-02-16T04:55:40.600Z Compiling slab v0.4.9
4592026-02-16T04:55:40.600Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-05b18093d3fab06d/build-script-build`
4602026-02-16T04:55:40.624Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=32ed467b19553115 -C extra-filename=-7ca0598d4b75c069 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-7ca0598d4b75c069 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-d861ada75bc40aca.rlib --cap-lints allow`
4612026-02-16T04:55:40.648Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=687396a779a96760 -C extra-filename=-1f252a9bca5458ea --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-9a24cfcf891d20a0.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-ae802713fb4b6db9.rmeta --cap-lints allow`
4622026-02-16T04:55:40.745Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=8683ec3dca08cce4 -C extra-filename=-08ec919fc5bf4e8d --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-d98c0552c0b4b9f3.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4632026-02-16T04:55:40.800Z Compiling zmij v1.0.2
4642026-02-16T04:55:40.824Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=9d46aafd3d56305e -C extra-filename=-ee0189595e2f61a1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-ee0189595e2f61a1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4652026-02-16T04:55:40.866Z Compiling serde v1.0.228
4662026-02-16T04:55:40.890Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=a683969cbbed0cd7 -C extra-filename=-1b0ed46a036b4ed4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-1b0ed46a036b4ed4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4672026-02-16T04:55:40.952Z Compiling futures-sink v0.3.31
4682026-02-16T04:55:40.976Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0355e463e65f19c4 -C extra-filename=-fe8c79aa4b8cff10 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4692026-02-16T04:55:41.107Z Compiling syn v2.0.116
4702026-02-16T04:55:41.132Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.116/src/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="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=634d9f6db5d8c6d8 -C extra-filename=-0d97a485bb442d40 --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-d98c0552c0b4b9f3.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-1fdc1af471b631b7.rmeta --cap-lints allow`
4712026-02-16T04:55:41.159Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-7ca0598d4b75c069/build-script-build`
4722026-02-16T04:55:41.243Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-ee0189595e2f61a1/build-script-build`
4732026-02-16T04:55:41.297Z Compiling parking_lot v0.12.1
4742026-02-16T04:55:41.321Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=c3089ea679323179 -C extra-filename=-d3c0492c50336900 --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-c3a83a8c8b0f7341.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-1f252a9bca5458ea.rmeta --cap-lints allow`
4752026-02-16T04:55:41.321Z Compiling signal-hook-registry v1.4.0
4762026-02-16T04:55:41.321Z Compiling mio v1.0.3
4772026-02-16T04:55:41.321Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c850106bbd01feae -C extra-filename=-ab583f729c9c2a47 --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-97b32825c7396b93.rmeta --cap-lints allow`
4782026-02-16T04:55:41.345Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=85812b8229bc2b90 -C extra-filename=-80143d18555f1bf3 --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-97b32825c7396b93.rmeta --cap-lints allow`
4792026-02-16T04:55:41.369Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-1b0ed46a036b4ed4/build-script-build`
4802026-02-16T04:55:41.416Z Compiling getrandom v0.2.11
4812026-02-16T04:55:41.440Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=2e927c885b5589ec -C extra-filename=-04404e5a029f156b --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-9a24cfcf891d20a0.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rmeta --cap-lints allow`
4822026-02-16T04:55:41.440Z Compiling socket2 v0.6.0
4832026-02-16T04:55:41.440Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=f2bc48015073432a -C extra-filename=-85227ae40edc509f --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-97b32825c7396b93.rmeta --cap-lints allow`
4842026-02-16T04:55:41.745Z Compiling serde_json v1.0.149
4852026-02-16T04:55:41.794Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=c265243f553e4815 -C extra-filename=-64135d14ec7274e5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-64135d14ec7274e5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4862026-02-16T04:55:41.818Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=7e6a3ddb7baf140a -C extra-filename=-c5aeefdfc1c71f41 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(zmij_no_select_unpredictable)'`
4872026-02-16T04:55:42.033Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=dcac5afed4fe5e95 -C extra-filename=-bd7423ae45fac5ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4882026-02-16T04:55:42.094Z Compiling futures-channel v0.3.31
4892026-02-16T04:55:42.094Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=ffe5472a0005a23e -C extra-filename=-73d882cf6ea27dd8 --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-d2f012e83b1134e3.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-fe8c79aa4b8cff10.rmeta --cap-lints allow`
4902026-02-16T04:55:42.118Z Compiling http v1.4.0
4912026-02-16T04:55:42.118Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-64135d14ec7274e5/build-script-build`
4922026-02-16T04:55:42.118Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e85774e92c74afc6 -C extra-filename=-b0475d12a7a3dd59 --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-590c01461a8e5193.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-031daca529762ac1.rmeta --cap-lints allow`
4932026-02-16T04:55:42.153Z Compiling zeroize v1.7.0
4942026-02-16T04:55:42.177Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=444da915b63ca9a1 -C extra-filename=-612c857d6f210b01 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4952026-02-16T04:55:42.274Z Compiling bitflags v2.4.0
4962026-02-16T04:55:42.298Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=1a672c727e5b24ff -C extra-filename=-72192933c18ad582 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4972026-02-16T04:55:42.322Z Compiling thiserror v2.0.18
4982026-02-16T04:55:42.322Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d5cf9899430c5ede -C extra-filename=-928d01cf1a0ff7ab --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-928d01cf1a0ff7ab -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4992026-02-16T04:55:42.409Z Compiling pin-utils v0.1.0
5002026-02-16T04:55:42.433Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66e50df2ffff59bc -C extra-filename=-e8dd70af00c9b90c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5012026-02-16T04:55:42.457Z Compiling rustls-pki-types v1.14.0
5022026-02-16T04:55:42.457Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-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 --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=9d1484321b71d10b -C extra-filename=-18c99a6e6ad5ac05 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-612c857d6f210b01.rmeta --cap-lints allow`
5032026-02-16T04:55:42.485Z Compiling ring v0.17.13
5042026-02-16T04:55:42.513Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=7350caf2c3d1002d -C extra-filename=-de361b8e36b2a877 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-de361b8e36b2a877 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-14e6ee059ec4c040.rlib --cap-lints allow`
5052026-02-16T04:55:42.537Z Compiling stable_deref_trait v1.2.0
5062026-02-16T04:55:42.537Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3691eec22f67085f -C extra-filename=-93f3c5ccd6853bc5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5072026-02-16T04:55:42.619Z Compiling futures-task v0.3.31
5082026-02-16T04:55:42.642Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=e4d7e34554754af5 -C extra-filename=-14e217bfe1d902c9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092026-02-16T04:55:42.673Z Compiling futures-io v0.3.31
5102026-02-16T04:55:42.698Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=ac58345ad50a3a1f -C extra-filename=-5f39c7e9d82696fe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5112026-02-16T04:55:42.894Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-928d01cf1a0ff7ab/build-script-build`
5122026-02-16T04:55:43.073Z Compiling httparse v1.10.0
5132026-02-16T04:55:43.097Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9d5475ab334127c3 -C extra-filename=-639bc22978fa7a59 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-639bc22978fa7a59 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5142026-02-16T04:55:43.121Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/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="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=cd28b7055ec347e4 -C extra-filename=-62a2d08aac191121 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-62a2d08aac191121 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5152026-02-16T04:55:43.308Z Compiling getrandom v0.3.1
5162026-02-16T04:55:43.332Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=b8b121a623f21ac3 -C extra-filename=-414f5aca35323ef8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-414f5aca35323ef8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5172026-02-16T04:55:43.462Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-de361b8e36b2a877/build-script-build`
5182026-02-16T04:55:43.518Z Compiling tracing-core v0.1.32
5192026-02-16T04:55:43.542Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=5d84eba1b844bbdc -C extra-filename=-250d822d631cea05 --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-1c5587f9161073fc.rmeta --cap-lints allow`
5202026-02-16T04:55:43.606Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-62a2d08aac191121/build-script-build`
5212026-02-16T04:55:43.656Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-639bc22978fa7a59/build-script-build`
5222026-02-16T04:55:43.691Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/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="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=9cbfe432cf5dfeed -C extra-filename=-5f1a73ef0a92bb64 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
5232026-02-16T04:55:43.732Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-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 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7ab626f5ec15159c -C extra-filename=-390fe680e683e051 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
5242026-02-16T04:55:43.756Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-414f5aca35323ef8/build-script-build`
5252026-02-16T04:55:43.756Z Compiling hashbrown v0.16.1
5262026-02-16T04:55:43.780Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=c961ac882c465d81 -C extra-filename=-a9799da00dbdbb30 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5272026-02-16T04:55:43.806Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=71c0c2a5dab369e0 -C extra-filename=-99cc06c53137f294 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-99cc06c53137f294 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5282026-02-16T04:55:44.253Z Compiling equivalent v1.0.0
5292026-02-16T04:55:44.277Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa42df923730f333 -C extra-filename=-b1d358d86b088aa7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5302026-02-16T04:55:44.303Z Compiling ucd-trie v0.1.6
5312026-02-16T04:55:44.303Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=094b3b88508499a8 -C extra-filename=-ea545317fa4bc6ae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5322026-02-16T04:55:44.328Z Compiling untrusted v0.9.0
5332026-02-16T04:55:44.328Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fdf5b0aa59f487e -C extra-filename=-faa9b5c62de9abdb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5342026-02-16T04:55:44.383Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-99cc06c53137f294/build-script-build`
5352026-02-16T04:55:44.438Z Compiling tracing v0.1.40
5362026-02-16T04:55:44.462Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=eac6e0d1a948051c -C extra-filename=-8a302b813e2d44b8 --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-91695e6001ebd2d0.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-250d822d631cea05.rmeta --cap-lints allow`
5372026-02-16T04:55:44.490Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=863348f97d2c0fe4 -C extra-filename=-4a283d211c270955 --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-9a24cfcf891d20a0.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rmeta --cap-lints allow`
5382026-02-16T04:55:44.689Z Compiling http-body v1.0.1
5392026-02-16T04:55:44.713Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b47462c437941def -C extra-filename=-b7aa7f2a755f4aac --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-590c01461a8e5193.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rmeta --cap-lints allow`
5402026-02-16T04:55:44.737Z Compiling indexmap v2.13.0
5412026-02-16T04:55:44.737Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.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 --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=32df44f4ca6a19e0 -C extra-filename=-7525a556e23c28ba --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-b1d358d86b088aa7.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-a9799da00dbdbb30.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-9c7ec4017788351f.rmeta --cap-lints allow`
5422026-02-16T04:55:44.793Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=0873b507338ca4bd -C extra-filename=-7778e64e2d888433 --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-031daca529762ac1.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-c9006dcd0eed9ff6.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-9c7ec4017788351f.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-c5aeefdfc1c71f41.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5432026-02-16T04:55:44.817Z Compiling writeable v0.5.5
5442026-02-16T04:55:44.817Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=b97938248199d199 -C extra-filename=-229168640bedf65a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5452026-02-16T04:55:44.841Z Compiling rustversion v1.0.22
5462026-02-16T04:55:44.841Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6b6e176ba5d1c8b -C extra-filename=-da53cad45c7cb150 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-da53cad45c7cb150 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5472026-02-16T04:55:44.925Z Compiling typenum v1.14.0
5482026-02-16T04:55:44.949Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=93ec6b3b95136ec0 -C extra-filename=-2be317839b33f868 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-2be317839b33f868 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5492026-02-16T04:55:45.294Z Compiling pkg-config v0.3.31
5502026-02-16T04:55:45.318Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b562121b873fd7f6 -C extra-filename=-0fc1ef4af388c609 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5512026-02-16T04:55:45.357Z Compiling atomic-waker v1.1.2
5522026-02-16T04:55:45.382Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=58a46b61826508e2 -C extra-filename=-4b123bd6be5b5bf6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5532026-02-16T04:55:45.552Z Compiling vcpkg v0.2.15
5542026-02-16T04:55:45.576Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73439f11761d9bd0 -C extra-filename=-f8d1e014246dd31c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5552026-02-16T04:55:45.646Z Compiling litemap v0.7.4
5562026-02-16T04:55:45.670Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=25d863f89d36dc38 -C extra-filename=-0f9be520c57cfb57 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5572026-02-16T04:55:45.928Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=f2009c79bc35e374 -C extra-filename=-24250e70c19473c8 --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-9a24cfcf891d20a0.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-04404e5a029f156b.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-faa9b5c62de9abdb.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test`
5582026-02-16T04:55:46.009Z Compiling percent-encoding v2.3.2
5592026-02-16T04:55:46.009Z Compiling zerocopy v0.8.27
5602026-02-16T04:55:46.033Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=62c9741a5754b825 -C extra-filename=-480e41f40f33fbca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5612026-02-16T04:55:46.033Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/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="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=4371d01cf7b8dc56 -C extra-filename=-667c7cdc7ba1eaea --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-667c7cdc7ba1eaea -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5622026-02-16T04:55:46.149Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-2be317839b33f868/build-script-main`
5632026-02-16T04:55:46.288Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-da53cad45c7cb150/build-script-build`
5642026-02-16T04:55:46.342Z Compiling errno v0.3.10
5652026-02-16T04:55:46.366Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5a8c5e079d41f03d -C extra-filename=-a93aca4e7a22463e --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-97b32825c7396b93.rmeta --cap-lints allow`
5662026-02-16T04:55:46.366Z Compiling generic-array v0.14.5
5672026-02-16T04:55:46.367Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=e134d0be0cd8d456 -C extra-filename=-593b3ec02f8af59f --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-593b3ec02f8af59f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-aaaae7fd0247db7d.rlib --cap-lints allow`
5682026-02-16T04:55:46.567Z Compiling rustix v1.1.3
5692026-02-16T04:55:46.591Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=d1c79cc8c7d7f89f -C extra-filename=-bada21c08ea16631 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-bada21c08ea16631 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5702026-02-16T04:55:46.623Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-667c7cdc7ba1eaea/build-script-build`
5712026-02-16T04:55:46.676Z Compiling crossbeam-utils v0.8.21
5722026-02-16T04:55:46.700Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=c027dfa48eb364ad -C extra-filename=-5c2cd8958a25d55b --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-5c2cd8958a25d55b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5732026-02-16T04:55:46.700Z Compiling try-lock v0.2.3
5742026-02-16T04:55:46.700Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0c28e6f99902acf -C extra-filename=-f8263e060dede1d9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5752026-02-16T04:55:46.726Z Compiling openssl-sys v0.9.107
5762026-02-16T04:55:46.726Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=a1da951627af7197 -C extra-filename=-e3baa876f0dfe3e8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-e3baa876f0dfe3e8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-14e6ee059ec4c040.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-0fc1ef4af388c609.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-f8d1e014246dd31c.rlib --cap-lints allow`
5772026-02-16T04:55:46.857Z Compiling fnv v1.0.7
5782026-02-16T04:55:46.881Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f135979f509c7884 -C extra-filename=-b321c3a2beca1b4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5792026-02-16T04:55:46.990Z Compiling want v0.3.0
5802026-02-16T04:55:47.016Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c930236210c4165 -C extra-filename=-9645a31d17d86904 --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-97eb9f7c76707d02.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-f8263e060dede1d9.rmeta --cap-lints allow`
5812026-02-16T04:55:47.094Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-593b3ec02f8af59f/build-script-build`
5822026-02-16T04:55:47.155Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9412d6240a41fbf6 -C extra-filename=-5a8015ab98226fe8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
5832026-02-16T04:55:47.180Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-bada21c08ea16631/build-script-build`
5842026-02-16T04:55:47.205Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-5c2cd8958a25d55b/build-script-build`
5852026-02-16T04:55:47.232Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=e712fab64aa0003b -C extra-filename=-a47188caff45e61b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5862026-02-16T04:55:47.266Z Compiling httpdate v1.0.1
5872026-02-16T04:55:47.291Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f16c84c08a7a5f22 -C extra-filename=-075a47bcaddafde4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5882026-02-16T04:55:47.491Z Compiling synstructure v0.13.1
5892026-02-16T04:55:47.515Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=14417e2d8cdaef61 -C extra-filename=-5d0c49d8104286b1 --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-d98c0552c0b4b9f3.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rmeta --cap-lints allow`
5902026-02-16T04:55:47.572Z Compiling tower-service v0.3.3
5912026-02-16T04:55:47.597Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97b7d68965cacceb -C extra-filename=-214e982f73fb4de4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5922026-02-16T04:55:47.597Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-e3baa876f0dfe3e8/build-script-main`
5932026-02-16T04:55:47.672Z Compiling subtle v2.5.0
5942026-02-16T04:55:47.696Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=f5ef5780d2a9280e -C extra-filename=-51b7b24fb5416f99 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5952026-02-16T04:55:47.696Z Compiling base64 v0.22.1
5962026-02-16T04:55:47.696Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=93dffaeef43fe6cd -C extra-filename=-b02f846fd1344b20 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5972026-02-16T04:55:47.725Z Compiling num-conv v0.2.0
5982026-02-16T04:55:47.749Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-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 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=355ac510b1ea0e56 -C extra-filename=-0db1157ecc59ee75 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5992026-02-16T04:55:47.994Z Compiling powerfmt v0.2.0
6002026-02-16T04:55:48.019Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=c07b0b0c62211770 -C extra-filename=-9b643036a1043fcd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6012026-02-16T04:55:48.019Z Compiling tower-layer v0.3.3
6022026-02-16T04:55:48.019Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb05325225b904f5 -C extra-filename=-30e4eae59c9dbc0a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6032026-02-16T04:55:48.214Z Compiling time-core v0.1.8
6042026-02-16T04:55:48.238Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --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' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --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=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=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=d0c57100a7fb04f9 -C extra-filename=-ad8eb7988f75ccef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6052026-02-16T04:55:48.270Z Compiling rustls-webpki v0.102.8
6062026-02-16T04:55:48.294Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=0dbd08c9e09d9d81 -C extra-filename=-72ab73afe4a13a4c --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-24250e70c19473c8.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-faa9b5c62de9abdb.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out`
6072026-02-16T04:55:48.294Z Compiling icu_locid_transform_data v1.5.0
6082026-02-16T04:55:48.294Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15f7a56d370a2b87 -C extra-filename=-56c8a9f8bc757873 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6092026-02-16T04:55:48.362Z Compiling byteorder v1.4.3
6102026-02-16T04:55:48.386Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=3412af6ef3c006f3 -C extra-filename=-f1d431e4e868e928 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6112026-02-16T04:55:48.410Z Compiling deranged v0.5.5
6122026-02-16T04:55:48.410Z Compiling slog v2.8.2
6132026-02-16T04:55:48.410Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-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 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --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=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --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=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=8c9ab5048090c917 -C extra-filename=-592de46e01c4f29f --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-9b643036a1043fcd.rmeta --cap-lints allow`
6142026-02-16T04:55:48.410Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.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="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=f5ba758d62c19475 -C extra-filename=-5da32c2c342aef92 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-5da32c2c342aef92 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-5a8015ab98226fe8.so --cap-lints allow`
6152026-02-16T04:55:48.468Z Compiling time-macros v0.2.27
6162026-02-16T04:55:48.492Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/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=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --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' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --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=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=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=9d029def7e7fc010 -C extra-filename=-2a634ba7ae06154b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-0db1157ecc59ee75.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-ad8eb7988f75ccef.rlib --extern proc_macro --cap-lints allow`
6172026-02-16T04:55:48.596Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=fc05cf38b6f03bfd -C extra-filename=-d9d85598339f21ad --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-a47188caff45e61b.rmeta --cap-lints allow --cfg relaxed_coherence`
6182026-02-16T04:55:48.783Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.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 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=000ce3702568991d -C extra-filename=-eb0e37832647ee30 --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-72192933c18ad582.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-a93aca4e7a22463e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
6192026-02-16T04:55:48.807Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=4923162d05c57e2a -C extra-filename=-61685b4f679a656a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
6202026-02-16T04:55:49.544Z Compiling rustix v0.38.44
6212026-02-16T04:55:49.569Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=cc5881011b685d20 -C extra-filename=-2b13df90401a2118 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-2b13df90401a2118 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6222026-02-16T04:55:49.772Z Compiling num_threads v0.1.3
6232026-02-16T04:55:49.796Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45060cad648b66ea -C extra-filename=-0a3ad1ab7daa627f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6242026-02-16T04:55:49.899Z Compiling icu_properties_data v1.5.0
6252026-02-16T04:55:49.923Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93da2f512aa0e252 -C extra-filename=-f47713609249468b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6262026-02-16T04:55:49.995Z Compiling fastrand v2.1.1
6272026-02-16T04:55:50.020Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=f603a111b52e06fa -C extra-filename=-3d9b43dde35811d8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6282026-02-16T04:55:50.121Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-2b13df90401a2118/build-script-build`
6292026-02-16T04:55:50.145Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-5da32c2c342aef92/build-script-build`
6302026-02-16T04:55:50.169Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=aa586fa7c5e2a515 -C extra-filename=-9c1e32b9df6a6846 --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-031daca529762ac1.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-c9006dcd0eed9ff6.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-5f1a73ef0a92bb64.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-c5aeefdfc1c71f41.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6312026-02-16T04:55:50.170Z Compiling thread-id v5.0.0
6322026-02-16T04:55:50.170Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d75506430311a997 -C extra-filename=-db530467e616905f --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-97b32825c7396b93.rmeta --cap-lints allow`
6332026-02-16T04:55:50.255Z Compiling unicase v2.6.0
6342026-02-16T04:55:50.279Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=db4862058beb101e -C extra-filename=-2d1fd762eb1151ee --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-2d1fd762eb1151ee -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-aaaae7fd0247db7d.rlib --cap-lints allow`
6352026-02-16T04:55:50.306Z Compiling num-traits v0.2.14
6362026-02-16T04:55:50.306Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=5b5becff654210bf -C extra-filename=-2becf84cfdcad0f7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-2becf84cfdcad0f7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-d861ada75bc40aca.rlib --cap-lints allow`
6372026-02-16T04:55:50.384Z Compiling time v0.3.47
6382026-02-16T04:55:50.409Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.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 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --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' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --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=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=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=2e7e3ebbdb0972c5 -C extra-filename=-80031ae21b980698 --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-592de46e01c4f29f.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-031daca529762ac1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-0db1157ecc59ee75.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-0a3ad1ab7daa627f.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-9b643036a1043fcd.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-ad8eb7988f75ccef.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-2a634ba7ae06154b.so --cap-lints allow`
6392026-02-16T04:55:50.480Z Compiling openssl-probe v0.1.4
6402026-02-16T04:55:50.480Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a4a8f63305fdc0f -C extra-filename=-22d6949247313b34 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6412026-02-16T04:55:50.504Z Compiling openssl v0.10.72
6422026-02-16T04:55:50.504Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=81950cdf59bac2ab -C extra-filename=-6450ac5d5501fd46 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-6450ac5d5501fd46 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6432026-02-16T04:55:50.599Z Compiling paste v1.0.15
6442026-02-16T04:55:50.623Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11f9eda7bdf9ad01 -C extra-filename=-3ec428ee81738648 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-3ec428ee81738648 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6452026-02-16T04:55:50.623Z Compiling serde_derive v1.0.228
6462026-02-16T04:55:50.623Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=e14ea0a159c13de0 -C extra-filename=-d3845ed952672bab --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-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern proc_macro --cap-lints allow`
6472026-02-16T04:55:50.648Z Compiling tokio-macros v2.6.0
6482026-02-16T04:55:50.648Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.6.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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07f24fb08c284573 -C extra-filename=-b903ff0668c13d9b --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-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern proc_macro --cap-lints allow`
6492026-02-16T04:55:50.708Z Compiling zerofrom-derive v0.1.5
6502026-02-16T04:55:50.732Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e02abdd3306db469 -C extra-filename=-a8affff27e58f250 --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-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-5d0c49d8104286b1.rlib --extern proc_macro --cap-lints allow`
6512026-02-16T04:55:50.809Z Compiling thiserror-impl v2.0.18
6522026-02-16T04:55:50.836Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=489a8083d1b34c2f -C extra-filename=-cf241b288ef13236 --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-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern proc_macro --cap-lints allow`
6532026-02-16T04:55:50.896Z Compiling futures-macro v0.3.31
6542026-02-16T04:55:50.920Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79735977d87b28d3 -C extra-filename=-86fc1ee9b2e6f9d6 --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-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern proc_macro --cap-lints allow`
6552026-02-16T04:55:51.044Z Compiling yoke-derive v0.7.5
6562026-02-16T04:55:51.068Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc17936c5b8d7651 -C extra-filename=-97d0dad8e06849b0 --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-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-5d0c49d8104286b1.rlib --extern proc_macro --cap-lints allow`
6572026-02-16T04:55:51.955Z Compiling tokio v1.49.0
6582026-02-16T04:55:51.980Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=da4fc1aac3258275 -C extra-filename=-3d56f9a90971da54 --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-590c01461a8e5193.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-80143d18555f1bf3.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-d3c0492c50336900.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-91695e6001ebd2d0.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-ab583f729c9c2a47.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-85227ae40edc509f.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-b903ff0668c13d9b.so --cap-lints allow`
6592026-02-16T04:55:52.377Z Compiling futures-util v0.3.31
6602026-02-16T04:55:52.401Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=1299a2357891c566 -C extra-filename=-a5319f628b6aa5ad --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-73d882cf6ea27dd8.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-d2f012e83b1134e3.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-5f39c7e9d82696fe.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-86fc1ee9b2e6f9d6.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-fe8c79aa4b8cff10.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-14e217bfe1d902c9.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-c9006dcd0eed9ff6.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-91695e6001ebd2d0.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-e8dd70af00c9b90c.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-bd7423ae45fac5ee.rmeta --cap-lints allow`
6612026-02-16T04:55:52.525Z Compiling zerovec-derive v0.10.3
6622026-02-16T04:55:52.549Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f5254dab02cd578 -C extra-filename=-20bba3f19c515e89 --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-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern proc_macro --cap-lints allow`
6632026-02-16T04:55:52.733Z Compiling displaydoc v0.2.5
6642026-02-16T04:55:52.757Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=62e8645f07c3aaaa -C extra-filename=-71772b4c772bdd72 --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-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern proc_macro --cap-lints allow`
6652026-02-16T04:55:53.176Z Compiling icu_provider_macros v1.5.0
6662026-02-16T04:55:53.200Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09dac55e5feaf8fc -C extra-filename=-e8acfc3c982c33b0 --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-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern proc_macro --cap-lints allow`
6672026-02-16T04:55:53.300Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f8350c0ac28f0536 -C extra-filename=-5e7bf42f0f99b250 --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-cf241b288ef13236.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6682026-02-16T04:55:53.330Z Compiling zerofrom v0.1.5
6692026-02-16T04:55:53.330Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.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="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=081c1de2e00496f5 -C extra-filename=-3ed3ebf996bc7597 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom_derive-a8affff27e58f250.so --cap-lints allow`
6702026-02-16T04:55:53.470Z Compiling pest v2.8.1
6712026-02-16T04:55:53.496Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.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="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=a4b2004ab2c76590 -C extra-filename=-dc6d1daf01d50097 --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-c9006dcd0eed9ff6.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-ea545317fa4bc6ae.rmeta --cap-lints allow`
6722026-02-16T04:55:53.553Z Compiling yoke v0.7.5
6732026-02-16T04:55:53.578Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.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="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=dd3dd34380249bb7 -C extra-filename=-9775c9f1e3c294ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-93f3c5ccd6853bc5.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-97d0dad8e06849b0.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-3ed3ebf996bc7597.rmeta --cap-lints allow`
6742026-02-16T04:55:53.936Z Compiling zerocopy-derive v0.8.27
6752026-02-16T04:55:53.960Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/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=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9bb296ece5e28d92 -C extra-filename=-235e8b2c1299e8ed --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-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern proc_macro --cap-lints allow`
6762026-02-16T04:55:54.206Z Compiling scroll_derive v0.13.1
6772026-02-16T04:55:54.230Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d60f978a4f46e9b -C extra-filename=-d9597e9e23de6a90 --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-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern proc_macro --cap-lints allow`
6782026-02-16T04:55:54.230Z Compiling write16 v1.0.0
6792026-02-16T04:55:54.254Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=7fd8c456ef864dd2 -C extra-filename=-383d9170aace11f1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6802026-02-16T04:55:54.420Z Compiling utf8_iter v1.0.4
6812026-02-16T04:55:54.444Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=732fa04a5aaf0bbb -C extra-filename=-16f786a580953ce8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6822026-02-16T04:55:54.698Z Compiling utf16_iter v1.0.5
6832026-02-16T04:55:54.722Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e1bd786693e38c2 -C extra-filename=-909ceee2fdfd0d5b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6842026-02-16T04:55:54.747Z Compiling zerovec v0.10.4
6852026-02-16T04:55:54.747Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.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="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=8ca21ef8e976fe7c -C extra-filename=-c3ea001aba24b857 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-9775c9f1e3c294ee.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-3ed3ebf996bc7597.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-20bba3f19c515e89.so --cap-lints allow`
6862026-02-16T04:55:54.962Z Compiling usdt-impl v0.6.0
6872026-02-16T04:55:54.995Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=87819ded356e52d9 -C extra-filename=-91bec711665f75f3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-91bec711665f75f3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6882026-02-16T04:55:55.365Z Compiling foreign-types-shared v0.1.1
6892026-02-16T04:55:55.389Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ae313fe066de4fd -C extra-filename=-73ceeda97e9557cb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6902026-02-16T04:55:55.502Z Compiling icu_normalizer_data v1.5.0
6912026-02-16T04:55:55.530Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e05f583cacdffb6d -C extra-filename=-3b67ecd5871fd8bf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6922026-02-16T04:55:55.615Z Compiling ipnet v2.10.0
6932026-02-16T04:55:55.639Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=883bad28f09ea1a6 -C extra-filename=-f562a84e05a7944b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6942026-02-16T04:55:55.864Z Compiling scroll v0.13.0
6952026-02-16T04:55:55.888Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=5aef335b2813dd52 -C extra-filename=-c1f3fa2df25d13d9 --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-d9597e9e23de6a90.so --cap-lints allow`
6962026-02-16T04:55:56.311Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=61b65b5af1c7eb1f -C extra-filename=-cf87de58360fb257 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-9c7ec4017788351f.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-d3845ed952672bab.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
6972026-02-16T04:55:56.370Z Compiling tinystr v0.7.6
6982026-02-16T04:55:56.394Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-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 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=206c356838dd0528 -C extra-filename=-645845c534a7a4cb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-71772b4c772bdd72.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-c3ea001aba24b857.rmeta --cap-lints allow`
6992026-02-16T04:55:56.483Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=ec780a1f2eb1378e -C extra-filename=-d70e3383f0a78a3c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-5f1a73ef0a92bb64.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-d3845ed952672bab.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
7002026-02-16T04:55:56.519Z Compiling pest_meta v2.8.1
7012026-02-16T04:55:56.544Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=91887a12e9daa367 -C extra-filename=-9b168e8146f4a42b --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-dc6d1daf01d50097.rmeta --cap-lints allow`
7022026-02-16T04:55:56.620Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.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="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=f1548b3c6d60ef9c -C extra-filename=-3607052c5806306b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-235e8b2c1299e8ed.so --cap-lints allow --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
7032026-02-16T04:55:56.700Z Compiling icu_locid v1.5.0
7042026-02-16T04:55:56.724Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-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="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=e5ed281bd0953539 -C extra-filename=-7fc4eb054d4bee87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-71772b4c772bdd72.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-0f9be520c57cfb57.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-645845c534a7a4cb.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-229168640bedf65a.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-c3ea001aba24b857.rmeta --cap-lints allow`
7052026-02-16T04:55:56.749Z Compiling icu_collections v1.5.0
7062026-02-16T04:55:56.749Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=82dc7f7c79d83262 -C extra-filename=-9de0a228de5d239a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-71772b4c772bdd72.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-9775c9f1e3c294ee.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-3ed3ebf996bc7597.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-c3ea001aba24b857.rmeta --cap-lints allow`
7072026-02-16T04:55:57.369Z Compiling erased-serde v0.3.31
7082026-02-16T04:55:57.393Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=c1d29a5c8e1b6cda -C extra-filename=-0b9257358a11150c --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-cf87de58360fb257.rmeta --cap-lints allow`
7092026-02-16T04:55:57.451Z Compiling foreign-types v0.3.2
7102026-02-16T04:55:57.476Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03c1c1b49f13704f -C extra-filename=-4c780b19cfa69b0e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types_shared-73ceeda97e9557cb.rmeta --cap-lints allow`
7112026-02-16T04:55:57.544Z Compiling serde_tokenstream v0.2.2
7122026-02-16T04:55:57.568Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bdbb02a1a8893f93 -C extra-filename=-115fa08360f09629 --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-d98c0552c0b4b9f3.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d70e3383f0a78a3c.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rmeta --cap-lints allow`
7132026-02-16T04:55:57.609Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-91bec711665f75f3/build-script-build`
7142026-02-16T04:55:57.633Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-3ec428ee81738648/build-script-build`
7152026-02-16T04:55:57.691Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-6450ac5d5501fd46/build-script-build`
7162026-02-16T04:55:57.715Z Compiling icu_provider v1.5.0
7172026-02-16T04:55:57.715Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-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="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=870fc81160fdc47b -C extra-filename=-944b71817a25a48d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-71772b4c772bdd72.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-7fc4eb054d4bee87.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-e8acfc3c982c33b0.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-93f3c5ccd6853bc5.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-645845c534a7a4cb.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-229168640bedf65a.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-9775c9f1e3c294ee.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-3ed3ebf996bc7597.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-c3ea001aba24b857.rmeta --cap-lints allow`
7182026-02-16T04:55:58.019Z Compiling pest_generator v2.8.1
7192026-02-16T04:55:58.043Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=82e2ed8a2d25cebe -C extra-filename=-6c75055e93778fee --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-dc6d1daf01d50097.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-9b168e8146f4a42b.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d98c0552c0b4b9f3.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rmeta --cap-lints allow`
7202026-02-16T04:55:58.111Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-2becf84cfdcad0f7/build-script-build`
7212026-02-16T04:55:58.441Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.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="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=e117e034284c7b1a -C extra-filename=-2a056e796178ee9d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern erased_serde=/work/oxidecomputer/dropshot/target/debug/deps/liberased_serde-0b9257358a11150c.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-9c7ec4017788351f.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7222026-02-16T04:55:58.652Z Compiling icu_locid_transform v1.5.0
7232026-02-16T04:55:58.676Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-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="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=89f423763e3541fd -C extra-filename=-ed0e9956524fccb2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-71772b4c772bdd72.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-7fc4eb054d4bee87.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-56c8a9f8bc757873.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-944b71817a25a48d.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-645845c534a7a4cb.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-c3ea001aba24b857.rmeta --cap-lints allow`
7242026-02-16T04:55:58.730Z Compiling openssl-macros v0.1.1
7252026-02-16T04:55:58.754Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e21b88031aaafd6f -C extra-filename=-da1096375c7f99ae --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-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern proc_macro --cap-lints allow`
7262026-02-16T04:55:58.778Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-2d1fd762eb1151ee/build-script-build`
7272026-02-16T04:55:58.956Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=9ae446d831f27c7a -C extra-filename=-abcb9d978beadf98 --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-72192933c18ad582.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-a93aca4e7a22463e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7282026-02-16T04:55:59.198Z Compiling crypto-common v0.1.6
7292026-02-16T04:55:59.222Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=7de91d3527ae0ca0 -C extra-filename=-5a0c1f2b4a7534d2 --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-d9d85598339f21ad.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-a47188caff45e61b.rmeta --cap-lints allow`
7302026-02-16T04:55:59.278Z Compiling block-buffer v0.10.2
7312026-02-16T04:55:59.303Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c0d56d1f7d6095c -C extra-filename=-1ed688903abdf986 --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-d9d85598339f21ad.rmeta --cap-lints allow`
7322026-02-16T04:55:59.408Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=cb66c868ad9be9d5 -C extra-filename=-db3f265bc0a4c45a --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-97b32825c7396b93.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'`
7332026-02-16T04:55:59.470Z Compiling form_urlencoded v1.2.2
7342026-02-16T04:55:59.494Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=06e42ca2888a161b -C extra-filename=-8b2653f4d46353f6 --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-480e41f40f33fbca.rmeta --cap-lints allow`
7352026-02-16T04:55:59.494Z Compiling rand_core v0.6.3
7362026-02-16T04:55:59.494Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=fdb7cddb9bb053b0 -C extra-filename=-38a12a613a80659e --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-04404e5a029f156b.rmeta --cap-lints allow`
7372026-02-16T04:55:59.670Z Compiling pest_derive v2.8.1
7382026-02-16T04:55:59.694Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=e689c08a10d3998c -C extra-filename=-aa4febd3e71bc39d --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-dc6d1daf01d50097.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-6c75055e93778fee.rlib --extern proc_macro --cap-lints allow`
7392026-02-16T04:55:59.791Z Compiling icu_properties v1.5.1
7402026-02-16T04:55:59.815Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-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="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=5cd94952d28a727c -C extra-filename=-4dac606160c2cc78 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-71772b4c772bdd72.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-9de0a228de5d239a.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-ed0e9956524fccb2.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-f47713609249468b.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-944b71817a25a48d.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-645845c534a7a4cb.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-c3ea001aba24b857.rmeta --cap-lints allow`
7412026-02-16T04:55:59.866Z Compiling tokio-util v0.7.7
7422026-02-16T04:55:59.890Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=4e85e493f44514c2 -C extra-filename=-baddeb23e5716225 --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-590c01461a8e5193.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-d2f012e83b1134e3.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-fe8c79aa4b8cff10.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-91695e6001ebd2d0.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-8a302b813e2d44b8.rmeta --cap-lints allow`
7432026-02-16T04:56:00.035Z Compiling dof v0.4.0
7442026-02-16T04:56:00.060Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=0702818919471012 -C extra-filename=-04a976b48af48d65 --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-d70e3383f0a78a3c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9c1e32b9df6a6846.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-3607052c5806306b.rmeta --cap-lints allow`
7452026-02-16T04:56:00.388Z Compiling native-tls v0.2.12
7462026-02-16T04:56:00.412Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=ddcc88a7d6911295 -C extra-filename=-f7d163e927a5a0ae --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-f7d163e927a5a0ae -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7472026-02-16T04:56:00.498Z Compiling dtrace-parser v0.3.0
7482026-02-16T04:56:00.522Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=322d39f29d0a0044 -C extra-filename=-e5487de62e38bc4f --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-dc6d1daf01d50097.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-aa4febd3e71bc39d.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rmeta --cap-lints allow`
7492026-02-16T04:56:00.757Z Compiling h2 v0.4.6
7502026-02-16T04:56:00.782Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=0f2c6b4494a5c00b -C extra-filename=-33a2d75ff4a4e664 --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-4b123bd6be5b5bf6.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-b321c3a2beca1b4f.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-d2f012e83b1134e3.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-fe8c79aa4b8cff10.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-bd7423ae45fac5ee.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-baddeb23e5716225.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-8a302b813e2d44b8.rmeta --cap-lints allow`
7512026-02-16T04:56:00.782Z Compiling rustls v0.23.13
7522026-02-16T04:56:00.782Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=50f7f88984de6afb -C extra-filename=-cebbbba14ff6c5bb --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-cebbbba14ff6c5bb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7532026-02-16T04:56:00.974Z Compiling mime v0.3.16
7542026-02-16T04:56:00.999Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ad8286e031f6631 -C extra-filename=-8f40771f6d1418f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7552026-02-16T04:56:00.999Z Compiling ppv-lite86 v0.2.15
7562026-02-16T04:56:00.999Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=af7fc3bb27b09a22 -C extra-filename=-c81a50a365569913 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7572026-02-16T04:56:01.024Z Compiling ryu v1.0.5
7582026-02-16T04:56:01.024Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=cce83b6a60f36daa -C extra-filename=-fece80009b538115 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-fece80009b538115 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7592026-02-16T04:56:01.098Z Compiling plain v0.2.3
7602026-02-16T04:56:01.124Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70e185274e16791f -C extra-filename=-0ad4de8cc1dd704d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7612026-02-16T04:56:01.273Z Compiling rustls v0.22.4
7622026-02-16T04:56:01.297Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=bbbc5c987f31919d -C extra-filename=-6fa7b690872d1bae --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-6fa7b690872d1bae -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7632026-02-16T04:56:01.465Z Compiling goblin v0.10.1
7642026-02-16T04:56:01.489Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=4ce6df9d94b84660 -C extra-filename=-7006e4beb5564c80 --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-97eb9f7c76707d02.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-0ad4de8cc1dd704d.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-c1f3fa2df25d13d9.rmeta --cap-lints allow`
7652026-02-16T04:56:01.489Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-fece80009b538115/build-script-build`
7662026-02-16T04:56:01.544Z Compiling rand_chacha v0.3.1
7672026-02-16T04:56:01.580Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=d510644aa7b93edf -C extra-filename=-7376efbc1749ff49 --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-c81a50a365569913.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-38a12a613a80659e.rmeta --cap-lints allow`
7682026-02-16T04:56:01.604Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-6fa7b690872d1bae/build-script-build`
7692026-02-16T04:56:01.605Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-cebbbba14ff6c5bb/build-script-build`
7702026-02-16T04:56:01.629Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=8764dd23ec1f15d9 -C extra-filename=-bcc97fe32b65e3b3 --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-f1d431e4e868e928.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-04a976b48af48d65.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-e5487de62e38bc4f.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d98c0552c0b4b9f3.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d70e3383f0a78a3c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9c1e32b9df6a6846.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-db530467e616905f.rmeta --cap-lints allow --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
7712026-02-16T04:56:01.652Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-f7d163e927a5a0ae/build-script-build`
7722026-02-16T04:56:01.677Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=201ac730a0666859 -C extra-filename=-f9717d0f0d95a344 --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-72192933c18ad582.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-9a24cfcf891d20a0.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-4c780b19cfa69b0e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-1c5587f9161073fc.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-da1096375c7f99ae.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-db3f265bc0a4c45a.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
7732026-02-16T04:56:02.388Z Compiling digest v0.10.7
7742026-02-16T04:56:02.412Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=9e5c77f457a27563 -C extra-filename=-f8420e1fdb09bc50 --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-1ed688903abdf986.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-5a0c1f2b4a7534d2.rmeta --cap-lints allow`
7752026-02-16T04:56:02.497Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=5f11453fc7b3aff7 -C extra-filename=-87984d419d7dbd41 --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`
7762026-02-16T04:56:02.674Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8b2bba70a1b7e707 -C extra-filename=-40d23278e990610e --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`
7772026-02-16T04:56:02.750Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98cbb9645a9fc98a -C extra-filename=-acba107b85139edc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
7782026-02-16T04:56:02.855Z Compiling iana-time-zone v0.1.47
7792026-02-16T04:56:02.879Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=6c2c0ce0157ae0f2 -C extra-filename=-27e3397c1eeb2087 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7802026-02-16T04:56:03.305Z Compiling icu_normalizer v1.5.0
7812026-02-16T04:56:03.329Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-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="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=d547b19d2a876991 -C extra-filename=-a30783abada1e44b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-71772b4c772bdd72.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-9de0a228de5d239a.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-3b67ecd5871fd8bf.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-4dac606160c2cc78.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-944b71817a25a48d.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-ae802713fb4b6db9.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-909ceee2fdfd0d5b.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-16f786a580953ce8.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-383d9170aace11f1.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-c3ea001aba24b857.rmeta --cap-lints allow`
7822026-02-16T04:56:03.695Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.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 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=8dad157ed656ae0f -C extra-filename=-387eab8f27c80263 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-387eab8f27c80263 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7832026-02-16T04:56:04.049Z Compiling pretty-hex v0.4.1
7842026-02-16T04:56:04.073Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=d27df5605d7705e7 -C extra-filename=-b405c002aba236b0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7852026-02-16T04:56:04.073Z Compiling unicode-segmentation v1.10.0
7862026-02-16T04:56:04.073Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=1e34ed6c76ef6c68 -C extra-filename=-d5a0372fa15509e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7872026-02-16T04:56:04.097Z Compiling winnow v0.7.13
7882026-02-16T04:56:04.097Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=157c736763018bc1 -C extra-filename=-7d35785b2261d49a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7892026-02-16T04:56:04.266Z Compiling idna_adapter v1.2.0
7902026-02-16T04:56:04.290Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=090c0b68d7dddfd0 -C extra-filename=-7fdeccfd30aaae2a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer-a30783abada1e44b.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-4dac606160c2cc78.rmeta --cap-lints allow`
7912026-02-16T04:56:04.485Z Compiling cpufeatures v0.2.17
7922026-02-16T04:56:04.509Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3bbe702049ecbcb1 -C extra-filename=-19ccf2a2c33ed961 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7932026-02-16T04:56:04.585Z Compiling unicode-width v0.1.9
7942026-02-16T04:56:04.609Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=8a02a97262850cc4 -C extra-filename=-f364f84982ca40f3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7952026-02-16T04:56:04.730Z Compiling lazy_static v1.5.0
7962026-02-16T04:56:04.755Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=c689bc703884dca2 -C extra-filename=-78c238d619d2acba --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7972026-02-16T04:56:04.755Z Compiling thiserror v1.0.69
7982026-02-16T04:56:04.755Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0dc6a49165a63540 -C extra-filename=-3eed25e93c001d4c --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-3eed25e93c001d4c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7992026-02-16T04:56:04.868Z Compiling hyper v1.8.1
8002026-02-16T04:56:04.893Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=2d27daf0af2fd856 -C extra-filename=-589c5046942666e0 --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-4b123bd6be5b5bf6.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-73d882cf6ea27dd8.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-d2f012e83b1134e3.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-33a2d75ff4a4e664.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-b7aa7f2a755f4aac.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-390fe680e683e051.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-075a47bcaddafde4.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-031daca529762ac1.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-91695e6001ebd2d0.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-e8dd70af00c9b90c.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-ae802713fb4b6db9.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-9645a31d17d86904.rmeta --cap-lints allow`
8012026-02-16T04:56:04.893Z Compiling console v0.15.7
8022026-02-16T04:56:04.893Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=1209cad496e4cef1 -C extra-filename=-9a275aee644e72b5 --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-78c238d619d2acba.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-f364f84982ca40f3.rmeta --cap-lints allow`
8032026-02-16T04:56:05.223Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-3eed25e93c001d4c/build-script-build`
8042026-02-16T04:56:05.498Z Compiling sha1 v0.10.6
8052026-02-16T04:56:05.498Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=b3ff61110e538cdb -C extra-filename=-0d24b3c7bd3a9e36 --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-9a24cfcf891d20a0.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-19ccf2a2c33ed961.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-f8420e1fdb09bc50.rmeta --cap-lints allow`
8062026-02-16T04:56:05.522Z Compiling newline-converter v0.3.0
8072026-02-16T04:56:05.522Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21b32c87b8b1c7a5 -C extra-filename=-9d8facf387ce386f --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-d5a0372fa15509e8.rmeta --cap-lints allow`
8082026-02-16T04:56:05.685Z Compiling idna v1.0.3
8092026-02-16T04:56:05.709Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-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 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=8b35d98382520910 -C extra-filename=-1689fc943461de7c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern idna_adapter=/work/oxidecomputer/dropshot/target/debug/deps/libidna_adapter-7fdeccfd30aaae2a.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-ae802713fb4b6db9.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-16f786a580953ce8.rmeta --cap-lints allow`
8102026-02-16T04:56:05.873Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-387eab8f27c80263/build-script-build`
8112026-02-16T04:56:05.898Z Compiling chrono v0.4.43
8122026-02-16T04:56:05.898Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=909a2c2e823c413c -C extra-filename=-25c1395c094228ce --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-27e3397c1eeb2087.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-40d23278e990610e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rmeta --cap-lints allow`
8132026-02-16T04:56:06.051Z Compiling mime_guess v2.0.5
8142026-02-16T04:56:07.099Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=0471ddb0b65065af -C extra-filename=-3e14524f27d18f34 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-3e14524f27d18f34 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-87984d419d7dbd41.rlib --cap-lints allow`
8152026-02-16T04:56:07.145Z Compiling toml_parser v1.0.6+spec-1.1.0
8162026-02-16T04:56:07.145Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=73db4ea503826e44 -C extra-filename=-2cc1058f46635017 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-7d35785b2261d49a.rmeta --cap-lints allow`
8172026-02-16T04:56:07.145Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=ef442eeaa6919787 -C extra-filename=-b913fadf3f27f8c6 --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-97eb9f7c76707d02.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-f9717d0f0d95a344.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-22d6949247313b34.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-db3f265bc0a4c45a.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
8182026-02-16T04:56:07.145Z Compiling hyper-util v0.1.20
8192026-02-16T04:56:07.145Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=ed0c10af823879c2 -C extra-filename=-ad381d0e5b1190ff --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-b02f846fd1344b20.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-73d882cf6ea27dd8.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-a5319f628b6aa5ad.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-b7aa7f2a755f4aac.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-f562a84e05a7944b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-91695e6001ebd2d0.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-85227ae40edc509f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-30e4eae59c9dbc0a.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-214e982f73fb4de4.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-8a302b813e2d44b8.rmeta --cap-lints allow`
8202026-02-16T04:56:07.145Z Compiling rand v0.8.4
8212026-02-16T04:56:07.145Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="rand_hc"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "rand_hc", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=8a6c7b0e31277969 -C extra-filename=-dc86328119c64f5a --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-97b32825c7396b93.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-7376efbc1749ff49.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-38a12a613a80659e.rmeta --cap-lints allow`
8222026-02-16T04:56:07.349Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=94b2c4c784bdedb6 -C extra-filename=-d922e0312d8bfd47 --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-7006e4beb5564c80.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-b405c002aba236b0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-3607052c5806306b.rmeta --cap-lints allow`
8232026-02-16T04:56:08.175Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=1c93b216a84548f0 -C extra-filename=-628473f13defd72d --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-1c5587f9161073fc.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-24250e70c19473c8.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-72ab73afe4a13a4c.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-51b7b24fb5416f99.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-612c857d6f210b01.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
8242026-02-16T04:56:08.298Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=8414acbacc7b0f63 -C extra-filename=-7493720be431c345 --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-97eb9f7c76707d02.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-24250e70c19473c8.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-72ab73afe4a13a4c.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-51b7b24fb5416f99.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-612c857d6f210b01.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out`
8252026-02-16T04:56:08.426Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=7679210ab50047fd -C extra-filename=-32568a779962ae95 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
8262026-02-16T04:56:08.719Z Compiling thiserror-impl v1.0.69
8272026-02-16T04:56:08.743Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a03d86aa1aa6bda -C extra-filename=-50e504b161d68aff --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-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern proc_macro --cap-lints allow`
8282026-02-16T04:56:08.767Z Compiling concurrent-queue v2.5.0
8292026-02-16T04:56:08.767Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=e6d1de2f06577947 -C extra-filename=-86fe62dcb4189e2e --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-61685b4f679a656a.rmeta --cap-lints allow`
8302026-02-16T04:56:09.080Z Compiling serde_derive_internals v0.29.0
8312026-02-16T04:56:09.104Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0493a6693010e638 -C extra-filename=-2c025664b08e9df7 --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-d98c0552c0b4b9f3.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rmeta --cap-lints allow`
8322026-02-16T04:56:09.131Z Compiling http-body-util v0.1.3
8332026-02-16T04:56:09.155Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=39bf6a00d823a42f -C extra-filename=-2fbcbb2947e8a7a6 --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-590c01461a8e5193.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-d2f012e83b1134e3.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-b7aa7f2a755f4aac.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-91695e6001ebd2d0.rmeta --cap-lints allow`
8342026-02-16T04:56:09.560Z Compiling serde_spanned v1.0.4
8352026-02-16T04:56:09.584Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=edaa73fc4b5b81cb -C extra-filename=-32ca077fb3886d24 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-9c7ec4017788351f.rmeta --cap-lints allow`
8362026-02-16T04:56:09.609Z Compiling toml_datetime v0.7.5+spec-1.1.0
8372026-02-16T04:56:09.609Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=2b864f989462213f -C extra-filename=-63dc3cc64b097016 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-9c7ec4017788351f.rmeta --cap-lints allow`
8382026-02-16T04:56:09.792Z Compiling rustls-pemfile v2.2.0
8392026-02-16T04:56:09.826Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7c75a90e161e9750 -C extra-filename=-9b286bc795df9c6b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rmeta --cap-lints allow`
8402026-02-16T04:56:10.101Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=37748f4110cb3389 -C extra-filename=-67e1ff99624bd01d --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-d98c0552c0b4b9f3.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-1fdc1af471b631b7.rmeta --cap-lints allow`
8412026-02-16T04:56:10.151Z Compiling multer v3.1.0
8422026-02-16T04:56:10.179Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=e682aed5afcc29f9 -C extra-filename=-244858c907569e19 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-244858c907569e19 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-aaaae7fd0247db7d.rlib --cap-lints allow`
8432026-02-16T04:56:10.237Z Compiling sync_wrapper v1.0.1
8442026-02-16T04:56:10.262Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=ca201f13f9795aba -C extra-filename=-5e0e5524a81497d4 --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-d2f012e83b1134e3.rmeta --cap-lints allow`
8452026-02-16T04:56:10.404Z Compiling thread_local v1.1.4
8462026-02-16T04:56:10.428Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=a19e9f15bd41802f -C extra-filename=-65880c5775d75625 --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-1c5587f9161073fc.rmeta --cap-lints allow`
8472026-02-16T04:56:10.505Z Compiling encoding_rs v0.8.32
8482026-02-16T04:56:10.529Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=2eb559407b68cc5f -C extra-filename=-8347a51e96194d56 --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-9a24cfcf891d20a0.rmeta --cap-lints allow`
8492026-02-16T04:56:10.622Z Compiling similar v2.2.1
8502026-02-16T04:56:10.647Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=cfefee3ed78bfc5b -C extra-filename=-bd5db5a01811a10d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8512026-02-16T04:56:10.899Z Compiling slog-async v2.8.0
8522026-02-16T04:56:10.924Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=96518d6f93c12e03 -C extra-filename=-bcf64bc614bbd915 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-bcf64bc614bbd915 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8532026-02-16T04:56:10.949Z Compiling target-triple v1.0.0
8542026-02-16T04:56:10.949Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=380f0558bfa2bbe3 -C extra-filename=-26100c2132a4a2a4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-26100c2132a4a2a4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8552026-02-16T04:56:11.327Z Compiling toml_writer v1.0.6+spec-1.1.0
8562026-02-16T04:56:11.351Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.6+spec-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6a6065874a6e3bfe -C extra-filename=-b039530406c86a64 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8572026-02-16T04:56:11.381Z Compiling heck v0.5.0
8582026-02-16T04:56:11.405Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6da1bf47b59bdde -C extra-filename=-d531e2e4bcce1348 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8592026-02-16T04:56:11.625Z Compiling camino v1.2.2
8602026-02-16T04:56:11.649Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=44a8ba65ce022ff2 -C extra-filename=-9fcb56714f6ced6d --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-9fcb56714f6ced6d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8612026-02-16T04:56:11.701Z Compiling semver v1.0.27
8622026-02-16T04:56:11.725Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=dedead8ab6148289 -C extra-filename=-4b4b5948cd112efe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8632026-02-16T04:56:11.784Z Compiling parking v2.2.0
8642026-02-16T04:56:11.784Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=2078148a045972a6 -C extra-filename=-508b4b0218bfdc2f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8652026-02-16T04:56:12.092Z Compiling schemars v0.8.22
8662026-02-16T04:56:12.117Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=1cfdd987891f6028 -C extra-filename=-62df1dcec111e1d3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-62df1dcec111e1d3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8672026-02-16T04:56:12.154Z Compiling match_cfg v0.1.0
8682026-02-16T04:56:12.178Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=4f88cb2cdc2675bd -C extra-filename=-8e9d1ffe26fe47bf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8692026-02-16T04:56:12.258Z Compiling hostname v0.3.1
8702026-02-16T04:56:12.282Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=5ef6d7310d538497 -C extra-filename=-3c9882140a76124e --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-97b32825c7396b93.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-8e9d1ffe26fe47bf.rmeta --cap-lints allow`
8712026-02-16T04:56:12.375Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-9fcb56714f6ced6d/build-script-build`
8722026-02-16T04:56:12.442Z Compiling tokio-rustls v0.25.0
8732026-02-16T04:56:12.477Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=a80bf6e22d6c6dea -C extra-filename=-4a83cc7c7eb69a90 --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-7493720be431c345.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out`
8742026-02-16T04:56:12.501Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-62df1dcec111e1d3/build-script-build`
8752026-02-16T04:56:12.501Z Compiling event-listener v5.0.0
8762026-02-16T04:56:12.501Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=7a340c18204c99fc -C extra-filename=-4729d5c94bb63bb3 --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-86fe62dcb4189e2e.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-508b4b0218bfdc2f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-91695e6001ebd2d0.rmeta --cap-lints allow`
8772026-02-16T04:56:12.527Z Compiling toml v0.9.11+spec-1.1.0
8782026-02-16T04:56:12.527Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.11+spec-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=90da514b2ff03c54 -C extra-filename=-7ef5c09facc42e6c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-9c7ec4017788351f.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-32ca077fb3886d24.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-63dc3cc64b097016.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-2cc1058f46635017.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-b039530406c86a64.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-7d35785b2261d49a.rmeta --cap-lints allow`
8792026-02-16T04:56:12.552Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-26100c2132a4a2a4/build-script-build`
8802026-02-16T04:56:12.552Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-bcf64bc614bbd915/build-script-build`
8812026-02-16T04:56:12.618Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99818a6994b7add2 -C extra-filename=-10343618541ac8dd --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-50e504b161d68aff.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
8822026-02-16T04:56:12.770Z Compiling schemars_derive v0.8.22
8832026-02-16T04:56:12.794Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a03a5b293f6a22be -C extra-filename=-9d3bc2d0d94bdd3e --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-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-2c025664b08e9df7.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern proc_macro --cap-lints allow`
8842026-02-16T04:56:12.884Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-244858c907569e19/build-script-build`
8852026-02-16T04:56:12.964Z Compiling tower v0.5.2
8862026-02-16T04:56:12.989Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-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="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=65e90e260c5cdf53 -C extra-filename=-4a05a0ac69137e3c --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-d2f012e83b1134e3.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-a5319f628b6aa5ad.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-91695e6001ebd2d0.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-5e0e5524a81497d4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-30e4eae59c9dbc0a.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-214e982f73fb4de4.rmeta --cap-lints allow`
8872026-02-16T04:56:13.079Z Compiling serde_urlencoded v0.7.1
8882026-02-16T04:56:13.103Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=132993931f2dd34c -C extra-filename=-56953a97e6f20252 --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-8b2653f4d46353f6.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-031daca529762ac1.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-32568a779962ae95.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rmeta --cap-lints allow`
8892026-02-16T04:56:13.610Z Compiling tokio-rustls v0.26.0
8902026-02-16T04:56:13.635Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=c3bf08697b5567f7 -C extra-filename=-31a646da6bc9ac48 --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-628473f13defd72d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out`
8912026-02-16T04:56:13.819Z Compiling tokio-native-tls v0.3.1
8922026-02-16T04:56:13.843Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=af9c8e920b61eed2 -C extra-filename=-462f8d1f82f06c81 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-b913fadf3f27f8c6.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8932026-02-16T04:56:13.980Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-3e14524f27d18f34/build-script-build`
8942026-02-16T04:56:14.014Z Compiling url v2.5.4
8952026-02-16T04:56:14.038Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=acd13a39481277ad -C extra-filename=-0705d05655fb29a2 --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-8b2653f4d46353f6.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-1689fc943461de7c.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rmeta --cap-lints allow`
8962026-02-16T04:56:14.063Z Compiling usdt-attr-macro v0.6.0
8972026-02-16T04:56:14.063Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=823d9be4c0d0c317 -C extra-filename=-0d59879e6a8e553e --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-e5487de62e38bc4f.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-115fa08360f09629.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-bcc97fe32b65e3b3.rlib --extern proc_macro --cap-lints allow`
8982026-02-16T04:56:14.112Z Compiling usdt-macro v0.6.0
8992026-02-16T04:56:14.136Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85ec73c466acfea4 -C extra-filename=-7e55ecd99c6f00eb --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-e5487de62e38bc4f.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-115fa08360f09629.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-bcc97fe32b65e3b3.rlib --extern proc_macro --cap-lints allow`
9002026-02-16T04:56:15.214Z Compiling slog-json v2.6.1
9012026-02-16T04:56:15.238Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=7590fa6a0d9a42a4 -C extra-filename=-756fb34a28dcfe67 --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-cf87de58360fb257.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-80031ae21b980698.rmeta --cap-lints allow`
9022026-02-16T04:56:15.386Z Compiling futures-executor v0.3.31
9032026-02-16T04:56:15.410Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=08e6baa5272b9a8b -C extra-filename=-dfbfdfbf8f17a87e --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-d2f012e83b1134e3.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-14e217bfe1d902c9.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-a5319f628b6aa5ad.rmeta --cap-lints allow`
9042026-02-16T04:56:15.436Z Compiling async-stream-impl v0.3.6
9052026-02-16T04:56:15.436Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e98b9ae82c091a6f -C extra-filename=-601e85ffa9e6ff9b --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-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern proc_macro --cap-lints allow`
9062026-02-16T04:56:15.560Z Compiling tempfile v3.24.0
9072026-02-16T04:56:15.585Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=620733552e462bde -C extra-filename=-fe51257cb485aa9b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-3d9b43dde35811d8.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-4a283d211c270955.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-1c5587f9161073fc.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-eb0e37832647ee30.rmeta --cap-lints allow`
9082026-02-16T04:56:15.670Z Compiling crossbeam-channel v0.5.15
9092026-02-16T04:56:15.694Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.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 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=017a5097a17a1476 -C extra-filename=-618021590c7d9de8 --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-61685b4f679a656a.rmeta --cap-lints allow`
9102026-02-16T04:56:15.922Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=a3cade9610c5ba16 -C extra-filename=-14248a562f59d6ad --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-f1d431e4e868e928.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-d922e0312d8bfd47.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-e5487de62e38bc4f.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d98c0552c0b4b9f3.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-67e1ff99624bd01d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-db530467e616905f.rmeta --cap-lints allow --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
9112026-02-16T04:56:15.950Z Compiling uuid v1.20.0
9122026-02-16T04:56:15.975Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=90562d8d11d8ecc2 -C extra-filename=-45b5a2aadd04161c --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-4a283d211c270955.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-9c7ec4017788351f.rmeta --cap-lints allow`
9132026-02-16T04:56:16.405Z Compiling webpki-roots v0.26.5
9142026-02-16T04:56:16.430Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=efcc5b2eef838e3e -C extra-filename=-d88dda49e5e524cc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rmeta --cap-lints allow`
9152026-02-16T04:56:16.524Z Compiling is-terminal v0.4.12
9162026-02-16T04:56:16.548Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bea3c9f66412f2e8 -C extra-filename=-da5086fb55eb2091 --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-97b32825c7396b93.rmeta --cap-lints allow`
9172026-02-16T04:56:16.602Z Compiling memmap2 v0.9.8
9182026-02-16T04:56:16.626Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=f59efb082e8310f5 -C extra-filename=-98ea8af466772ec7 --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-97b32825c7396b93.rmeta --cap-lints allow`
9192026-02-16T04:56:16.667Z Compiling dropshot v0.16.7 (/work/oxidecomputer/dropshot/dropshot)
9202026-02-16T04:56:16.691Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1820d1c30cddc0dc -C extra-filename=-035415cb6bd9ad79 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-035415cb6bd9ad79 -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-aaaae7fd0247db7d.rlib`
9212026-02-16T04:56:16.715Z Compiling spin v0.9.8
9222026-02-16T04:56:16.715Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=e3c56ba3cbe9ebac -C extra-filename=-7c6eff2baae8f37a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9232026-02-16T04:56:16.834Z Compiling take_mut v0.2.2
9242026-02-16T04:56:16.858Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e61a0133c8f24f01 -C extra-filename=-e4e0626548c0b859 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9252026-02-16T04:56:16.896Z Compiling anyhow v1.0.101
9262026-02-16T04:56:16.920Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.101/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=de99006117911bc5 -C extra-filename=-17691e8c5670621a --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-17691e8c5670621a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9272026-02-16T04:56:16.987Z Compiling iri-string v0.7.8
9282026-02-16T04:56:17.012Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=b22373aaa6e96252 -C extra-filename=-8e6e5340c2c1f69e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9292026-02-16T04:56:17.012Z Compiling term v1.1.0
9302026-02-16T04:56:17.012Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=6b2235dafbe87f74 -C extra-filename=-5c10ba02f74072b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9312026-02-16T04:56:17.046Z Compiling dyn-clone v1.0.4
9322026-02-16T04:56:17.046Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=761e88f9b6a1b343 -C extra-filename=-300fef755963743d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9332026-02-16T04:56:17.070Z Compiling data-encoding v2.4.0
9342026-02-16T04:56:17.070Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=c6e4c885191e272d -C extra-filename=-174acabd0c6351dd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9352026-02-16T04:56:17.198Z Compiling utf-8 v0.7.6
9362026-02-16T04:56:17.222Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66f6bf0e63b6a243 -C extra-filename=-b75c7513d622366d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9372026-02-16T04:56:17.340Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=ae5572d4e58a3d84 -C extra-filename=-f447b22a7c7ba092 --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-25c1395c094228ce.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-300fef755963743d.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-9d3bc2d0d94bdd3e.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9382026-02-16T04:56:17.422Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-17691e8c5670621a/build-script-build`
9392026-02-16T04:56:17.501Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-035415cb6bd9ad79/build-script-build`
9402026-02-16T04:56:17.564Z Compiling slog-term v2.9.2
9412026-02-16T04:56:17.588Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=5497e4d542c78ee9 -C extra-filename=-8333d2c662f5d061 --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-25c1395c094228ce.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-da5086fb55eb2091.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-5c10ba02f74072b9.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-65880c5775d75625.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-80031ae21b980698.rmeta --cap-lints allow`
9422026-02-16T04:56:17.763Z Compiling tungstenite v0.24.0
9432026-02-16T04:56:17.788Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=e09f2cb6ad26e80a -C extra-filename=-5fce260ebae9ae9f --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-f1d431e4e868e928.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-174acabd0c6351dd.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-390fe680e683e051.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-97eb9f7c76707d02.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-dc86328119c64f5a.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-10343618541ac8dd.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-b75c7513d622366d.rmeta --cap-lints allow`
9442026-02-16T04:56:18.506Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=814ce35dfbc36623 -C extra-filename=-ee6e4fdf2bbd36a2 --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-618021590c7d9de8.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-e4e0626548c0b859.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-65880c5775d75625.rmeta --cap-lints allow --cfg integer128`
9452026-02-16T04:56:18.797Z Compiling usdt v0.6.0
9462026-02-16T04:56:18.821Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=6ea3b8f4c405a616 -C extra-filename=-60f184cca407a5da --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-d922e0312d8bfd47.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-7006e4beb5564c80.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-98ea8af466772ec7.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-0d59879e6a8e553e.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-14248a562f59d6ad.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-7e55ecd99c6f00eb.so --cap-lints allow`
9472026-02-16T04:56:18.915Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=23fd11659d7fdd1f -C extra-filename=-47953cffd0684058 --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-590c01461a8e5193.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-8347a51e96194d56.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-a5319f628b6aa5ad.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-390fe680e683e051.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-c9006dcd0eed9ff6.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-8f40771f6d1418f0.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-7c6eff2baae8f37a.rmeta --cap-lints allow`
9482026-02-16T04:56:19.264Z Compiling hyper-rustls v0.27.3
9492026-02-16T04:56:19.288Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=1e3471c5e4cc13bb -C extra-filename=-8534b146836bde08 --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-a5319f628b6aa5ad.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-628473f13defd72d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-31a646da6bc9ac48.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-214e982f73fb4de4.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-d88dda49e5e524cc.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out`
9502026-02-16T04:56:19.515Z Compiling async-stream v0.3.6
9512026-02-16T04:56:19.539Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6c2ac019a10a6f6 -C extra-filename=-df36ed8652eecdea --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-601e85ffa9e6ff9b.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-d2f012e83b1134e3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-91695e6001ebd2d0.rmeta --cap-lints allow`
9522026-02-16T04:56:19.563Z Compiling atomicwrites v0.4.4
9532026-02-16T04:56:19.563Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80ceeb8a430cc182 -C extra-filename=-430a5eba16be54c6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-abcb9d978beadf98.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rmeta --cap-lints allow`
9542026-02-16T04:56:19.760Z Compiling tower-http v0.6.8
9552026-02-16T04:56:19.784Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=59374fb403e42bd5 -C extra-filename=-e205cbbe47f66c76 --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-72192933c18ad582.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-a5319f628b6aa5ad.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-b7aa7f2a755f4aac.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-8e6e5340c2c1f69e.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-91695e6001ebd2d0.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-4a05a0ac69137e3c.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-30e4eae59c9dbc0a.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-214e982f73fb4de4.rmeta --cap-lints allow`
9562026-02-16T04:56:19.808Z Compiling futures v0.3.31
9572026-02-16T04:56:19.808Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=edb053cb3e65f0ca -C extra-filename=-f32efbce78318a6b --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-73d882cf6ea27dd8.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-d2f012e83b1134e3.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-dfbfdfbf8f17a87e.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-5f39c7e9d82696fe.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-fe8c79aa4b8cff10.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-14e217bfe1d902c9.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-a5319f628b6aa5ad.rmeta --cap-lints allow`
9582026-02-16T04:56:19.833Z Compiling slog-bunyan v2.5.0
9592026-02-16T04:56:19.857Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=06f3fe1e7fd16db4 -C extra-filename=-f9eee6dbb841fa6d --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-3c9882140a76124e.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-80031ae21b980698.rmeta --cap-lints allow`
9602026-02-16T04:56:19.881Z Compiling hyper-tls v0.6.0
9612026-02-16T04:56:19.881Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=1c61c81d3817a4b2 -C extra-filename=-3c35ed47bd22d713 --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-590c01461a8e5193.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-b913fadf3f27f8c6.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-462f8d1f82f06c81.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-214e982f73fb4de4.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9622026-02-16T04:56:19.910Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=cd5f791d6d256057 -C extra-filename=-b8ef99fc80ae83a9 --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-8f40771f6d1418f0.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-87984d419d7dbd41.rmeta --cap-lints allow`
9632026-02-16T04:56:19.934Z Compiling event-listener-strategy v0.5.4
9642026-02-16T04:56:19.935Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.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 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=c7f21d37215077c7 -C extra-filename=-d6f850f72f6ef0a7 --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-4729d5c94bb63bb3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-91695e6001ebd2d0.rmeta --cap-lints allow`
9652026-02-16T04:56:20.060Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c655c67d66e08aa2 -C extra-filename=-3dd1d1af1bc58671 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(host_os, values("windows"))'`
9662026-02-16T04:56:20.156Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.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 --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=a58618a92b535cb7 -C extra-filename=-05973147f0409c85 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-9c7ec4017788351f.rmeta --cap-lints allow --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
9672026-02-16T04:56:20.181Z Compiling dropshot_endpoint v0.16.7 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9682026-02-16T04:56:20.181Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11000a77090dd2e6 -C extra-filename=-3512039898d3bad5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d531e2e4bcce1348.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d70e3383f0a78a3c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-115fa08360f09629.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern proc_macro`
9692026-02-16T04:56:20.259Z Compiling rustls-native-certs v0.7.0
9702026-02-16T04:56:20.283Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1a0fc009aebcb2f -C extra-filename=-e6aab4cd5a941a7f --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-22d6949247313b34.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rmeta --cap-lints allow`
9712026-02-16T04:56:20.517Z Compiling openapiv3 v2.2.0
9722026-02-16T04:56:20.542Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-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="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=2e0a873ef0b0bdca -C extra-filename=-d5e909f2096ae159 --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-7525a556e23c28ba.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rmeta --cap-lints allow`
9732026-02-16T04:56:20.594Z Compiling yasna v0.5.2
9742026-02-16T04:56:20.618Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=89f58931dce5f568 -C extra-filename=-4af56da103230c87 --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-80031ae21b980698.rmeta --cap-lints allow`
9752026-02-16T04:56:20.642Z Compiling async-trait v0.1.89
9762026-02-16T04:56:20.642Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bf7d29cb6b83bfa -C extra-filename=-117a1944557180b3 --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-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern proc_macro --cap-lints allow`
9772026-02-16T04:56:20.667Z Compiling pem v3.0.6
9782026-02-16T04:56:20.668Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=baeba45828c6a86d -C extra-filename=-73ca46be337cb621 --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-b02f846fd1344b20.rmeta --cap-lints allow`
9792026-02-16T04:56:20.703Z Compiling waitgroup v0.1.2
9802026-02-16T04:56:20.727Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9255ad6c08050a55 -C extra-filename=-1e3f32afe8136292 --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-4b123bd6be5b5bf6.rmeta --cap-lints allow`
9812026-02-16T04:56:20.925Z Compiling serde_path_to_error v0.1.20
9822026-02-16T04:56:20.950Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09ba5d7eda15d3c7 -C extra-filename=-46b3e62ce35c0b6a --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-031daca529762ac1.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-9c7ec4017788351f.rmeta --cap-lints allow`
9832026-02-16T04:56:21.023Z Compiling webpki-roots v1.0.0
9842026-02-16T04:56:21.047Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a422bd84f945198 -C extra-filename=-3f616f6746c7cc40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rmeta --cap-lints allow`
9852026-02-16T04:56:21.213Z Compiling hostname v0.4.2
9862026-02-16T04:56:21.238Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=a2479a87c0a1e784 -C extra-filename=-18163a0d0dd8af95 --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-9a24cfcf891d20a0.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rmeta --cap-lints allow`
9872026-02-16T04:56:21.262Z Compiling debug-ignore v1.0.5
9882026-02-16T04:56:21.262Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=c3c9b6c36f0aa138 -C extra-filename=-30560c5e2d294673 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9892026-02-16T04:56:21.378Z Compiling http-range v0.1.4
9902026-02-16T04:56:21.401Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c735389afa758081 -C extra-filename=-1ef3116e4dfc4697 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9912026-02-16T04:56:21.402Z Compiling termcolor v1.1.2
9922026-02-16T04:56:21.402Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10f774b670ce9501 -C extra-filename=-8752376e922f177f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9932026-02-16T04:56:21.443Z Compiling glob v0.3.0
9942026-02-16T04:56:21.467Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48cc2dda1794f394 -C extra-filename=-bf27f9f796013ac8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9952026-02-16T04:56:21.664Z Compiling simple-mermaid v0.2.0
9962026-02-16T04:56:21.688Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49c287d135fdc71e -C extra-filename=-801276382894dde5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9972026-02-16T04:56:21.688Z Compiling hyper-staticfile v0.10.1
9982026-02-16T04:56:21.688Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ed32b3769f69b9d -C extra-filename=-c4e4ac2178c4f9ad --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-a5319f628b6aa5ad.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-1ef3116e4dfc4697.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-075a47bcaddafde4.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-dc86328119c64f5a.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-0705d05655fb29a2.rmeta --cap-lints allow`
9992026-02-16T04:56:21.782Z Compiling rcgen v0.14.7
10002026-02-16T04:56:21.782Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(rcgen_docsrs)' --cfg 'feature="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "aws_lc_rs_unstable", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=ae8d40e9806d0fd8 -C extra-filename=-c40f34bc80ad8eb7 --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-73ca46be337cb621.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-24250e70c19473c8.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-80031ae21b980698.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-4af56da103230c87.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out`
10012026-02-16T04:56:22.061Z Compiling trybuild v1.0.115
10022026-02-16T04:56:22.085Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.115/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=443e6e8c0ed0b213 -C extra-filename=-3187d3fa2967598b --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-bf27f9f796013ac8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-d3845ed952672bab.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-3dd1d1af1bc58671.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-8752376e922f177f.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rmeta --cap-lints allow`
10032026-02-16T04:56:22.109Z Compiling reqwest v0.12.28
10042026-02-16T04:56:22.109Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=5561114cd0e4d1f1 -C extra-filename=-1a2b0f5dd8eae134 --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-b02f846fd1344b20.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-8347a51e96194d56.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-d2f012e83b1134e3.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-33a2d75ff4a4e664.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-b7aa7f2a755f4aac.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8534b146836bde08.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-3c35ed47bd22d713.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-97eb9f7c76707d02.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-8f40771f6d1418f0.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-b913fadf3f27f8c6.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-91695e6001ebd2d0.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-628473f13defd72d.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-5e0e5524a81497d4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-462f8d1f82f06c81.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-31a646da6bc9ac48.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-4a05a0ac69137e3c.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-e205cbbe47f66c76.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-214e982f73fb4de4.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-0705d05655fb29a2.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-3f616f6746c7cc40.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10052026-02-16T04:56:22.315Z Compiling hyper-rustls v0.26.0
10062026-02-16T04:56:22.340Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=bb8bdc1798db09a1 -C extra-filename=-236b1f4b76035639 --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-a5319f628b6aa5ad.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-97eb9f7c76707d02.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-e6aab4cd5a941a7f.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-214e982f73fb4de4.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out`
10072026-02-16T04:56:22.653Z Compiling async-channel v2.5.0
10082026-02-16T04:56:22.677Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=90c03b0d5eafa42c -C extra-filename=-a1a9ac92afd0fe45 --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-86fe62dcb4189e2e.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-d6f850f72f6ef0a7.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-d2f012e83b1134e3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-91695e6001ebd2d0.rmeta --cap-lints allow`
10092026-02-16T04:56:22.733Z Compiling expectorate v1.2.0
10102026-02-16T04:56:22.757Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=43daa692435dc752 -C extra-filename=-7603a60baa931340 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomicwrites=/work/oxidecomputer/dropshot/target/debug/deps/libatomicwrites-430a5eba16be54c6.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-9a275aee644e72b5.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-9d8facf387ce386f.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-bd5db5a01811a10d.rmeta --cap-lints allow`
10112026-02-16T04:56:22.824Z Compiling tokio-tungstenite v0.24.0
10122026-02-16T04:56:22.848Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=716e16de277332b5 -C extra-filename=-d7c2b905df5aa696 --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-a5319f628b6aa5ad.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-97eb9f7c76707d02.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-5fce260ebae9ae9f.rmeta --cap-lints allow`
10132026-02-16T04:56:23.057Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=7cf22388e82a8d8a -C extra-filename=-7911a93fb23718f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
10142026-02-16T04:56:23.081Z Compiling subprocess v0.2.15
10152026-02-16T04:56:23.081Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5adf7fe7f2a8bde9 -C extra-filename=-ecae703e86aa4c78 --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-97b32825c7396b93.rmeta --cap-lints allow`
10162026-02-16T04:56:23.381Z Compiling buf-list v1.1.2
10172026-02-16T04:56:23.405Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=39989cf094f584a8 -C extra-filename=-6d78e92f2cb467f9 --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-590c01461a8e5193.rmeta --cap-lints allow`
10182026-02-16T04:56:23.802Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=4b988df3e81ac936 -C extra-filename=-01af72896ed72ba8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10192026-02-16T04:56:23.856Z Compiling prettyplease v0.2.37
10202026-02-16T04:56:23.880Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=b7cc157870003106 -C extra-filename=-81eeb0cbb8a2db2b --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-81eeb0cbb8a2db2b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10212026-02-16T04:56:23.905Z Compiling schema-derive v0.1.0
10222026-02-16T04:56:23.905Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a509d2ee86d407ea -C extra-filename=-6cda47fb59b5c557 --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-acba107b85139edc.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern proc_macro --cap-lints allow`
10232026-02-16T04:56:24.108Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=f17d99ddc8d406ea -C extra-filename=-c696c2866842a335 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-3d9b43dde35811d8.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-4a283d211c270955.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-01af72896ed72ba8.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-eb0e37832647ee30.rmeta --cap-lints allow`
10242026-02-16T04:56:24.222Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-81eeb0cbb8a2db2b/build-script-build`
10252026-02-16T04:56:24.246Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=932d7696eb4cbe15 -C extra-filename=-deb8359e1d0590df --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-d98c0552c0b4b9f3.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10262026-02-16T04:56:24.751Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c54961e3ee3cad26 -C extra-filename=-b6297497e39658f3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-abcb9d978beadf98.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-c696c2866842a335.rmeta --cap-lints allow`
10272026-02-16T04:56:24.978Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=8b6fe6b2d9fe6404 -C extra-filename=-8eb4cc64daecf297 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomicwrites=/work/oxidecomputer/dropshot/target/debug/deps/libatomicwrites-b6297497e39658f3.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-9a275aee644e72b5.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-9d8facf387ce386f.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-bd5db5a01811a10d.rmeta --cap-lints allow`
10282026-02-16T04:56:25.545Z Compiling schema v0.1.0
10292026-02-16T04:56:25.570Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1afa94255347474 -C extra-filename=-8684ea86f28b761b --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-d98c0552c0b4b9f3.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-6cda47fb59b5c557.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rmeta --cap-lints allow`
10302026-02-16T04:56:25.665Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a13961cd628b2991 -C extra-filename=-b32fb1dd0644befd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8eb4cc64daecf297.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d531e2e4bcce1348.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-deb8359e1d0590df.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-8684ea86f28b761b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d70e3383f0a78a3c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-115fa08360f09629.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern proc_macro`
10312026-02-16T04:56:26.223Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=943795f93a9abce5 -C extra-filename=-b55971fa1250e86f --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-df36ed8652eecdea.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out`
10322026-02-16T04:56:28.002Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=10e644cb368c295e -C extra-filename=-087fa462f4adf7fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10332026-02-16T04:56:37.964Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=35c56b443581d910 -C extra-filename=-b3607e0541993d94 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10342026-02-16T04:56:38.032Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=25062ef042675bd3 -C extra-filename=-41052be404b56343 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10352026-02-16T04:56:38.032Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5e212ecc49dd333b -C extra-filename=-04c65f5db7af6ebc --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10362026-02-16T04:56:38.032Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d048c42f416a06f8 -C extra-filename=-c214f76e02054c0d --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10372026-02-16T04:56:38.032Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=45ef01e88e086c80 -C extra-filename=-bda06a7d551c7466 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10382026-02-16T04:56:38.032Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7760184c7bd51620 -C extra-filename=-02bfd7cccd043887 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10392026-02-16T04:56:38.032Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d9b1b20953fcfc11 -C extra-filename=-6bff17bcd843edaf --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10402026-02-16T04:56:39.315Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7ae38c1e381e73b2 -C extra-filename=-52ec813cbe792306 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10412026-02-16T04:56:51.281Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=adce6642fc820a46 -C extra-filename=-86751bef954de6f0 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10422026-02-16T04:56:54.734Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=38957e66c2aac56d -C extra-filename=-1439e431a0de4296 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10432026-02-16T04:56:56.047Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=42e9091ef6fd18a1 -C extra-filename=-45204feb8bd03770 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10442026-02-16T04:56:56.905Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=11db468d36ddcef2 -C extra-filename=-ea929dfdb01f8163 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10452026-02-16T04:56:58.829Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7bf90ca8c54fa5ac -C extra-filename=-8e2ed289ed1b03f6 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10462026-02-16T04:56:59.821Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=74ba9e9295f2a91e -C extra-filename=-873b930f73e00f3c --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10472026-02-16T04:57:09.143Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6e612a9bc548831b -C extra-filename=-0452ea912821fe3d --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10482026-02-16T04:57:11.144Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9a76c4594dbf3f0c -C extra-filename=-145c344f59eceeb1 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10492026-02-16T04:57:12.950Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d37fb32fdd83560b -C extra-filename=-3f34051dc7be57d0 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10502026-02-16T04:57:13.535Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8fe276b95d0d204a -C extra-filename=-b2952ebec2c2eadd --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10512026-02-16T04:57:16.756Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6ad0fc887c3e104d -C extra-filename=-0de51da1598429dd --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10522026-02-16T04:57:17.451Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2f6b3d911b7e7cbb -C extra-filename=-15a58501f885dd0e --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10532026-02-16T04:57:19.123Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2d4ee9ca486e369e -C extra-filename=-abe2e262a7ee811a --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10542026-02-16T04:57:29.467Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=acad91c83c6f46f4 -C extra-filename=-3bb6fb02f780703d --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10552026-02-16T04:57:30.016Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f8cb3878fb925c88 -C extra-filename=-29c0f1ccd1aa47cc --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10562026-02-16T04:57:32.450Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c23f7c37ee5f7c40 -C extra-filename=-109c3e23b562e58c --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b55971fa1250e86f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-3512039898d3bad5.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
10572026-02-16T04:57:50.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
10582026-02-16T04:57:50.483Z
10592026-02-16T04:57:50.483Zreal 2:14.670186807
10602026-02-16T04:57:50.483Zuser 13:06.373223351
10612026-02-16T04:57:50.483Zsys 1:53.355832362
10622026-02-16T04:57:50.483Ztrap 0.595509214
10632026-02-16T04:57:50.483Ztflt 0.100365129
10642026-02-16T04:57:50.483Zdflt 0.150742006
10652026-02-16T04:57:50.483Zkflt 0.001969129
10662026-02-16T04:57:50.483Zlock 55:08.495972076
10672026-02-16T04:57:50.483Zslp 47:16.633600215
10682026-02-16T04:57:50.483Zlat 51.192695205
10692026-02-16T04:57:50.483Zstop 1:04.626964623
10702026-02-16T04:57:50.508Z+ banner test
10712026-02-16T04:57:50.508Z
10722026-02-16T04:57:50.508Z ##### ###### #### #####
10732026-02-16T04:57:50.508Z # # # #
10742026-02-16T04:57:50.508Z # ##### #### #
10752026-02-16T04:57:50.508Z # # # #
10762026-02-16T04:57:50.508Z # # # # #
10772026-02-16T04:57:50.508Z # ###### #### #
10782026-02-16T04:57:50.508Z
10792026-02-16T04:57:50.508Z+ ptime -m cargo test --all-features --locked --verbose
10802026-02-16T04:57:51.001Z Fresh unicode-ident v1.0.12
10812026-02-16T04:57:51.001Z Fresh cfg-if v1.0.0
10822026-02-16T04:57:51.001Z Fresh itoa v1.0.1
10832026-02-16T04:57:51.069Z Fresh memchr v2.6.0
10842026-02-16T04:57:51.069Z Fresh proc-macro2 v1.0.106
10852026-02-16T04:57:51.069Z Fresh pin-project-lite v0.2.12
10862026-02-16T04:57:51.069Z Fresh shlex v1.3.0
10872026-02-16T04:57:51.069Z Fresh autocfg v1.1.0
10882026-02-16T04:57:51.069Z Fresh quote v1.0.44
10892026-02-16T04:57:51.069Z Fresh libc v0.2.180
10902026-02-16T04:57:51.069Z Fresh cc v1.2.16
10912026-02-16T04:57:51.069Z Fresh smallvec v1.13.2
10922026-02-16T04:57:51.069Z Fresh bytes v1.11.1
10932026-02-16T04:57:51.069Z Fresh futures-core v0.3.31
10942026-02-16T04:57:51.069Z Fresh version_check v0.9.5
10952026-02-16T04:57:51.069Z Fresh scopeguard v1.2.0
10962026-02-16T04:57:51.069Z Fresh futures-sink v0.3.31
10972026-02-16T04:57:51.069Z Fresh serde_derive v1.0.228
10982026-02-16T04:57:51.069Z Fresh lock_api v0.4.6
10992026-02-16T04:57:51.069Z Fresh tokio-macros v2.6.0
11002026-02-16T04:57:51.069Z Fresh log v0.4.17
11012026-02-16T04:57:51.069Z Fresh parking_lot_core v0.9.4
11022026-02-16T04:57:51.069Z Fresh synstructure v0.13.1
11032026-02-16T04:57:51.069Z Fresh mio v1.0.3
11042026-02-16T04:57:51.069Z Fresh socket2 v0.6.0
11052026-02-16T04:57:51.069Z Fresh signal-hook-registry v1.4.0
11062026-02-16T04:57:51.069Z Fresh getrandom v0.2.11
11072026-02-16T04:57:51.069Z Fresh parking_lot v0.12.1
11082026-02-16T04:57:51.069Z Fresh slab v0.4.9
11092026-02-16T04:57:51.069Z Fresh zmij v1.0.2
11102026-02-16T04:57:51.069Z Fresh bitflags v2.4.0
11112026-02-16T04:57:51.069Z Fresh zerofrom-derive v0.1.5
11122026-02-16T04:57:51.069Z Fresh futures-channel v0.3.31
11132026-02-16T04:57:51.069Z Fresh tokio v1.49.0
11142026-02-16T04:57:51.069Z Fresh http v1.4.0
11152026-02-16T04:57:51.070Z Fresh pin-utils v0.1.0
11162026-02-16T04:57:51.070Z Fresh zeroize v1.7.0
11172026-02-16T04:57:51.070Z Fresh zerofrom v0.1.5
11182026-02-16T04:57:51.070Z Fresh yoke-derive v0.7.5
11192026-02-16T04:57:51.070Z Fresh futures-macro v0.3.31
11202026-02-16T04:57:51.070Z Fresh rustls-pki-types v1.14.0
11212026-02-16T04:57:51.070Z Fresh thiserror-impl v2.0.18
11222026-02-16T04:57:51.070Z Fresh futures-io v0.3.31
11232026-02-16T04:57:51.070Z Fresh stable_deref_trait v1.2.0
11242026-02-16T04:57:51.070Z Fresh futures-task v0.3.31
11252026-02-16T04:57:51.070Z Fresh thiserror v2.0.18
11262026-02-16T04:57:51.070Z Fresh futures-util v0.3.31
11272026-02-16T04:57:51.070Z Fresh yoke v0.7.5
11282026-02-16T04:57:51.070Z Fresh zerovec-derive v0.10.3
11292026-02-16T04:57:51.070Z Fresh zerovec v0.10.4
11302026-02-16T04:57:51.070Z Fresh serde_core v1.0.228
11312026-02-16T04:57:51.070Z Fresh displaydoc v0.2.5
11322026-02-16T04:57:51.070Z Fresh tracing-core v0.1.32
11332026-02-16T04:57:51.070Z Fresh untrusted v0.9.0
11342026-02-16T04:57:51.070Z Fresh httparse v1.10.0
11352026-02-16T04:57:51.070Z Fresh getrandom v0.3.1
11362026-02-16T04:57:51.070Z Fresh hashbrown v0.16.1
11372026-02-16T04:57:51.070Z Fresh ucd-trie v0.1.6
11382026-02-16T04:57:51.070Z Fresh equivalent v1.0.0
11392026-02-16T04:57:51.070Z Fresh tinystr v0.7.6
11402026-02-16T04:57:51.070Z Fresh ring v0.17.13
11412026-02-16T04:57:51.070Z Fresh pest v2.8.1
11422026-02-16T04:57:51.070Z Fresh indexmap v2.13.0
11432026-02-16T04:57:51.070Z Fresh serde v1.0.228
11442026-02-16T04:57:51.070Z Fresh tracing v0.1.40
11452026-02-16T04:57:51.070Z Fresh http-body v1.0.1
11462026-02-16T04:57:51.070Z Fresh errno v0.3.10
11472026-02-16T04:57:51.070Z Fresh litemap v0.7.4
11482026-02-16T04:57:51.070Z Fresh atomic-waker v1.1.2
11492026-02-16T04:57:51.070Z Fresh writeable v0.5.5
11502026-02-16T04:57:51.070Z Fresh vcpkg v0.2.15
11512026-02-16T04:57:51.070Z Fresh pkg-config v0.3.31
11522026-02-16T04:57:51.070Z Fresh percent-encoding v2.3.2
11532026-02-16T04:57:51.071Z Fresh icu_locid v1.5.0
11542026-02-16T04:57:51.071Z Fresh tokio-util v0.7.7
11552026-02-16T04:57:51.071Z Fresh pest_meta v2.8.1
11562026-02-16T04:57:51.071Z Fresh icu_provider_macros v1.5.0
11572026-02-16T04:57:51.071Z Fresh zerocopy-derive v0.8.27
11582026-02-16T04:57:51.071Z Fresh fnv v1.0.7
11592026-02-16T04:57:51.071Z Fresh try-lock v0.2.3
11602026-02-16T04:57:51.071Z Fresh typenum v1.14.0
11612026-02-16T04:57:51.071Z Fresh h2 v0.4.6
11622026-02-16T04:57:51.071Z Fresh want v0.3.0
11632026-02-16T04:57:51.071Z Fresh zerocopy v0.8.27
11642026-02-16T04:57:51.071Z Fresh icu_provider v1.5.0
11652026-02-16T04:57:51.071Z Fresh pest_generator v2.8.1
11662026-02-16T04:57:51.071Z Fresh rustversion v1.0.22
11672026-02-16T04:57:51.071Z Fresh rustix v1.1.3
11682026-02-16T04:57:51.071Z Fresh rustls-webpki v0.102.8
11692026-02-16T04:57:51.071Z Fresh icu_locid_transform_data v1.5.0
11702026-02-16T04:57:51.071Z Fresh powerfmt v0.2.0
11712026-02-16T04:57:51.071Z Fresh base64 v0.22.1
11722026-02-16T04:57:51.071Z Fresh byteorder v1.4.3
11732026-02-16T04:57:51.071Z Fresh tower-layer v0.3.3
11742026-02-16T04:57:51.071Z Fresh time-core v0.1.8
11752026-02-16T04:57:51.071Z Fresh subtle v2.5.0
11762026-02-16T04:57:51.071Z Fresh tower-service v0.3.3
11772026-02-16T04:57:51.071Z Fresh num-conv v0.2.0
11782026-02-16T04:57:51.071Z Fresh fastrand v2.1.1
11792026-02-16T04:57:51.071Z Fresh httpdate v1.0.1
11802026-02-16T04:57:51.071Z Fresh hyper v1.8.1
11812026-02-16T04:57:51.071Z Fresh time-macros v0.2.27
11822026-02-16T04:57:51.071Z Fresh deranged v0.5.5
11832026-02-16T04:57:51.096Z Fresh icu_locid_transform v1.5.0
11842026-02-16T04:57:51.097Z Fresh generic-array v0.14.5
11852026-02-16T04:57:51.097Z Fresh crossbeam-utils v0.8.21
11862026-02-16T04:57:51.097Z Fresh pest_derive v2.8.1
11872026-02-16T04:57:51.097Z Fresh serde_tokenstream v0.2.2
11882026-02-16T04:57:51.097Z Fresh icu_collections v1.5.0
11892026-02-16T04:57:51.097Z Fresh num_threads v0.1.3
11902026-02-16T04:57:51.097Z Fresh icu_properties_data v1.5.0
11912026-02-16T04:57:51.097Z Fresh rustix v0.38.44
11922026-02-16T04:57:51.097Z Fresh dtrace-parser v0.3.0
11932026-02-16T04:57:51.097Z Fresh time v0.3.47
11942026-02-16T04:57:51.097Z Fresh icu_properties v1.5.1
11952026-02-16T04:57:51.097Z Fresh serde_json v1.0.149
11962026-02-16T04:57:51.097Z Fresh erased-serde v0.3.31
11972026-02-16T04:57:51.097Z Fresh scroll_derive v0.13.1
11982026-02-16T04:57:51.097Z Fresh thread-id v5.0.0
11992026-02-16T04:57:51.097Z Fresh icu_normalizer_data v1.5.0
12002026-02-16T04:57:51.097Z Fresh utf16_iter v1.0.5
12012026-02-16T04:57:51.097Z Fresh write16 v1.0.0
12022026-02-16T04:57:51.097Z Fresh openssl-probe v0.1.4
12032026-02-16T04:57:51.097Z Fresh ipnet v2.10.0
12042026-02-16T04:57:51.097Z Fresh foreign-types-shared v0.1.1
12052026-02-16T04:57:51.097Z Fresh utf8_iter v1.0.4
12062026-02-16T04:57:51.097Z Fresh foreign-types v0.3.2
12072026-02-16T04:57:51.097Z Fresh hyper-util v0.1.20
12082026-02-16T04:57:51.097Z Fresh paste v1.0.15
12092026-02-16T04:57:51.097Z Fresh icu_normalizer v1.5.0
12102026-02-16T04:57:51.097Z Fresh scroll v0.13.0
12112026-02-16T04:57:51.097Z Fresh slog v2.8.2
12122026-02-16T04:57:51.097Z Fresh block-buffer v0.10.2
12132026-02-16T04:57:51.097Z Fresh crypto-common v0.1.6
12142026-02-16T04:57:51.097Z Fresh openssl-sys v0.9.107
12152026-02-16T04:57:51.097Z Fresh form_urlencoded v1.2.2
12162026-02-16T04:57:51.097Z Fresh rand_core v0.6.3
12172026-02-16T04:57:51.097Z Fresh openssl-macros v0.1.1
12182026-02-16T04:57:51.097Z Fresh ppv-lite86 v0.2.15
12192026-02-16T04:57:51.097Z Fresh plain v0.2.3
12202026-02-16T04:57:51.097Z Fresh mime v0.3.16
12212026-02-16T04:57:51.097Z Fresh lazy_static v1.5.0
12222026-02-16T04:57:51.098Z Fresh unicode-width v0.1.9
12232026-02-16T04:57:51.098Z Fresh unicode-segmentation v1.10.0
12242026-02-16T04:57:51.098Z Fresh openssl v0.10.72
12252026-02-16T04:57:51.098Z Fresh console v0.15.7
12262026-02-16T04:57:51.098Z Fresh newline-converter v0.3.0
12272026-02-16T04:57:51.098Z Fresh goblin v0.10.1
12282026-02-16T04:57:51.098Z Fresh rand_chacha v0.3.1
12292026-02-16T04:57:51.098Z Fresh digest v0.10.7
12302026-02-16T04:57:51.098Z Fresh idna_adapter v1.2.0
12312026-02-16T04:57:51.098Z Fresh num-traits v0.2.14
12322026-02-16T04:57:51.098Z Fresh unicase v2.6.0
12332026-02-16T04:57:51.098Z Fresh iana-time-zone v0.1.47
12342026-02-16T04:57:51.098Z Fresh heck v0.5.0
12352026-02-16T04:57:51.098Z Fresh winnow v0.7.13
12362026-02-16T04:57:51.098Z Fresh semver v1.0.27
12372026-02-16T04:57:51.098Z Fresh cpufeatures v0.2.17
12382026-02-16T04:57:51.098Z Fresh similar v2.2.1
12392026-02-16T04:57:51.098Z Fresh pretty-hex v0.4.1
12402026-02-16T04:57:51.098Z Fresh chrono v0.4.43
12412026-02-16T04:57:51.098Z Fresh toml_parser v1.0.6+spec-1.1.0
12422026-02-16T04:57:51.098Z Fresh idna v1.0.3
12432026-02-16T04:57:51.098Z Fresh dof v0.4.0
12442026-02-16T04:57:51.098Z Fresh sha1 v0.10.6
12452026-02-16T04:57:51.098Z Fresh ryu v1.0.5
12462026-02-16T04:57:51.098Z Fresh native-tls v0.2.12
12472026-02-16T04:57:51.098Z Fresh rand v0.8.4
12482026-02-16T04:57:51.098Z Fresh rustls v0.22.4
12492026-02-16T04:57:51.098Z Fresh rustls v0.23.13
12502026-02-16T04:57:51.098Z Fresh concurrent-queue v2.5.0
12512026-02-16T04:57:51.098Z Fresh http-body-util v0.1.3
12522026-02-16T04:57:51.098Z Fresh rustls-pemfile v2.2.0
12532026-02-16T04:57:51.098Z Fresh thiserror-impl v1.0.69
12542026-02-16T04:57:51.098Z Fresh serde_derive_internals v0.29.0
12552026-02-16T04:57:51.098Z Fresh sync_wrapper v1.0.1
12562026-02-16T04:57:51.098Z Fresh serde_spanned v1.0.4
12572026-02-16T04:57:51.098Z Fresh syn v2.0.116
12582026-02-16T04:57:51.098Z Fresh toml_datetime v0.7.5+spec-1.1.0
12592026-02-16T04:57:51.098Z Fresh thread_local v1.1.4
12602026-02-16T04:57:51.099Z Fresh encoding_rs v0.8.32
12612026-02-16T04:57:51.099Z Fresh toml_writer v1.0.6+spec-1.1.0
12622026-02-16T04:57:51.099Z Fresh match_cfg v0.1.0
12632026-02-16T04:57:51.099Z Fresh parking v2.2.0
12642026-02-16T04:57:51.099Z Fresh toml v0.9.11+spec-1.1.0
12652026-02-16T04:57:51.099Z Fresh usdt-impl v0.6.0
12662026-02-16T04:57:51.099Z Fresh event-listener v5.0.0
12672026-02-16T04:57:51.099Z Fresh hostname v0.3.1
12682026-02-16T04:57:51.099Z Fresh tower v0.5.2
12692026-02-16T04:57:51.099Z Fresh thiserror v1.0.69
12702026-02-16T04:57:51.099Z Fresh tokio-rustls v0.26.0
12712026-02-16T04:57:51.099Z Fresh schemars_derive v0.8.22
12722026-02-16T04:57:51.099Z Fresh serde_urlencoded v0.7.1
12732026-02-16T04:57:51.099Z Fresh tokio-native-tls v0.3.1
12742026-02-16T04:57:51.099Z Fresh tokio-rustls v0.25.0
12752026-02-16T04:57:51.099Z Fresh url v2.5.4
12762026-02-16T04:57:51.099Z Compiling dropshot_endpoint v0.16.7 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12772026-02-16T04:57:51.099Z Fresh usdt-attr-macro v0.6.0
12782026-02-16T04:57:51.099Z Fresh usdt-macro v0.6.0
12792026-02-16T04:57:51.099Z Fresh slog-json v2.6.1
12802026-02-16T04:57:51.099Z Fresh crossbeam-channel v0.5.15
12812026-02-16T04:57:51.099Z Fresh uuid v1.20.0
12822026-02-16T04:57:51.099Z Fresh futures-executor v0.3.31
12832026-02-16T04:57:51.124Z Fresh webpki-roots v0.26.5
12842026-02-16T04:57:51.124Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae5d1cb57135d57d -C extra-filename=-399c039ee2bb7fd9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d531e2e4bcce1348.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d70e3383f0a78a3c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-115fa08360f09629.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern proc_macro`
12852026-02-16T04:57:51.124Z Fresh async-stream-impl v0.3.6
12862026-02-16T04:57:51.124Z Fresh is-terminal v0.4.12
12872026-02-16T04:57:51.124Z Fresh memmap2 v0.9.8
12882026-02-16T04:57:51.124Z Fresh take_mut v0.2.2
12892026-02-16T04:57:51.124Z Fresh spin v0.9.8
12902026-02-16T04:57:51.124Z Fresh data-encoding v2.4.0
12912026-02-16T04:57:51.124Z Fresh iri-string v0.7.8
12922026-02-16T04:57:51.124Z Fresh dyn-clone v1.0.4
12932026-02-16T04:57:51.124Z Fresh utf-8 v0.7.6
12942026-02-16T04:57:51.124Z Fresh term v1.1.0
12952026-02-16T04:57:51.125Z Fresh multer v3.1.0
12962026-02-16T04:57:51.125Z Fresh tungstenite v0.24.0
12972026-02-16T04:57:51.125Z Fresh schemars v0.8.22
12982026-02-16T04:57:51.125Z Fresh tower-http v0.6.8
12992026-02-16T04:57:51.125Z Fresh slog-term v2.9.2
13002026-02-16T04:57:51.125Z Fresh async-stream v0.3.6
13012026-02-16T04:57:51.125Z Fresh slog-async v2.8.0
13022026-02-16T04:57:51.125Z Fresh usdt v0.6.0
13032026-02-16T04:57:51.125Z Fresh futures v0.3.31
13042026-02-16T04:57:51.125Z Fresh slog-bunyan v2.5.0
13052026-02-16T04:57:51.125Z Fresh hyper-rustls v0.27.3
13062026-02-16T04:57:51.125Z Fresh hyper-tls v0.6.0
13072026-02-16T04:57:51.125Z Fresh mime_guess v2.0.5
13082026-02-16T04:57:51.125Z Fresh event-listener-strategy v0.5.4
13092026-02-16T04:57:51.125Z Fresh camino v1.2.2
13102026-02-16T04:57:51.125Z Fresh target-triple v1.0.0
13112026-02-16T04:57:51.125Z Fresh rustls-native-certs v0.7.0
13122026-02-16T04:57:51.125Z Fresh yasna v0.5.2
13132026-02-16T04:57:51.125Z Fresh pem v3.0.6
13142026-02-16T04:57:51.125Z Fresh waitgroup v0.1.2
13152026-02-16T04:57:51.125Z Fresh openapiv3 v2.2.0
13162026-02-16T04:57:51.125Z Fresh webpki-roots v1.0.0
13172026-02-16T04:57:51.125Z Fresh async-trait v0.1.89
13182026-02-16T04:57:51.125Z Fresh serde_path_to_error v0.1.20
13192026-02-16T04:57:51.125Z Fresh hostname v0.4.2
13202026-02-16T04:57:51.125Z Fresh http-range v0.1.4
13212026-02-16T04:57:51.125Z Fresh simple-mermaid v0.2.0
13222026-02-16T04:57:51.125Z Fresh debug-ignore v1.0.5
13232026-02-16T04:57:51.125Z Fresh termcolor v1.1.2
13242026-02-16T04:57:51.125Z Fresh glob v0.3.0
13252026-02-16T04:57:51.125Z Fresh hyper-staticfile v0.10.1
13262026-02-16T04:57:51.125Z Fresh reqwest v0.12.28
13272026-02-16T04:57:51.125Z Fresh async-channel v2.5.0
13282026-02-16T04:57:51.125Z Fresh rcgen v0.14.7
13292026-02-16T04:57:51.125Z Fresh trybuild v1.0.115
13302026-02-16T04:57:51.125Z Fresh hyper-rustls v0.26.0
13312026-02-16T04:57:51.125Z Fresh anyhow v1.0.101
13322026-02-16T04:57:51.126Z Fresh tokio-tungstenite v0.24.0
13332026-02-16T04:57:51.126Z Fresh buf-list v1.1.2
13342026-02-16T04:57:51.126Z Fresh subprocess v0.2.15
13352026-02-16T04:57:51.126Z Fresh once_cell v1.20.1
13362026-02-16T04:57:51.126Z Fresh schema-derive v0.1.0
13372026-02-16T04:57:51.126Z Fresh tempfile v3.24.0
13382026-02-16T04:57:51.126Z Fresh schema v0.1.0
13392026-02-16T04:57:51.126Z Fresh atomicwrites v0.4.4
13402026-02-16T04:57:51.126Z Fresh prettyplease v0.2.37
13412026-02-16T04:57:51.126Z Fresh expectorate v1.2.0
13422026-02-16T04:57:53.926Z Compiling dropshot v0.16.7 (/work/oxidecomputer/dropshot/dropshot)
13432026-02-16T04:57:53.993Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6fb2a2ea678f7347 -C extra-filename=-630bf585d13bfd03 --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-df36ed8652eecdea.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out`
13442026-02-16T04:57:53.993Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=149515c40aa1424e -C extra-filename=-f60b7643bbb0b09c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13452026-02-16T04:58:05.901Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0118ba842d4b63cb -C extra-filename=-cbc047952a1fe508 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13462026-02-16T04:58:05.969Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7f22aa1ca8435ebb -C extra-filename=-2a55fb2e2c773dca --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13472026-02-16T04:58:05.969Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ed727d040444e3f5 -C extra-filename=-4ab270f7fab62cb5 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13482026-02-16T04:58:05.969Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f56efd601e7bf162 -C extra-filename=-bce93c4b22f7e66a --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13492026-02-16T04:58:05.969Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cc69c196a7930103 -C extra-filename=-c6aeec73daf99768 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13502026-02-16T04:58:05.969Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=abaa24ed9409a9df -C extra-filename=-0564d26038b06def --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13512026-02-16T04:58:05.969Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7859f95fcb1be7c3 -C extra-filename=-5a194a9e0473df96 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13522026-02-16T04:58:07.227Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e3b17fa6d8f0e5d6 -C extra-filename=-21ada1e75616f83b --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13532026-02-16T04:58:23.418Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8d86e09a6ff26bf8 -C extra-filename=-4676e52d3896ac0b --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13542026-02-16T04:58:23.857Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=af573fe873e8fe04 -C extra-filename=-92b6873821d7e9d1 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13552026-02-16T04:58:24.969Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=eb91c493526cd07c -C extra-filename=-c8441aedb94813f8 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13562026-02-16T04:58:25.148Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=827b655efa8cc300 -C extra-filename=-1e9f09c1e0341f22 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13572026-02-16T04:58:27.624Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6e89047413fd0ab6 -C extra-filename=-47ee635f707da7a0 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13582026-02-16T04:58:28.599Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0245b77f4f46c900 -C extra-filename=-0b0e079e218cb8de --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13592026-02-16T04:58:28.699Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d67c82d43f30a9b2 -C extra-filename=-14f8434b82b90ff6 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13602026-02-16T04:58:38.742Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=45b4c0846bf46140 -C extra-filename=-e1ab99fc39211768 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13612026-02-16T04:58:40.589Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=20dbc39a4e78a77a -C extra-filename=-2fcc7c9db143f573 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13622026-02-16T04:58:46.661Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=694a0f7d01976c6e -C extra-filename=-e852b60e563d634b --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13632026-02-16T04:58:47.064Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f93850903e5f773b -C extra-filename=-5d51c50bd53220fb --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13642026-02-16T04:58:47.608Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=989333aa9b464cbb -C extra-filename=-a39369f48f2d2d00 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13652026-02-16T04:58:47.633Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e260fbb5fceafcf9 -C extra-filename=-6b78c05de849ec47 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13662026-02-16T04:58:50.120Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b300b00d0a07049f -C extra-filename=-3dc67466e75a12ff --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13672026-02-16T04:58:55.755Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7864699f2310142a -C extra-filename=-fc2cca6efcffa861 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13682026-02-16T04:59:01.710Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7679d9dec80e00da -C extra-filename=-0a80752fbc619c78 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out -L native=/usr/ssl-3/lib/amd64`
13692026-02-16T04:59:26.263Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 35s
13702026-02-16T04:59:26.311Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-f60b7643bbb0b09c`
13712026-02-16T04:59:26.379Z
13722026-02-16T04:59:26.379Zrunning 109 tests
13732026-02-16T04:59:26.379Ztest api_description::test::test_endpoint_versions_range ... ok
13742026-02-16T04:59:26.379Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13752026-02-16T04:59:26.379Ztest api_description::test::test_endpoint_versions_matches ... ok
13762026-02-16T04:59:26.379Ztest api_description::test::test_badpath4 - should panic ... ok
13772026-02-16T04:59:26.379Ztest api_description::test::test_dup_names ... ok
13782026-02-16T04:59:26.379Ztest api_description::test::test_badpath2 ... ok
13792026-02-16T04:59:26.379Ztest api_description::test::test_badpath1 ... ok
13802026-02-16T04:59:26.379Ztest api_description::test::test_badpath3 ... ok
13812026-02-16T04:59:26.379Ztest api_description::test::test_tags_too_many ... ok
13822026-02-16T04:59:26.379Ztest api_description::test::test_tags_need_one ... ok
13832026-02-16T04:59:26.379Ztest api_description::test::test_tag_config_deserialize_old ... ok
13842026-02-16T04:59:26.379Ztest error::test::test_serialize_error_response_body ... ok
13852026-02-16T04:59:26.379Ztest api_description::test::test_tags_just_right ... ok
13862026-02-16T04:59:26.379Ztest extractor::body::tests::test_typed_body_from ... ok
13872026-02-16T04:59:26.379Ztest extractor::metadata::test::test_metadata_flattened ... ok
13882026-02-16T04:59:26.379Ztest extractor::metadata::test::test_metadata_simple ... ok
13892026-02-16T04:59:26.379Ztest from_map::test::test_case_insensitive ... ok
13902026-02-16T04:59:26.379Ztest extractor::header::tests::test_header_parsing ... ok
13912026-02-16T04:59:26.379Ztest extractor::metadata::test::test_metadata_pagination ... ok
13922026-02-16T04:59:26.379Ztest from_map::test::test_lone_literal ... ok
13932026-02-16T04:59:26.379Ztest from_map::test::test_deep ... ok
13942026-02-16T04:59:26.379Ztest from_map::test::test_missing_data2 ... ok
13952026-02-16T04:59:26.379Ztest from_map::test::test_missing_data1 ... ok
13962026-02-16T04:59:26.379Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
13972026-02-16T04:59:26.379Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
13982026-02-16T04:59:26.379Ztest extractor::body::tests::test_content_plus_json ... ok
13992026-02-16T04:59:26.379Ztest from_map::test::test_types ... ok
14002026-02-16T04:59:26.379Ztest logging::test::test_config_bad_file_no_file ... ok
14012026-02-16T04:59:26.379Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14022026-02-16T04:59:26.379Ztest logging::test::test_config_bad_file_no_level ... ok
14032026-02-16T04:59:26.379Ztest logging::test::test_config_bad_log_mode ... ok
14042026-02-16T04:59:26.379Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14052026-02-16T04:59:26.379Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14062026-02-16T04:59:26.380Ztest logging::test::test_config_bad_terminal_no_level ... ok
14072026-02-16T04:59:26.380Ztest pagination::test::test_results_page ... ok
14082026-02-16T04:59:26.380Ztest pagination::test::test_pagination_schema ... ok
14092026-02-16T04:59:26.380Ztest pagination::test::test_page_token_serialization ... ok
14102026-02-16T04:59:26.380Znote: configured to log to "/tmp/dropshot-f60b7643bbb0b09c.2141.file_dir/log.out"
14112026-02-16T04:59:26.380Ztest pagination::test::test_pagparams_parsing ... ok
14122026-02-16T04:59:26.380Ztest router::test::test_bad_path_segment1 - should panic ... ok
14132026-02-16T04:59:26.380Ztest router::test::test_bad_path_segment3 - should panic ... ok
14142026-02-16T04:59:26.380Ztest router::test::test_bad_path_segment2 - should panic ... ok
14152026-02-16T04:59:26.380Ztest router::test::test_bad_path_segment4 - should panic ... ok
14162026-02-16T04:59:26.380Ztest router::test::test_duplicate_route1 - should panic ... ok
14172026-02-16T04:59:26.380Ztest logging::test::test_config_stderr_terminal ... ok
14182026-02-16T04:59:26.380Ztest router::test::test_bogus_regex - should panic ... ok
14192026-02-16T04:59:26.380Ztest router::test::test_duplicate_route2 - should panic ... ok
14202026-02-16T04:59:26.380Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14212026-02-16T04:59:26.380Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14222026-02-16T04:59:26.380Ztest router::test::test_embedded_non_variable ... ok
14232026-02-16T04:59:26.380Ztest router::test::test_duplicate_varname - should panic ... ok
14242026-02-16T04:59:26.380Ztest router::test::test_duplicate_route3 - should panic ... ok
14252026-02-16T04:59:26.380Ztest router::test::test_empty_variable ... ok
14262026-02-16T04:59:26.380Znote: configured to log to "/tmp/dropshot-f60b7643bbb0b09c.2141.file_dir/log.out"
14272026-02-16T04:59:26.380Ztest api_description::test::test_tags_set ... ok
14282026-02-16T04:59:26.380Ztest router::test::test_inconsistent_varname - should panic ... ok
14292026-02-16T04:59:26.380Ztest router::test::test_iter ... ok
14302026-02-16T04:59:26.380Ztest router::test::test_iter2 ... ok
14312026-02-16T04:59:26.380Ztest router::test::test_iter_null ... ok
14322026-02-16T04:59:26.380Ztest router::test::test_literal_after_variable - should panic ... ok
14332026-02-16T04:59:26.380Znote: configured to log to "/tmp/dropshot-f60b7643bbb0b09c.2141.file_dir/log.out"
14342026-02-16T04:59:26.380Ztest router::test::test_literal_after_regex - should panic ... ok
14352026-02-16T04:59:26.380Ztest router::test::test_map ... ok
14362026-02-16T04:59:26.380Ztest router::test::test_map_bad_seq ... ok
14372026-02-16T04:59:26.380Ztest router::test::test_path_segment ... ok
14382026-02-16T04:59:26.380Ztest router::test::test_error_cases ... ok
14392026-02-16T04:59:26.380Ztest router::test::test_map_bad_value ... ok
14402026-02-16T04:59:26.380Ztest router::test::test_more_after_regex - should panic ... ok
14412026-02-16T04:59:26.380Ztest router::test::test_router_basic ... ok
14422026-02-16T04:59:26.380Ztest router::test::test_segments ... ok
14432026-02-16T04:59:26.380Ztest router::test::test_router_versioned ... ok
14442026-02-16T04:59:26.381Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14452026-02-16T04:59:26.381Ztest router::test::test_variable_after_literal - should panic ... ok
14462026-02-16T04:59:26.381Ztest logging::test::test_config_file ... ok
14472026-02-16T04:59:26.381Ztest router::test::test_variable_name_bad_end - should panic ... ok
14482026-02-16T04:59:26.381Ztest router::test::test_variable_name_bad_start - should panic ... ok
14492026-02-16T04:59:26.381Ztest router::test::test_variable_name_empty - should panic ... ok
14502026-02-16T04:59:26.381Ztest router::test::test_variable_rename ... ok
14512026-02-16T04:59:26.381Ztest router::test::test_variables_basic ... ok
14522026-02-16T04:59:26.381Ztest router::test::test_variables_glob ... ok
14532026-02-16T04:59:26.381Ztest router::test::test_variables_multi ... ok
14542026-02-16T04:59:26.381Ztest schema_util::test::test_additional_properties ... ok
14552026-02-16T04:59:26.405Ztest schema_util::test::test_empty_struct ... ok
14562026-02-16T04:59:26.405Ztest schema_util::test::test_extension_conversion ... ok
14572026-02-16T04:59:26.405Ztest schema_util::test::test_embedded_schema ... ok
14582026-02-16T04:59:26.405Ztest schema_util::test::test_nullable ... ok
14592026-02-16T04:59:26.405Ztest schema_util::test::test_two_types - should panic ... ok
14602026-02-16T04:59:26.405Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14612026-02-16T04:59:26.405Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14622026-02-16T04:59:26.405Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14632026-02-16T04:59:26.405Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14642026-02-16T04:59:26.405Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14652026-02-16T04:59:26.405Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14662026-02-16T04:59:26.405Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14672026-02-16T04:59:26.405Ztest test_util::test::test_bunyan_easy_cases ... ok
14682026-02-16T04:59:26.405Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14692026-02-16T04:59:26.405Ztest to_map::test::test_struct_with_options ... ok
14702026-02-16T04:59:26.405Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14712026-02-16T04:59:26.405Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14722026-02-16T04:59:26.405Ztest to_map::test::test_to_map_enum ... ok
14732026-02-16T04:59:26.406Ztest to_map::test::test_to_map_seq ... ok
14742026-02-16T04:59:26.406Ztest to_map::test::test_to_map_num ... ok
14752026-02-16T04:59:26.406Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14762026-02-16T04:59:26.406Ztest type_util::tests::test_commented_ref ... ok
14772026-02-16T04:59:26.406Ztest to_map::test::test_to_map_vec ... ok
14782026-02-16T04:59:26.406Ztest to_map::test::test_to_map_valid ... ok
14792026-02-16T04:59:26.406Ztest type_util::tests::test_reflexive_type - should panic ... ok
14802026-02-16T04:59:26.406Ztest type_util::tests::test_recursive_type - should panic ... ok
14812026-02-16T04:59:26.406Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
14822026-02-16T04:59:26.406Ztest server::test::test_drop_server_without_close_okay ... ok
14832026-02-16T04:59:26.406Ztest server::test::test_http_acceptor_happy_path ... ok
14842026-02-16T04:59:26.406Ztest server::test::test_server_run_then_close ... ok
14852026-02-16T04:59:26.406Z
14862026-02-16T04:59:26.406Ztest result: ok. 109 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
14872026-02-16T04:59:26.406Z
14882026-02-16T04:59:26.406Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-5a194a9e0473df96`
14892026-02-16T04:59:26.406Z
14902026-02-16T04:59:26.406Zrunning 1 test
14912026-02-16T04:59:27.019Z Compiling proc-macro2 v1.0.106
14922026-02-16T04:59:27.019Z Compiling quote v1.0.44
14932026-02-16T04:59:27.019Z Compiling unicode-ident v1.0.12
14942026-02-16T04:59:27.020Z Compiling libc v0.2.180
14952026-02-16T04:59:27.044Z Checking cfg-if v1.0.0
14962026-02-16T04:59:27.044Z Compiling serde_core v1.0.228
14972026-02-16T04:59:27.044Z Checking itoa v1.0.1
14982026-02-16T04:59:27.044Z Checking pin-project-lite v0.2.12
14992026-02-16T04:59:27.138Z Compiling autocfg v1.1.0
15002026-02-16T04:59:27.231Z Compiling shlex v1.3.0
15012026-02-16T04:59:27.264Z Checking memchr v2.6.0
15022026-02-16T04:59:27.288Z Compiling version_check v0.9.5
15032026-02-16T04:59:27.602Z Compiling cc v1.2.16
15042026-02-16T04:59:27.693Z Checking once_cell v1.20.1
15052026-02-16T04:59:27.912Z Checking bytes v1.11.1
15062026-02-16T04:59:27.989Z Checking smallvec v1.13.2
15072026-02-16T04:59:28.029Z Checking futures-core v0.3.31
15082026-02-16T04:59:28.083Z Compiling log v0.4.17
15092026-02-16T04:59:28.215Z Compiling parking_lot_core v0.9.4
15102026-02-16T04:59:28.334Z Compiling thiserror v2.0.18
15112026-02-16T04:59:28.700Z Checking scopeguard v1.2.0
15122026-02-16T04:59:28.757Z Compiling zmij v1.0.2
15132026-02-16T04:59:28.781Z Compiling slab v0.4.9
15142026-02-16T04:59:28.854Z Checking lock_api v0.4.6
15152026-02-16T04:59:29.178Z Checking futures-sink v0.3.31
15162026-02-16T04:59:29.238Z Checking parking_lot v0.12.1
15172026-02-16T04:59:29.318Z Checking getrandom v0.2.11
15182026-02-16T04:59:29.342Z Checking mio v1.0.3
15192026-02-16T04:59:29.366Z Checking socket2 v0.6.0
15202026-02-16T04:59:29.570Z Compiling syn v2.0.116
15212026-02-16T04:59:29.594Z Checking signal-hook-registry v1.4.0
15222026-02-16T04:59:29.731Z Compiling serde v1.0.228
15232026-02-16T04:59:29.810Z Compiling serde_json v1.0.149
15242026-02-16T04:59:29.851Z Checking futures-channel v0.3.31
15252026-02-16T04:59:29.899Z Checking http v1.4.0
15262026-02-16T04:59:30.075Z Checking zeroize v1.7.0
15272026-02-16T04:59:30.166Z Checking pin-utils v0.1.0
15282026-02-16T04:59:30.265Z Checking futures-io v0.3.31
15292026-02-16T04:59:30.320Z Checking rustls-pki-types v1.14.0
15302026-02-16T04:59:30.468Z Checking futures-task v0.3.31
15312026-02-16T04:59:30.555Z Checking stable_deref_trait v1.2.0
15322026-02-16T04:59:30.660Z Compiling httparse v1.10.0
15332026-02-16T04:59:30.701Z Compiling zerocopy v0.8.27
15342026-02-16T04:59:30.858Z Compiling ucd-trie v0.1.6
15352026-02-16T04:59:31.167Z Compiling ring v0.17.13
15362026-02-16T04:59:31.330Z Checking tracing-core v0.1.32
15372026-02-16T04:59:31.405Z Checking bitflags v2.4.0
15382026-02-16T04:59:31.553Z Checking untrusted v0.9.0
15392026-02-16T04:59:31.663Z Checking hashbrown v0.16.1
15402026-02-16T04:59:31.780Z Checking equivalent v1.0.0
15412026-02-16T04:59:31.908Z Checking http-body v1.0.1
15422026-02-16T04:59:31.949Z Compiling vcpkg v0.2.15
15432026-02-16T04:59:32.014Z Checking tracing v0.1.40
15442026-02-16T04:59:32.124Z Compiling pkg-config v0.3.31
15452026-02-16T04:59:32.148Z Checking atomic-waker v1.1.2
15462026-02-16T04:59:32.359Z Checking litemap v0.7.4
15472026-02-16T04:59:32.708Z Compiling rustversion v1.0.22
15482026-02-16T04:59:32.742Z Checking indexmap v2.13.0
15492026-02-16T04:59:32.973Z Checking percent-encoding v2.3.2
15502026-02-16T04:59:33.223Z Compiling typenum v1.14.0
15512026-02-16T04:59:33.459Z Checking writeable v0.5.5
15522026-02-16T04:59:33.785Z Compiling generic-array v0.14.5
15532026-02-16T04:59:33.863Z Compiling openssl-sys v0.9.107
15542026-02-16T04:59:33.978Z Compiling crossbeam-utils v0.8.21
15552026-02-16T04:59:34.185Z Checking try-lock v0.2.3
15562026-02-16T04:59:34.340Z Checking fnv v1.0.7
15572026-02-16T04:59:34.468Z Checking want v0.3.0
15582026-02-16T04:59:34.747Z Compiling unicase v2.6.0
15592026-02-16T04:59:34.999Z Checking httpdate v1.0.1
15602026-02-16T04:59:35.125Z Checking tower-layer v0.3.3
15612026-02-16T04:59:35.218Z Compiling time-core v0.1.8
15622026-02-16T04:59:35.246Z Compiling num-conv v0.2.0
15632026-02-16T04:59:35.332Z Checking icu_locid_transform_data v1.5.0
15642026-02-16T04:59:35.375Z Checking powerfmt v0.2.0
15652026-02-16T04:59:35.435Z Compiling getrandom v0.3.1
15662026-02-16T04:59:35.485Z Checking subtle v2.5.0
15672026-02-16T04:59:35.641Z Checking tower-service v0.3.3
15682026-02-16T04:59:35.714Z Checking base64 v0.22.1
15692026-02-16T04:59:35.776Z Checking deranged v0.5.5
15702026-02-16T04:59:35.939Z Compiling time-macros v0.2.27
15712026-02-16T04:59:36.025Z Compiling slog v2.8.2
15722026-02-16T04:59:36.162Z Compiling synstructure v0.13.1
15732026-02-16T04:59:37.185Z Checking rustls-webpki v0.102.8
15742026-02-16T04:59:37.210Z Checking icu_properties_data v1.5.0
15752026-02-16T04:59:37.210Z Checking num_threads v0.1.3
15762026-02-16T04:59:37.793Z Compiling num-traits v0.2.14
15772026-02-16T04:59:37.884Z Checking utf8_iter v1.0.4
15782026-02-16T04:59:37.916Z Checking icu_normalizer_data v1.5.0
15792026-02-16T04:59:38.032Z Checking ipnet v2.10.0
15802026-02-16T04:59:38.084Z Checking openssl-probe v0.1.4
15812026-02-16T04:59:38.177Z Compiling usdt-impl v0.6.0
15822026-02-16T04:59:38.249Z Checking write16 v1.0.0
15832026-02-16T04:59:38.341Z Compiling openssl v0.10.72
15842026-02-16T04:59:38.391Z Checking foreign-types-shared v0.1.1
15852026-02-16T04:59:38.416Z Checking utf16_iter v1.0.5
15862026-02-16T04:59:38.510Z Checking foreign-types v0.3.2
15872026-02-16T04:59:38.609Z Compiling thread-id v5.0.0
15882026-02-16T04:59:38.633Z Checking block-buffer v0.10.2
15892026-02-16T04:59:38.689Z Checking time v0.3.47
15902026-02-16T04:59:38.741Z Checking crypto-common v0.1.6
15912026-02-16T04:59:38.930Z Checking form_urlencoded v1.2.2
15922026-02-16T04:59:39.023Z Checking rand_core v0.6.3
15932026-02-16T04:59:39.048Z Checking errno v0.3.10
15942026-02-16T04:59:39.161Z Checking plain v0.2.3
15952026-02-16T04:59:39.185Z Checking ppv-lite86 v0.2.15
15962026-02-16T04:59:39.225Z Compiling rustls v0.22.4
15972026-02-16T04:59:39.364Z Compiling byteorder v1.4.3
15982026-02-16T04:59:39.550Z Compiling ryu v1.0.5
15992026-02-16T04:59:39.576Z Compiling native-tls v0.2.12
16002026-02-16T04:59:39.723Z Compiling rustls v0.23.13
16012026-02-16T04:59:39.759Z Compiling rustix v1.1.3
16022026-02-16T04:59:39.975Z Checking mime v0.3.16
16032026-02-16T04:59:40.003Z Checking rand_chacha v0.3.1
16042026-02-16T04:59:40.289Z Checking digest v0.10.7
16052026-02-16T04:59:40.345Z Checking iana-time-zone v0.1.47
16062026-02-16T04:59:40.446Z Checking pretty-hex v0.4.1
16072026-02-16T04:59:40.470Z Compiling rustix v0.38.44
16082026-02-16T04:59:40.494Z Compiling thiserror v1.0.69
16092026-02-16T04:59:40.593Z Checking cpufeatures v0.2.17
16102026-02-16T04:59:40.637Z Compiling mime_guess v2.0.5
16112026-02-16T04:59:40.702Z Checking sha1 v0.10.6
16122026-02-16T04:59:40.954Z Checking rand v0.8.4
16132026-02-16T04:59:41.428Z Checking concurrent-queue v2.5.0
16142026-02-16T04:59:41.567Z Compiling serde_derive v1.0.228
16152026-02-16T04:59:41.749Z Compiling thiserror-impl v2.0.18
16162026-02-16T04:59:41.857Z Compiling tokio-macros v2.6.0
16172026-02-16T04:59:42.005Z Compiling zerofrom-derive v0.1.5
16182026-02-16T04:59:42.268Z Compiling yoke-derive v0.7.5
16192026-02-16T04:59:43.747Z Checking tokio v1.49.0
16202026-02-16T04:59:44.377Z Compiling futures-macro v0.3.31
16212026-02-16T04:59:44.913Z Compiling zerovec-derive v0.10.3
16222026-02-16T04:59:45.379Z Compiling displaydoc v0.2.5
16232026-02-16T04:59:45.588Z Compiling pest v2.8.1
16242026-02-16T04:59:45.612Z Compiling zerocopy-derive v0.8.27
16252026-02-16T04:59:45.972Z Checking zerofrom v0.1.5
16262026-02-16T04:59:46.168Z Checking yoke v0.7.5
16272026-02-16T04:59:46.364Z Checking futures-util v0.3.31
16282026-02-16T04:59:46.475Z Compiling icu_provider_macros v1.5.0
16292026-02-16T04:59:47.729Z Compiling scroll_derive v0.13.1
16302026-02-16T04:59:47.755Z Checking zerovec v0.10.4
16312026-02-16T04:59:47.917Z Compiling pest_meta v2.8.1
16322026-02-16T04:59:48.267Z Compiling openssl-macros v0.1.1
16332026-02-16T04:59:49.194Z Checking tinystr v0.7.6
16342026-02-16T04:59:49.355Z Compiling pest_generator v2.8.1
16352026-02-16T04:59:49.503Z Checking icu_locid v1.5.0
16362026-02-16T04:59:49.880Z Checking icu_collections v1.5.0
16372026-02-16T04:59:49.930Z Checking erased-serde v0.3.31
16382026-02-16T04:59:50.140Z Checking tokio-util v0.7.7
16392026-02-16T04:59:50.405Z Checking icu_provider v1.5.0
16402026-02-16T04:59:50.490Z Compiling serde_tokenstream v0.2.2
16412026-02-16T04:59:50.552Z Checking scroll v0.13.0
16422026-02-16T04:59:50.873Z Checking h2 v0.4.6
16432026-02-16T04:59:50.968Z Checking icu_locid_transform v1.5.0
16442026-02-16T04:59:50.993Z Checking goblin v0.10.1
16452026-02-16T04:59:51.969Z Checking icu_properties v1.5.1
16462026-02-16T04:59:52.376Z Compiling pest_derive v2.8.1
16472026-02-16T04:59:53.478Z Compiling dof v0.4.0
16482026-02-16T04:59:53.572Z Checking chrono v0.4.43
16492026-02-16T04:59:53.709Z Compiling dtrace-parser v0.3.0
16502026-02-16T04:59:54.590Z Compiling thiserror-impl v1.0.69
16512026-02-16T04:59:54.693Z Checking hyper v1.8.1
16522026-02-16T04:59:54.890Z Checking icu_normalizer v1.5.0
16532026-02-16T04:59:55.384Z Compiling serde_derive_internals v0.29.0
16542026-02-16T04:59:55.624Z Checking idna_adapter v1.2.0
16552026-02-16T04:59:55.722Z Checking http-body-util v0.1.3
16562026-02-16T04:59:55.746Z Checking rustls-pemfile v2.2.0
16572026-02-16T04:59:55.831Z Checking idna v1.0.3
16582026-02-16T04:59:56.001Z Checking sync_wrapper v1.0.1
16592026-02-16T04:59:56.086Z Compiling multer v3.1.0
16602026-02-16T04:59:56.117Z Checking thread_local v1.1.4
16612026-02-16T04:59:56.171Z Checking encoding_rs v0.8.32
16622026-02-16T04:59:56.276Z Checking fastrand v2.1.1
16632026-02-16T04:59:56.381Z Checking parking v2.2.0
16642026-02-16T04:59:56.436Z Checking hyper-util v0.1.20
16652026-02-16T04:59:56.461Z Compiling paste v1.0.15
16662026-02-16T04:59:56.553Z Checking winnow v0.7.13
16672026-02-16T04:59:56.577Z Checking match_cfg v0.1.0
16682026-02-16T04:59:56.601Z Compiling slog-async v2.8.0
16692026-02-16T04:59:56.663Z Compiling schemars v0.8.22
16702026-02-16T04:59:57.078Z Compiling camino v1.2.2
16712026-02-16T04:59:57.177Z Checking hostname v0.3.1
16722026-02-16T04:59:57.284Z Checking tempfile v3.24.0
16732026-02-16T04:59:57.323Z Checking event-listener v5.0.0
16742026-02-16T04:59:57.772Z Checking url v2.5.4
16752026-02-16T04:59:57.829Z Checking tower v0.5.2
16762026-02-16T04:59:57.870Z Compiling schemars_derive v0.8.22
16772026-02-16T04:59:58.102Z Compiling usdt-attr-macro v0.6.0
16782026-02-16T04:59:58.132Z Compiling usdt-macro v0.6.0
16792026-02-16T04:59:58.329Z Checking tokio-native-tls v0.3.1
16802026-02-16T04:59:58.577Z Checking slog-json v2.6.1
16812026-02-16T04:59:58.602Z Checking futures-executor v0.3.31
16822026-02-16T04:59:58.691Z Checking tokio-rustls v0.26.0
16832026-02-16T04:59:58.740Z Checking tokio-rustls v0.25.0
16842026-02-16T04:59:58.842Z Checking serde_urlencoded v0.7.1
16852026-02-16T04:59:58.886Z Checking toml_parser v1.0.6+spec-1.1.0
16862026-02-16T04:59:58.910Z Compiling async-stream-impl v0.3.6
16872026-02-16T04:59:59.084Z Checking uuid v1.20.0
16882026-02-16T04:59:59.245Z Checking crossbeam-channel v0.5.15
16892026-02-16T04:59:59.522Z Checking toml_datetime v0.7.5+spec-1.1.0
16902026-02-16T04:59:59.627Z Checking serde_spanned v1.0.4
16912026-02-16T04:59:59.827Z Checking webpki-roots v0.26.5
16922026-02-16T04:59:59.868Z Checking memmap2 v0.9.8
16932026-02-16T04:59:59.893Z Checking is-terminal v0.4.12
16942026-02-16T05:00:00.021Z Compiling dropshot v0.16.7 (/work/oxidecomputer/dropshot/dropshot)
16952026-02-16T05:00:00.046Z Checking unicode-width v0.1.9
16962026-02-16T05:00:00.046Z Checking unicode-segmentation v1.10.0
16972026-02-16T05:00:00.103Z Checking data-encoding v2.4.0
16982026-02-16T05:00:00.146Z Checking term v1.1.0
16992026-02-16T05:00:00.209Z Compiling anyhow v1.0.101
17002026-02-16T05:00:00.344Z Checking iri-string v0.7.8
17012026-02-16T05:00:00.407Z Checking toml_writer v1.0.6+spec-1.1.0
17022026-02-16T05:00:00.536Z Checking utf-8 v0.7.6
17032026-02-16T05:00:00.581Z Compiling semver v1.0.27
17042026-02-16T05:00:00.606Z Checking lazy_static v1.5.0
17052026-02-16T05:00:00.606Z Compiling heck v0.5.0
17062026-02-16T05:00:00.740Z Checking dyn-clone v1.0.4
17072026-02-16T05:00:00.764Z Checking spin v0.9.8
17082026-02-16T05:00:00.764Z Checking take_mut v0.2.2
17092026-02-16T05:00:00.918Z Checking console v0.15.7
17102026-02-16T05:00:01.134Z Checking tungstenite v0.24.0
17112026-02-16T05:00:01.294Z Compiling dropshot_endpoint v0.16.7 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17122026-02-16T05:00:01.319Z Checking toml v0.9.11+spec-1.1.0
17132026-02-16T05:00:01.319Z Checking async-stream v0.3.6
17142026-02-16T05:00:01.478Z Checking newline-converter v0.3.0
17152026-02-16T05:00:01.503Z Checking slog-term v2.9.2
17162026-02-16T05:00:01.593Z Checking atomicwrites v0.4.4
17172026-02-16T05:00:01.649Z Checking usdt v0.6.0
17182026-02-16T05:00:01.882Z Checking hyper-rustls v0.27.3
17192026-02-16T05:00:01.976Z Checking futures v0.3.31
17202026-02-16T05:00:02.080Z Checking slog-bunyan v2.5.0
17212026-02-16T05:00:02.105Z Checking hyper-tls v0.6.0
17222026-02-16T05:00:02.259Z Checking event-listener-strategy v0.5.4
17232026-02-16T05:00:02.465Z Checking rustls-native-certs v0.7.0
17242026-02-16T05:00:02.561Z Checking openapiv3 v2.2.0
17252026-02-16T05:00:02.620Z Compiling async-trait v0.1.89
17262026-02-16T05:00:02.674Z Checking yasna v0.5.2
17272026-02-16T05:00:02.706Z Checking pem v3.0.6
17282026-02-16T05:00:02.820Z Checking tower-http v0.6.8
17292026-02-16T05:00:02.953Z Checking waitgroup v0.1.2
17302026-02-16T05:00:02.978Z Checking serde_path_to_error v0.1.20
17312026-02-16T05:00:03.114Z Checking webpki-roots v1.0.0
17322026-02-16T05:00:03.306Z Checking hostname v0.4.2
17332026-02-16T05:00:03.341Z Checking debug-ignore v1.0.5
17342026-02-16T05:00:03.457Z Checking similar v2.2.1
17352026-02-16T05:00:03.491Z Checking http-range v0.1.4
17362026-02-16T05:00:03.515Z Checking simple-mermaid v0.2.0
17372026-02-16T05:00:03.541Z Checking rcgen v0.14.7
17382026-02-16T05:00:03.615Z Checking reqwest v0.12.28
17392026-02-16T05:00:03.685Z Checking hyper-staticfile v0.10.1
17402026-02-16T05:00:03.903Z Checking hyper-rustls v0.26.0
17412026-02-16T05:00:04.145Z Checking expectorate v1.2.0
17422026-02-16T05:00:04.240Z Checking async-channel v2.5.0
17432026-02-16T05:00:04.264Z Checking tokio-tungstenite v0.24.0
17442026-02-16T05:00:04.396Z Checking subprocess v0.2.15
17452026-02-16T05:00:04.583Z Checking buf-list v1.1.2
17462026-02-16T05:00:09.456Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17472026-02-16T05:00:09.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.14s
17482026-02-16T05:00:09.971Z
17492026-02-16T05:00:09.971Z
17502026-02-16T05:00:26.353Ztest fail has been running for over 60 seconds
17512026-02-16T05:00:46.288Ztest tests/fail/bad_channel10.rs ... ok
17522026-02-16T05:00:46.288Ztest tests/fail/bad_channel11.rs ... ok
17532026-02-16T05:00:46.288Ztest tests/fail/bad_channel12.rs ... ok
17542026-02-16T05:00:46.288Ztest tests/fail/bad_channel13.rs ... ok
17552026-02-16T05:00:46.288Ztest tests/fail/bad_channel14.rs ... ok
17562026-02-16T05:00:46.288Ztest tests/fail/bad_channel15.rs ... ok
17572026-02-16T05:00:46.288Ztest tests/fail/bad_channel17.rs ... ok
17582026-02-16T05:00:46.357Ztest tests/fail/bad_channel18.rs ... ok
17592026-02-16T05:00:46.357Ztest tests/fail/bad_channel19.rs ... ok
17602026-02-16T05:00:46.357Ztest tests/fail/bad_channel1a.rs ... ok
17612026-02-16T05:00:46.357Ztest tests/fail/bad_channel1b.rs ... ok
17622026-02-16T05:00:46.357Ztest tests/fail/bad_channel2.rs ... ok
17632026-02-16T05:00:46.357Ztest tests/fail/bad_channel20.rs ... ok
17642026-02-16T05:00:46.357Ztest tests/fail/bad_channel21.rs ... ok
17652026-02-16T05:00:46.357Ztest tests/fail/bad_channel22.rs ... ok
17662026-02-16T05:00:46.357Ztest tests/fail/bad_channel23.rs ... ok
17672026-02-16T05:00:46.357Ztest tests/fail/bad_channel24.rs ... ok
17682026-02-16T05:00:46.357Ztest tests/fail/bad_channel25.rs ... ok
17692026-02-16T05:00:46.357Ztest tests/fail/bad_channel26.rs ... ok
17702026-02-16T05:00:46.357Ztest tests/fail/bad_channel27.rs ... ok
17712026-02-16T05:00:46.357Ztest tests/fail/bad_channel28.rs ... ok
17722026-02-16T05:00:46.357Ztest tests/fail/bad_channel3.rs ... ok
17732026-02-16T05:00:46.357Ztest tests/fail/bad_channel4.rs ... ok
17742026-02-16T05:00:46.357Ztest tests/fail/bad_channel5.rs ... ok
17752026-02-16T05:00:46.357Ztest tests/fail/bad_channel6.rs ... ok
17762026-02-16T05:00:46.357Ztest tests/fail/bad_channel8.rs ... ok
17772026-02-16T05:00:46.357Ztest tests/fail/bad_channel9.rs ... ok
17782026-02-16T05:00:46.357Ztest tests/fail/bad_endpoint1.rs ... ok
17792026-02-16T05:00:46.357Ztest tests/fail/bad_endpoint10.rs ... ok
17802026-02-16T05:00:46.357Ztest tests/fail/bad_endpoint11.rs ... ok
17812026-02-16T05:00:46.357Ztest tests/fail/bad_endpoint12.rs ... ok
17822026-02-16T05:00:46.357Ztest tests/fail/bad_endpoint13.rs ... ok
17832026-02-16T05:00:46.357Ztest tests/fail/bad_endpoint14.rs ... ok
17842026-02-16T05:00:46.357Ztest tests/fail/bad_endpoint15.rs ... ok
17852026-02-16T05:00:46.357Ztest tests/fail/bad_endpoint16.rs ... ok
17862026-02-16T05:00:46.357Ztest tests/fail/bad_endpoint17.rs ... ok
17872026-02-16T05:00:46.357Ztest tests/fail/bad_endpoint18.rs ... ok
17882026-02-16T05:00:46.357Ztest tests/fail/bad_endpoint19.rs ... ok
17892026-02-16T05:00:46.357Ztest tests/fail/bad_endpoint2.rs ... ok
17902026-02-16T05:00:46.357Ztest tests/fail/bad_endpoint20.rs ... ok
17912026-02-16T05:00:46.357Ztest tests/fail/bad_endpoint21.rs ... ok
17922026-02-16T05:00:46.357Ztest tests/fail/bad_endpoint22.rs ... ok
17932026-02-16T05:00:46.357Ztest tests/fail/bad_endpoint23.rs ... ok
17942026-02-16T05:00:46.358Ztest tests/fail/bad_endpoint24.rs ... ok
17952026-02-16T05:00:46.358Ztest tests/fail/bad_endpoint25.rs ... ok
17962026-02-16T05:00:46.358Ztest tests/fail/bad_endpoint26.rs ... ok
17972026-02-16T05:00:46.358Ztest tests/fail/bad_endpoint27.rs ... ok
17982026-02-16T05:00:46.358Ztest tests/fail/bad_endpoint28.rs ... ok
17992026-02-16T05:00:46.358Ztest tests/fail/bad_endpoint3.rs ... ok
18002026-02-16T05:00:46.358Ztest tests/fail/bad_endpoint4.rs ... ok
18012026-02-16T05:00:46.358Ztest tests/fail/bad_endpoint5.rs ... ok
18022026-02-16T05:00:46.358Ztest tests/fail/bad_endpoint6.rs ... ok
18032026-02-16T05:00:46.358Ztest tests/fail/bad_endpoint7.rs ... ok
18042026-02-16T05:00:46.358Ztest tests/fail/bad_endpoint8.rs ... ok
18052026-02-16T05:00:46.358Ztest tests/fail/bad_endpoint9.rs ... ok
18062026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel10.rs ... ok
18072026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel11.rs ... ok
18082026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel12.rs ... ok
18092026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel13.rs ... ok
18102026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel14.rs ... ok
18112026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel15.rs ... ok
18122026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel17.rs ... ok
18132026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel18.rs ... ok
18142026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel19.rs ... ok
18152026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel1a.rs ... ok
18162026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel1b.rs ... ok
18172026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel2.rs ... ok
18182026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel20.rs ... ok
18192026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel21.rs ... ok
18202026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel22.rs ... ok
18212026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel23.rs ... ok
18222026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel24.rs ... ok
18232026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel25.rs ... ok
18242026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel26.rs ... ok
18252026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel28.rs ... ok
18262026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel3.rs ... ok
18272026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel4.rs ... ok
18282026-02-16T05:00:46.358Ztest tests/fail/bad_trait_channel5.rs ... ok
18292026-02-16T05:00:46.359Ztest tests/fail/bad_trait_channel6.rs ... ok
18302026-02-16T05:00:46.359Ztest tests/fail/bad_trait_channel8.rs ... ok
18312026-02-16T05:00:46.359Ztest tests/fail/bad_trait_channel9.rs ... ok
18322026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18332026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18342026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18352026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18362026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18372026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18382026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18392026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18402026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18412026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18422026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18432026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18442026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18452026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18462026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18472026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18482026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18492026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18502026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18512026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18522026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18532026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18542026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18552026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18562026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18572026-02-16T05:00:46.359Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18582026-02-16T05:00:46.384Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18592026-02-16T05:00:46.384Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18602026-02-16T05:00:46.384Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18612026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only1.rs ... ok
18622026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only10.rs ... ok
18632026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only11.rs ... ok
18642026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only12.rs ... ok
18652026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only13.rs ... ok
18662026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only14.rs ... ok
18672026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only15.rs ... ok
18682026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only16.rs ... ok
18692026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only17.rs ... ok
18702026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only18.rs ... ok
18712026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only19.rs ... ok
18722026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only2.rs ... ok
18732026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only20.rs ... ok
18742026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only21.rs ... ok
18752026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only22.rs ... ok
18762026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only3.rs ... ok
18772026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only4.rs ... ok
18782026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only5.rs ... ok
18792026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only6.rs ... ok
18802026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only7.rs ... ok
18812026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only8.rs ... ok
18822026-02-16T05:00:46.385Ztest tests/fail/bad_trait_only9.rs ... ok
18832026-02-16T05:00:46.385Ztest tests/fail/bad_version_backwards.rs ... ok
18842026-02-16T05:00:46.385Ztest tests/fail/unused_endpoint.rs ... ok
18852026-02-16T05:00:46.385Z
18862026-02-16T05:00:46.385Z
18872026-02-16T05:00:46.385Ztest fail ... ok
18882026-02-16T05:00:46.385Z
18892026-02-16T05:00:46.385Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 79.94s
18902026-02-16T05:00:46.385Z
18912026-02-16T05:00:46.385Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-1e9f09c1e0341f22`
18922026-02-16T05:00:46.385Z
18932026-02-16T05:00:46.385Zrunning 83 tests
18942026-02-16T05:00:46.385Ztest config::test_config_bad_bind_address_port_too_large ... ok
18952026-02-16T05:00:46.386Ztest config::test_config_bad_bind_address_port_too_small ... ok
18962026-02-16T05:00:46.386Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
18972026-02-16T05:00:46.386Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
18982026-02-16T05:00:46.386Ztest config::test_config_bad_bind_address_garbage ... ok
18992026-02-16T05:00:46.386Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
19002026-02-16T05:00:46.386Ztest api_trait::test_api_trait_with_complex_tags ... ok
19012026-02-16T05:00:46.386Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
19022026-02-16T05:00:46.386Ztest config::test_config_deprecated_request_body_max_bytes ... ok
19032026-02-16T05:00:46.386Ztest config::test_valid_config_all_settings ... ok
19042026-02-16T05:00:46.386Ztest config::test_valid_config_basic ... ok
19052026-02-16T05:00:46.386Ztest config::test_valid_config_empty ... ok
19062026-02-16T05:00:46.386Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_unversioned_servers_with_versioned_routes.3430.6.log"
19072026-02-16T05:00:46.386Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-config_bind_address_http.3430.5.log"
19082026-02-16T05:00:46.386Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-config_handler_task_mode_cancel.3430.0.log"
19092026-02-16T05:00:46.386Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-config_bind_address_https.3430.1.log"
19102026-02-16T05:00:46.386Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-config_handler_task_mode_detached.3430.4.log"
19112026-02-16T05:00:46.386Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-api_trait_basic.3430.3.log"
19122026-02-16T05:00:46.386Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-config_bind_address_https_buffer.3430.2.log"
19132026-02-16T05:00:46.386Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_enum_extractor_error.3430.7.log"
19142026-02-16T05:00:46.386Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19152026-02-16T05:00:46.386Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_enum_user_error.3430.8.log"
19162026-02-16T05:00:46.386Ztest config::test_config_handler_task_mode_cancel ... ok
19172026-02-16T05:00:46.386Ztest custom_errors::test_enum_user_error ... ok
19182026-02-16T05:00:46.386Ztest config::test_config_handler_task_mode_detached ... ok
19192026-02-16T05:00:46.386Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_struct_extractor_error.3430.9.log"
19202026-02-16T05:00:46.386Ztest custom_errors::test_enum_extractor_error ... ok
19212026-02-16T05:00:46.386Ztest custom_errors::test_trait_based_api ... ok
19222026-02-16T05:00:46.386Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_struct_user_error.3430.10.log"
19232026-02-16T05:00:46.386Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_trait_enum_user_error.3430.11.log"
19242026-02-16T05:00:46.386Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_trait_struct_user_error.3430.12.log"
19252026-02-16T05:00:46.386Ztest custom_errors::test_struct_extractor_error ... ok
19262026-02-16T05:00:46.386Ztest api_trait::test_api_trait_basic ... ok
19272026-02-16T05:00:46.386Ztest config::test_config_bind_address_http ... ok
19282026-02-16T05:00:46.386Ztest custom_errors::test_struct_user_error ... ok
19292026-02-16T05:00:46.386Ztest custom_errors::test_trait_enum_user_error ... ok
19302026-02-16T05:00:46.386Ztest custom_errors::test_trait_struct_user_error ... ok
19312026-02-16T05:00:46.386Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_303_see_other.3430.13.log"
19322026-02-16T05:00:46.386Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_302_found.3430.14.log"
19332026-02-16T05:00:46.386Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_302_bogus.3430.15.log"
19342026-02-16T05:00:46.387Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_307_temporary_redirect.3430.16.log"
19352026-02-16T05:00:46.387Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_delete_request.3430.17.log"
19362026-02-16T05:00:46.387Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-demo1.3430.18.log"
19372026-02-16T05:00:46.387Ztest demo::test_302_found ... ok
19382026-02-16T05:00:46.387Ztest demo::test_302_bogus ... ok
19392026-02-16T05:00:46.387Ztest demo::test_303_see_other ... ok
19402026-02-16T05:00:46.387Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-demo2query.3430.19.log"
19412026-02-16T05:00:46.387Ztest demo::test_307_temporary_redirect ... ok
19422026-02-16T05:00:46.387Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-demo2json.3430.21.log"
19432026-02-16T05:00:46.387Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-demo2urlencoded.3430.20.log"
19442026-02-16T05:00:46.387Ztest demo::test_demo1 ... ok
19452026-02-16T05:00:46.387Ztest demo::test_delete_request ... ok
19462026-02-16T05:00:46.387Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-demo3json.3430.22.log"
19472026-02-16T05:00:46.387Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-demo_path_param_u32.3430.23.log"
19482026-02-16T05:00:46.387Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-demo_path_param_string.3430.24.log"
19492026-02-16T05:00:46.387Ztest demo::test_demo2query ... ok
19502026-02-16T05:00:46.387Ztest demo::test_demo3json ... ok
19512026-02-16T05:00:46.387Ztest demo::test_demo_path_param_u32 ... ok
19522026-02-16T05:00:46.387Ztest demo::test_demo2urlencoded ... ok
19532026-02-16T05:00:46.387Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-demo_path_param_uuid.3430.25.log"
19542026-02-16T05:00:46.387Ztest demo::test_demo2json ... ok
19552026-02-16T05:00:46.387Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-demo_websocket.3430.26.log"
19562026-02-16T05:00:46.387Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_header_request.3430.27.log"
19572026-02-16T05:00:46.387Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_large_typed_body.3430.28.log"
19582026-02-16T05:00:46.412Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_head_request.3430.29.log"
19592026-02-16T05:00:46.412Ztest demo::test_demo_path_param_uuid ... ok
19602026-02-16T05:00:46.412Ztest demo::test_header_request ... ok
19612026-02-16T05:00:46.412Ztest demo::test_demo_websocket ... ok
19622026-02-16T05:00:46.413Ztest demo::test_head_request ... ok
19632026-02-16T05:00:46.413Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-tet_raw_request.3430.31.log"
19642026-02-16T05:00:46.413Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_request_compat.3430.30.log"
19652026-02-16T05:00:46.413Ztest demo::test_large_typed_body ... ok
19662026-02-16T05:00:46.413Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_request_remote_addr.3430.32.log"
19672026-02-16T05:00:46.413Ztest demo::test_demo_path_param_string ... ok
19682026-02-16T05:00:46.413Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_untyped_body.3430.34.log"
19692026-02-16T05:00:46.413Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_streaming_body.3430.33.log"
19702026-02-16T05:00:46.413Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-graceful_shutdown_with_detached_handler.3430.35.log"
19712026-02-16T05:00:46.413Ztest demo::test_raw_request ... ok
19722026-02-16T05:00:46.413Ztest demo::test_request_compat ... ok
19732026-02-16T05:00:46.413Ztest demo::test_request_remote_addr ... ok
19742026-02-16T05:00:46.413Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-multipart_client.3430.36.log"
19752026-02-16T05:00:46.413Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-multipart_client.3430.37.log"
19762026-02-16T05:00:46.413Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-multipart_client.3430.38.log"
19772026-02-16T05:00:46.413Ztest multipart::missing_boundary ... ok
19782026-02-16T05:00:46.413Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-multipart_client.3430.39.log"
19792026-02-16T05:00:46.413Ztest multipart::test_multipart_client ... ok
19802026-02-16T05:00:46.413Ztest multipart::no_content_type ... ok
19812026-02-16T05:00:46.413Ztest demo::test_streaming_body ... ok
19822026-02-16T05:00:46.413Ztest multipart::weird_content_type ... ok
19832026-02-16T05:00:46.413Ztest config::test_config_bind_address_https ... ok
19842026-02-16T05:00:46.413Ztest demo::test_untyped_body ... ok
19852026-02-16T05:00:46.413Ztest openapi::test_openapi_custom_error_types ... ok
19862026-02-16T05:00:46.413Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
19872026-02-16T05:00:46.413Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-pagination-multiple-resources.3430.41.log"
19882026-02-16T05:00:46.413Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-pagination-multiple-sorts.3430.42.log"
19892026-02-16T05:00:46.413Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-pagination-basic.3430.40.log"
19902026-02-16T05:00:46.413Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-basic.3430.43.log"
19912026-02-16T05:00:46.413Ztest openapi::test_openapi_fuller ... ok
19922026-02-16T05:00:46.413Ztest openapi::test_openapi ... ok
19932026-02-16T05:00:46.413Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-dictionary.3430.44.log"
19942026-02-16T05:00:46.413Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-empty.3430.45.log"
19952026-02-16T05:00:46.413Ztest pagination::test_paginate_empty ... ok
19962026-02-16T05:00:46.413Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-errors.3430.46.log"
19972026-02-16T05:00:46.413Ztest pagination::test_paginate_errors ... ok
19982026-02-16T05:00:46.413Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-extra_params.3430.47.log"
19992026-02-16T05:00:46.438Ztest pagination::test_paginate_extra_params ... ok
20002026-02-16T05:00:46.438Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-required_params.3430.48.log"
20012026-02-16T05:00:46.438Ztest pagination::test_paginate_with_required_params ... ok
20022026-02-16T05:00:46.438Ztest pagination_schema::test_pagination_schema ... ok
20032026-02-16T05:00:46.438Ztest path_names::test_path_names ... ok
20042026-02-16T05:00:46.438Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_no_tls.3430.49.log"
20052026-02-16T05:00:46.438Ztest starter::test_no_tls ... ok
20062026-02-16T05:00:46.438Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_with_tls.3430.50.log"
20072026-02-16T05:00:46.463Ztest pagination::test_paginate_basic ... ok
20082026-02-16T05:00:46.463Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-non_streaming_servers_do_not_use_transfer_encoding.3430.51.log"
20092026-02-16T05:00:46.463Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
20102026-02-16T05:00:46.463Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-streaming_server_buffered_client.3430.52.log"
20112026-02-16T05:00:46.489Ztest streaming::test_streaming_server_buffered_client ... ok
20122026-02-16T05:00:46.489Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-streaming_server_streaming_client.3430.53.log"
20132026-02-16T05:00:46.514Ztest streaming::test_streaming_server_streaming_client ... ok
20142026-02-16T05:00:46.514Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_server_is_http.3430.54.log"
20152026-02-16T05:00:46.514Ztest tls::test_server_is_http ... ok
20162026-02-16T05:00:46.514Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_server_is_https.3430.55.log"
20172026-02-16T05:00:46.756Ztest starter::test_with_tls ... ok
20182026-02-16T05:00:46.781Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_tls_aborted_negotiation.3430.56.log"
20192026-02-16T05:00:46.823Ztest tls::test_server_is_https ... ok
20202026-02-16T05:00:46.847Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_tls_certificate_loading.3430.57.log"
20212026-02-16T05:00:47.139Ztest tls::test_tls_certificate_loading ... ok
20222026-02-16T05:00:47.163Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_tls_only.3430.58.log"
20232026-02-16T05:00:47.369Ztest tls::test_tls_aborted_negotiation ... ok
20242026-02-16T05:00:47.393Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_tls_refresh_certificates.3430.59.log"
20252026-02-16T05:00:47.430Ztest tls::test_tls_refresh_certificates ... ok
20262026-02-16T05:00:47.454Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_versions.3430.60.log"
20272026-02-16T05:00:47.478Ztest tls::test_tls_only ... ok
20282026-02-16T05:00:47.479Znote: configured to log to "/tmp/integration_tests-1e9f09c1e0341f22-test_versions_on_missing.3430.61.log"
20292026-02-16T05:00:47.503Ztest versions::test_versions ... ok
20302026-02-16T05:00:47.503Ztest versions::test_versions_openapi ... ok
20312026-02-16T05:00:47.503Ztest versions::test_versions_openapi_same_names ... ok
20322026-02-16T05:00:47.527Ztest versions::test_versions_on_missing ... ok
20332026-02-16T05:00:47.527Ztest config::test_config_bind_address_https_buffer ... ok
20342026-02-16T05:00:47.697Ztest pagination::test_example_basic ... ok
20352026-02-16T05:00:47.904Ztest pagination::test_paginate_dictionary ... ok
20362026-02-16T05:00:48.360Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
20372026-02-16T05:00:50.988Ztest pagination::test_example_multiple_sorts ... ok
20382026-02-16T05:00:51.558Ztest pagination::test_example_multiple_resources ... ok
20392026-02-16T05:00:51.558Z
20402026-02-16T05:00:51.558Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.24s
20412026-02-16T05:00:51.559Z
20422026-02-16T05:00:51.583Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-b32fb1dd0644befd`
20432026-02-16T05:00:51.583Z
20442026-02-16T05:00:51.583Zrunning 35 tests
20452026-02-16T05:00:51.607Ztest channel::tests::test_channel_operation_id ... ok
20462026-02-16T05:00:51.607Ztest channel::tests::test_channel_with_versions ... ok
20472026-02-16T05:00:51.607Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
20482026-02-16T05:00:51.607Ztest channel::tests::test_channel_with_unnamed_params ... ok
20492026-02-16T05:00:51.607Ztest doc::tests::test_extract_summary_description ... ok
20502026-02-16T05:00:51.607Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
20512026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
20522026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_bad_string ... ok
20532026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_bad_versions ... ok
20542026-02-16T05:00:51.608Ztest channel::tests::test_channel_with_custom_params ... ok
20552026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_invalid_item ... ok
20562026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_no_arguments ... ok
20572026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_not_async ... ok
20582026-02-16T05:00:51.608Ztest api_trait::tests::test_api_trait_operation_id ... ok
20592026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
20602026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_content_type ... ok
20612026-02-16T05:00:51.608Ztest api_trait::tests::test_api_trait_basic ... ok
20622026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_pub_crate ... ok
20632026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_basic ... ok
20642026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
20652026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
20662026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_with_doc ... ok
20672026-02-16T05:00:51.608Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
20682026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
20692026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_with_tags ... ok
20702026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
20712026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
20722026-02-16T05:00:51.608Ztest syn_parsing::tests::test_busted_function ... ok
20732026-02-16T05:00:51.608Ztest params::tests::test_extract_rqctx_ty_param ... ok
20742026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_with_query ... ok
20752026-02-16T05:00:51.608Ztest endpoint::tests::test_operation_id ... ok
20762026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
20772026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
20782026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
20792026-02-16T05:00:51.608Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
20802026-02-16T05:00:51.608Z
20812026-02-16T05:00:51.608Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
20822026-02-16T05:00:51.608Z
20832026-02-16T05:00:51.633Z Doc-tests dropshot
20842026-02-16T05:00:51.633Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-7911a93fb23718f6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a1a9ac92afd0fe45.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-df36ed8652eecdea.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-117a1944557180b3.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-b02f846fd1344b20.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-6d78e92f2cb467f9.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-590c01461a8e5193.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-05973147f0409c85.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-25c1395c094228ce.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-30560c5e2d294673.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-630bf585d13bfd03.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7603a60baa931340.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8b2653f4d46353f6.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-f32efbce78318a6b.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-18163a0d0dd8af95.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-b0475d12a7a3dd59.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-2fbcbb2947e8a7a6.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-589c5046942666e0.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-236b1f4b76035639.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-c4e4ac2178c4f9ad.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ad381d0e5b1190ff.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-7525a556e23c28ba.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78c238d619d2acba.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-97b32825c7396b93.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b8ef99fc80ae83a9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-47953cffd0684058.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-d5e909f2096ae159.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-acba107b85139edc.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-73ca46be337cb621.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-480e41f40f33fbca.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-c40f34bc80ad8eb7.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-1a2b0f5dd8eae134.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-7493720be431c345.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-9b286bc795df9c6b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-18c99a6e6ad5ac05.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-f447b22a7c7ba092.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-3ff031639eb2294b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-cf87de58360fb257.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7778e64e2d888433.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-46b3e62ce35c0b6a.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-56953a97e6f20252.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-0d24b3c7bd3a9e36.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-801276382894dde5.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-2a056e796178ee9d.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-ee6e4fdf2bbd36a2.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-f9eee6dbb841fa6d.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-756fb34a28dcfe67.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-8333d2c662f5d061.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-ecae703e86aa4c78.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-fe51257cb485aa9b.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-5e7bf42f0f99b250.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-3d56f9a90971da54.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4a83cc7c7eb69a90.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d7c2b905df5aa696.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-7ef5c09facc42e6c.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-3187d3fa2967598b.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-60f184cca407a5da.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-45b5a2aadd04161c.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-1e3f32afe8136292.rlib -C embed-bitcode=no --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --error-format human`
20852026-02-16T05:00:52.267Z
20862026-02-16T05:00:52.267Zrunning 23 tests
20872026-02-16T05:00:54.338Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
20882026-02-16T05:00:54.338Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
20892026-02-16T05:00:54.338Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
20902026-02-16T05:00:54.366Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
20912026-02-16T05:00:59.046Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
20922026-02-16T05:00:59.046Ztest dropshot/src/lib.rs - (line 334) ... ignored
20932026-02-16T05:00:59.074Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
20942026-02-16T05:00:59.322Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
20952026-02-16T05:00:59.414Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok
20962026-02-16T05:00:59.464Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok
20972026-02-16T05:00:59.835Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
20982026-02-16T05:00:59.870Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
20992026-02-16T05:00:59.870Ztest dropshot/src/lib.rs - channel (line 1181) ... ignored
21002026-02-16T05:00:59.870Ztest dropshot/src/lib.rs - endpoint (line 1226) ... ignored
21012026-02-16T05:01:00.993Ztest dropshot/src/lib.rs - (line 398) ... ok
21022026-02-16T05:01:01.298Ztest dropshot/src/lib.rs - api_description (line 1046) ... ok
21032026-02-16T05:01:01.426Ztest dropshot/src/lib.rs - (line 661) ... ok
21042026-02-16T05:01:01.675Ztest dropshot/src/lib.rs - api_description (line 1107) ... ok
21052026-02-16T05:01:01.753Ztest dropshot/src/lib.rs - (line 110) ... ok
21062026-02-16T05:01:01.881Ztest dropshot/src/lib.rs - (line 189) ... ok
21072026-02-16T05:01:02.749Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok
21082026-02-16T05:01:05.894Ztest dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok
21092026-02-16T05:01:07.260Ztest dropshot/src/lib.rs - (line 497) ... ok
21102026-02-16T05:01:07.260Z
21112026-02-16T05:01:07.261Ztest result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 14.99s
21122026-02-16T05:01:07.261Z
21132026-02-16T05:01:07.298Z Doc-tests dropshot_endpoint
21142026-02-16T05:01:07.298Z Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-1409f05fdcf37aa0/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-399c039ee2bb7fd9.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8eb4cc64daecf297.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d531e2e4bcce1348.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-deb8359e1d0590df.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d98c0552c0b4b9f3.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-08ec919fc5bf4e8d.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-8684ea86f28b761b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-4b4b5948cd112efe.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d70e3383f0a78a3c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-115fa08360f09629.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0d97a485bb442d40.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
21152026-02-16T05:01:07.542Z
21162026-02-16T05:01:07.542Zrunning 0 tests
21172026-02-16T05:01:07.542Z
21182026-02-16T05:01:07.542Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21192026-02-16T05:01:07.542Z
21202026-02-16T05:01:07.589Z
21212026-02-16T05:01:07.613Zreal 3:17.075867869
21222026-02-16T05:01:07.613Zuser 15:53.219626787
21232026-02-16T05:01:07.613Zsys 3:08.340331617
21242026-02-16T05:01:07.613Ztrap 0.692666886
21252026-02-16T05:01:07.614Ztflt 0.136191224
21262026-02-16T05:01:07.614Zdflt 0.343881200
21272026-02-16T05:01:07.614Zkflt 0.000244767
21282026-02-16T05:01:07.614Zlock 1:07:38.888685506
21292026-02-16T05:01:07.614Zslp 1:01:54.002045792
21302026-02-16T05:01:07.614Zlat 1:07.984468645
21312026-02-16T05:01:07.614Zstop 1:59.175121460
21322026-02-16T05:01:07.614Z+ banner docs
21332026-02-16T05:01:07.614Z
21342026-02-16T05:01:07.614Z ##### #### #### ####
21352026-02-16T05:01:07.614Z # # # # # # #
21362026-02-16T05:01:07.614Z # # # # # ####
21372026-02-16T05:01:07.614Z # # # # # #
21382026-02-16T05:01:07.614Z # # # # # # # #
21392026-02-16T05:01:07.614Z ##### #### #### ####
21402026-02-16T05:01:07.614Z
21412026-02-16T05:01:07.614Z+ ptime -m cargo doc --no-deps --lib --bins --examples
21422026-02-16T05:01:08.025Z Compiling proc-macro2 v1.0.106
21432026-02-16T05:01:08.025Z Compiling unicode-ident v1.0.12
21442026-02-16T05:01:08.049Z Checking cfg-if v1.0.0
21452026-02-16T05:01:08.049Z Checking itoa v1.0.1
21462026-02-16T05:01:08.049Z Checking pin-project-lite v0.2.12
21472026-02-16T05:01:08.049Z Compiling quote v1.0.44
21482026-02-16T05:01:08.049Z Checking libc v0.2.180
21492026-02-16T05:01:08.049Z Checking serde_core v1.0.228
21502026-02-16T05:01:08.129Z Checking bytes v1.11.1
21512026-02-16T05:01:08.153Z Checking smallvec v1.13.2
21522026-02-16T05:01:08.179Z Checking once_cell v1.20.1
21532026-02-16T05:01:08.227Z Checking futures-core v0.3.31
21542026-02-16T05:01:08.259Z Checking memchr v2.6.0
21552026-02-16T05:01:08.409Z Checking scopeguard v1.2.0
21562026-02-16T05:01:08.433Z Checking futures-sink v0.3.31
21572026-02-16T05:01:08.457Z Checking slab v0.4.9
21582026-02-16T05:01:08.554Z Checking lock_api v0.4.6
21592026-02-16T05:01:08.578Z Checking futures-channel v0.3.31
21602026-02-16T05:01:08.658Z Checking log v0.4.17
21612026-02-16T05:01:08.874Z Checking pin-utils v0.1.0
21622026-02-16T05:01:08.898Z Checking parking_lot_core v0.9.4
21632026-02-16T05:01:08.898Z Checking socket2 v0.6.0
21642026-02-16T05:01:08.922Z Checking mio v1.0.3
21652026-02-16T05:01:08.968Z Checking getrandom v0.2.11
21662026-02-16T05:01:08.992Z Checking signal-hook-registry v1.4.0
21672026-02-16T05:01:09.016Z Checking http v1.4.0
21682026-02-16T05:01:09.212Z Checking zeroize v1.7.0
21692026-02-16T05:01:09.236Z Checking parking_lot v0.12.1
21702026-02-16T05:01:09.236Z Checking futures-io v0.3.31
21712026-02-16T05:01:09.415Z Checking futures-task v0.3.31
21722026-02-16T05:01:09.439Z Checking stable_deref_trait v1.2.0
21732026-02-16T05:01:09.463Z Checking rustls-pki-types v1.14.0
21742026-02-16T05:01:09.540Z Checking httparse v1.10.0
21752026-02-16T05:01:09.567Z Checking tracing-core v0.1.32
21762026-02-16T05:01:09.653Z Checking untrusted v0.9.0
21772026-02-16T05:01:09.686Z Compiling syn v2.0.116
21782026-02-16T05:01:09.825Z Checking equivalent v1.0.0
21792026-02-16T05:01:09.849Z Checking hashbrown v0.16.1
21802026-02-16T05:01:09.904Z Checking ring v0.17.13
21812026-02-16T05:01:09.945Z Checking atomic-waker v1.1.2
21822026-02-16T05:01:10.003Z Checking percent-encoding v2.3.2
21832026-02-16T05:01:10.086Z Checking bitflags v2.4.0
21842026-02-16T05:01:10.144Z Checking tracing v0.1.40
21852026-02-16T05:01:10.168Z Checking http-body v1.0.1
21862026-02-16T05:01:10.217Z Checking litemap v0.7.4
21872026-02-16T05:01:10.321Z Checking fnv v1.0.7
21882026-02-16T05:01:10.345Z Checking writeable v0.5.5
21892026-02-16T05:01:10.440Z Checking try-lock v0.2.3
21902026-02-16T05:01:10.464Z Checking typenum v1.14.0
21912026-02-16T05:01:10.522Z Checking zmij v1.0.2
21922026-02-16T05:01:10.573Z Checking want v0.3.0
21932026-02-16T05:01:10.653Z Checking subtle v2.5.0
21942026-02-16T05:01:10.730Z Compiling time-core v0.1.8
21952026-02-16T05:01:10.755Z Compiling num-conv v0.2.0
21962026-02-16T05:01:10.779Z Checking base64 v0.22.1
21972026-02-16T05:01:10.866Z Checking tower-layer v0.3.3
21982026-02-16T05:01:10.964Z Checking tower-service v0.3.3
21992026-02-16T05:01:10.991Z Checking powerfmt v0.2.0
22002026-02-16T05:01:11.089Z Checking httpdate v1.0.1
22012026-02-16T05:01:11.114Z Compiling time-macros v0.2.27
22022026-02-16T05:01:11.192Z Checking crossbeam-utils v0.8.21
22032026-02-16T05:01:11.244Z Checking deranged v0.5.5
22042026-02-16T05:01:11.331Z Checking icu_locid_transform_data v1.5.0
22052026-02-16T05:01:11.355Z Checking generic-array v0.14.5
22062026-02-16T05:01:11.379Z Checking indexmap v2.13.0
22072026-02-16T05:01:11.427Z Checking serde_json v1.0.149
22082026-02-16T05:01:11.779Z Checking rustls-webpki v0.102.8
22092026-02-16T05:01:12.049Z Checking num_threads v0.1.3
22102026-02-16T05:01:12.243Z Checking getrandom v0.3.1
22112026-02-16T05:01:12.410Z Checking icu_properties_data v1.5.0
22122026-02-16T05:01:12.439Z Checking ipnet v2.10.0
22132026-02-16T05:01:12.463Z Checking crypto-common v0.1.6
22142026-02-16T05:01:12.503Z Checking block-buffer v0.10.2
22152026-02-16T05:01:12.621Z Checking form_urlencoded v1.2.2
22162026-02-16T05:01:12.645Z Checking foreign-types-shared v0.1.1
22172026-02-16T05:01:12.695Z Checking mime v0.3.16
22182026-02-16T05:01:12.732Z Checking utf8_iter v1.0.4
22192026-02-16T05:01:12.756Z Checking write16 v1.0.0
22202026-02-16T05:01:12.827Z Checking openssl-probe v0.1.4
22212026-02-16T05:01:12.859Z Checking utf16_iter v1.0.5
22222026-02-16T05:01:12.883Z Checking icu_normalizer_data v1.5.0
22232026-02-16T05:01:12.934Z Checking foreign-types v0.3.2
22242026-02-16T05:01:12.977Z Checking digest v0.10.7
22252026-02-16T05:01:13.001Z Checking num-traits v0.2.14
22262026-02-16T05:01:13.002Z Checking openssl-sys v0.9.107
22272026-02-16T05:01:13.029Z Checking rand_core v0.6.3
22282026-02-16T05:01:13.053Z Checking errno v0.3.10
22292026-02-16T05:01:13.077Z Checking winnow v0.7.13
22302026-02-16T05:01:13.218Z Checking time v0.3.47
22312026-02-16T05:01:13.242Z Checking ppv-lite86 v0.2.15
22322026-02-16T05:01:13.277Z Checking cpufeatures v0.2.17
22332026-02-16T05:01:13.325Z Checking iana-time-zone v0.1.47
22342026-02-16T05:01:13.369Z Checking sha1 v0.10.6
22352026-02-16T05:01:13.465Z Checking rustls v0.22.4
22362026-02-16T05:01:13.614Z Checking ryu v1.0.5
22372026-02-16T05:01:13.785Z Checking rand_chacha v0.3.1
22382026-02-16T05:01:13.823Z Compiling unicase v2.6.0
22392026-02-16T05:01:13.918Z Checking serde_spanned v1.0.4
22402026-02-16T05:01:13.998Z Checking toml_datetime v0.7.5+spec-1.1.0
22412026-02-16T05:01:14.110Z Checking http-body-util v0.1.3
22422026-02-16T05:01:14.134Z Checking rustls-pemfile v2.2.0
22432026-02-16T05:01:14.134Z Checking thread_local v1.1.4
22442026-02-16T05:01:14.329Z Checking encoding_rs v0.8.32
22452026-02-16T05:01:14.353Z Checking match_cfg v0.1.0
22462026-02-16T05:01:14.377Z Checking toml_writer v1.0.6+spec-1.1.0
22472026-02-16T05:01:14.442Z Checking hostname v0.3.1
22482026-02-16T05:01:14.480Z Compiling mime_guess v2.0.5
22492026-02-16T05:01:14.576Z Checking rand v0.8.4
22502026-02-16T05:01:14.685Z Checking rustls v0.23.13
22512026-02-16T05:01:14.918Z Checking rustix v1.1.3
22522026-02-16T05:01:15.314Z Checking uuid v1.20.0
22532026-02-16T05:01:15.339Z Checking toml_parser v1.0.6+spec-1.1.0
22542026-02-16T05:01:15.511Z Checking crossbeam-channel v0.5.15
22552026-02-16T05:01:15.845Z Compiling synstructure v0.13.1
22562026-02-16T05:01:15.935Z Compiling serde_derive_internals v0.29.0
22572026-02-16T05:01:16.112Z Checking toml v0.9.11+spec-1.1.0
22582026-02-16T05:01:16.136Z Checking concurrent-queue v2.5.0
22592026-02-16T05:01:16.289Z Checking is-terminal v0.4.12
22602026-02-16T05:01:16.340Z Checking sync_wrapper v1.0.1
22612026-02-16T05:01:16.423Z Compiling dropshot v0.16.7 (/work/oxidecomputer/dropshot/dropshot)
22622026-02-16T05:01:16.448Z Checking spin v0.9.8
22632026-02-16T05:01:16.488Z Checking term v1.1.0
22642026-02-16T05:01:16.643Z Compiling semver v1.0.27
22652026-02-16T05:01:16.887Z Checking parking v2.2.0
22662026-02-16T05:01:16.927Z Checking take_mut v0.2.2
22672026-02-16T05:01:17.063Z Checking dyn-clone v1.0.4
22682026-02-16T05:01:17.087Z Checking fastrand v2.1.1
22692026-02-16T05:01:17.199Z Checking event-listener v5.0.0
22702026-02-16T05:01:17.259Z Checking camino v1.2.2
22712026-02-16T05:01:17.283Z Checking rustix v0.38.44
22722026-02-16T05:01:17.402Z Checking tempfile v3.24.0
22732026-02-16T05:01:17.532Z Checking serde_path_to_error v0.1.20
22742026-02-16T05:01:17.567Z Checking waitgroup v0.1.2
22752026-02-16T05:01:17.591Z Checking webpki-roots v0.26.5
22762026-02-16T05:01:17.740Z Checking hostname v0.4.2
22772026-02-16T05:01:17.740Z Checking utf-8 v0.7.6
22782026-02-16T05:01:17.764Z Checking lazy_static v1.5.0
22792026-02-16T05:01:17.788Z Checking byteorder v1.4.3
22802026-02-16T05:01:17.893Z Checking debug-ignore v1.0.5
22812026-02-16T05:01:17.929Z Checking iri-string v0.7.8
22822026-02-16T05:01:17.953Z Checking data-encoding v2.4.0
22832026-02-16T05:01:18.043Z Checking unicode-segmentation v1.10.0
22842026-02-16T05:01:18.095Z Checking unicode-width v0.1.9
22852026-02-16T05:01:18.245Z Checking console v0.15.7
22862026-02-16T05:01:18.400Z Checking event-listener-strategy v0.5.4
22872026-02-16T05:01:18.523Z Checking atomicwrites v0.4.4
22882026-02-16T05:01:18.559Z Checking newline-converter v0.3.0
22892026-02-16T05:01:18.611Z Checking target-triple v1.0.0
22902026-02-16T05:01:18.637Z Checking yasna v0.5.2
22912026-02-16T05:01:18.712Z Checking rustls-native-certs v0.7.0
22922026-02-16T05:01:18.737Z Checking pem v3.0.6
22932026-02-16T05:01:18.737Z Checking webpki-roots v1.0.0
22942026-02-16T05:01:18.737Z Checking termcolor v1.1.2
22952026-02-16T05:01:18.761Z Checking http-range v0.1.4
22962026-02-16T05:01:18.785Z Compiling serde_derive v1.0.228
22972026-02-16T05:01:18.873Z Compiling tokio-macros v2.6.0
22982026-02-16T05:01:18.927Z Compiling zerofrom-derive v0.1.5
22992026-02-16T05:01:18.952Z Compiling futures-macro v0.3.31
23002026-02-16T05:01:18.998Z Compiling yoke-derive v0.7.5
23012026-02-16T05:01:19.083Z Compiling zerovec-derive v0.10.3
23022026-02-16T05:01:19.360Z Compiling displaydoc v0.2.5
23032026-02-16T05:01:20.054Z Compiling icu_provider_macros v1.5.0
23042026-02-16T05:01:20.125Z Checking tokio v1.49.0
23052026-02-16T05:01:20.377Z Checking futures-util v0.3.31
23062026-02-16T05:01:20.604Z Compiling openssl-macros v0.1.1
23072026-02-16T05:01:20.919Z Compiling thiserror-impl v2.0.18
23082026-02-16T05:01:20.943Z Compiling schemars_derive v0.8.22
23092026-02-16T05:01:20.967Z Compiling thiserror-impl v1.0.69
23102026-02-16T05:01:21.279Z Checking zerofrom v0.1.5
23112026-02-16T05:01:21.303Z Checking openssl v0.10.72
23122026-02-16T05:01:21.488Z Checking yoke v0.7.5
23132026-02-16T05:01:21.883Z Checking zerovec v0.10.4
23142026-02-16T05:01:23.236Z Compiling async-stream-impl v0.3.6
23152026-02-16T05:01:23.260Z Checking thiserror v1.0.69
23162026-02-16T05:01:23.260Z Checking thiserror v2.0.18
23172026-02-16T05:01:23.260Z Checking tinystr v0.7.6
23182026-02-16T05:01:23.416Z Checking icu_collections v1.5.0
23192026-02-16T05:01:23.440Z Compiling async-trait v0.1.89
23202026-02-16T05:01:23.592Z Checking icu_locid v1.5.0
23212026-02-16T05:01:24.073Z Checking tungstenite v0.24.0
23222026-02-16T05:01:24.153Z Checking serde v1.0.228
23232026-02-16T05:01:24.400Z Checking futures-executor v0.3.31
23242026-02-16T05:01:24.470Z Checking icu_provider v1.5.0
23252026-02-16T05:01:24.623Z Checking futures v0.3.31
23262026-02-16T05:01:24.736Z Checking multer v3.1.0
23272026-02-16T05:01:24.785Z Checking async-stream v0.3.6
23282026-02-16T05:01:24.975Z Checking similar v2.2.1
23292026-02-16T05:01:24.999Z Checking erased-serde v0.3.31
23302026-02-16T05:01:25.046Z Checking icu_locid_transform v1.5.0
23312026-02-16T05:01:25.115Z Checking chrono v0.4.43
23322026-02-16T05:01:25.309Z Compiling serde_tokenstream v0.2.2
23332026-02-16T05:01:25.420Z Checking serde_urlencoded v0.7.1
23342026-02-16T05:01:25.616Z Checking openapiv3 v2.2.0
23352026-02-16T05:01:25.640Z Checking native-tls v0.2.12
23362026-02-16T05:01:25.788Z Checking glob v0.3.0
23372026-02-16T05:01:25.812Z Compiling dropshot_endpoint v0.16.7 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23382026-02-16T05:01:25.877Z Checking slog v2.8.2
23392026-02-16T05:01:25.921Z Checking expectorate v1.2.0
23402026-02-16T05:01:25.945Z Checking icu_properties v1.5.1
23412026-02-16T05:01:26.077Z Checking trybuild v1.0.115
23422026-02-16T05:01:26.107Z Checking rcgen v0.14.7
23432026-02-16T05:01:26.291Z Checking tokio-util v0.7.7
23442026-02-16T05:01:26.340Z Checking slog-json v2.6.1
23452026-02-16T05:01:26.570Z Checking tokio-rustls v0.25.0
23462026-02-16T05:01:26.794Z Checking schemars v0.8.22
23472026-02-16T05:01:26.862Z Checking slog-term v2.9.2
23482026-02-16T05:01:26.967Z Checking slog-bunyan v2.5.0
23492026-02-16T05:01:27.064Z Checking h2 v0.4.6
23502026-02-16T05:01:27.143Z Checking slog-async v2.8.0
23512026-02-16T05:01:27.167Z Checking tower v0.5.2
23522026-02-16T05:01:27.341Z Checking tokio-rustls v0.26.0
23532026-02-16T05:01:27.423Z Checking tokio-native-tls v0.3.1
23542026-02-16T05:01:27.638Z Checking tokio-tungstenite v0.24.0
23552026-02-16T05:01:27.662Z Checking async-channel v2.5.0
23562026-02-16T05:01:27.838Z Checking tower-http v0.6.8
23572026-02-16T05:01:27.959Z Checking anyhow v1.0.101
23582026-02-16T05:01:28.043Z Checking buf-list v1.1.2
23592026-02-16T05:01:28.091Z Checking subprocess v0.2.15
23602026-02-16T05:01:28.306Z Checking heck v0.5.0
23612026-02-16T05:01:28.858Z Checking icu_normalizer v1.5.0
23622026-02-16T05:01:29.525Z Checking idna_adapter v1.2.0
23632026-02-16T05:01:29.702Z Checking idna v1.0.3
23642026-02-16T05:01:30.118Z Checking url v2.5.4
23652026-02-16T05:01:30.330Z Checking hyper v1.8.1
23662026-02-16T05:01:31.886Z Checking hyper-util v0.1.20
23672026-02-16T05:01:31.886Z Checking hyper-staticfile v0.10.1
23682026-02-16T05:01:33.699Z Checking hyper-tls v0.6.0
23692026-02-16T05:01:33.699Z Checking hyper-rustls v0.27.3
23702026-02-16T05:01:33.699Z Checking hyper-rustls v0.26.0
23712026-02-16T05:01:33.723Z Documenting dropshot v0.16.7 (/work/oxidecomputer/dropshot/dropshot)
23722026-02-16T05:01:33.991Z Checking reqwest v0.12.28
23732026-02-16T05:01:34.080Z Documenting dropshot_endpoint v0.16.7 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23742026-02-16T05:01:35.992Zwarning: unresolved link to `Query`
23752026-02-16T05:01:35.992Z --> dropshot/src/extractor/header.rs:27:29
23762026-02-16T05:01:35.993Z |
23772026-02-16T05:01:35.993Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
23782026-02-16T05:01:35.993Z | ^^^^^ no item named `Query` in scope
23792026-02-16T05:01:35.993Z |
23802026-02-16T05:01:35.993Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
23812026-02-16T05:01:35.993Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
23822026-02-16T05:01:35.993Z
23832026-02-16T05:01:35.993Zwarning: unresolved link to `Path`
23842026-02-16T05:01:35.993Z --> dropshot/src/extractor/header.rs:27:43
23852026-02-16T05:01:35.993Z |
23862026-02-16T05:01:35.993Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
23872026-02-16T05:01:35.993Z | ^^^^ no item named `Path` in scope
23882026-02-16T05:01:35.993Z |
23892026-02-16T05:01:35.993Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
23902026-02-16T05:01:35.993Z
23912026-02-16T05:01:36.383Zwarning: `dropshot` (lib doc) generated 2 warnings
23922026-02-16T05:01:42.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.09s
23932026-02-16T05:01:42.794Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
23942026-02-16T05:01:42.818Z
23952026-02-16T05:01:42.818Zreal 35.200445295
23962026-02-16T05:01:42.818Zuser 2:53.326679771
23972026-02-16T05:01:42.818Zsys 42.445032474
23982026-02-16T05:01:42.818Ztrap 0.111912124
23992026-02-16T05:01:42.818Ztflt 0.037970613
24002026-02-16T05:01:42.818Zdflt 0.017008278
24012026-02-16T05:01:42.819Zkflt 0.000099696
24022026-02-16T05:01:42.819Zlock 9:20.186885039
24032026-02-16T05:01:42.819Zslp 7:55.356988207
24042026-02-16T05:01:42.819Zlat 8.985144521
24052026-02-16T05:01:42.819Zstop 19.472573967
24062026-02-16T05:01:42.819Zprocess exited: duration 385313 ms, exit code 0
 
24072026-02-16T05:01:42.868Zfound 0 output files