01KHVRAP5TVD80JA8M23433WCR: build-and-test / illumos

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

Buildomat Job: 01KHVRB7CC5RTZ9QB4JBJRKW4X

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-19T20:10:58.483Zjob assigned to worker 01KHVRBJRFFXJCMTDAFZ791551 [factory aws, i-09a141e3de08c0e90] (queued for 1 m 27 s)
 
22026-02-19T20:11:06.528Zstarting task 0: "setup"
32026-02-19T20:11:06.532Z++ uname -s
42026-02-19T20:11:06.535Z+ kern=SunOS
52026-02-19T20:11:06.535Z+ build_user=build
62026-02-19T20:11:06.535Z+ build_uid=12345
72026-02-19T20:11:06.535Z+ work_dir=/work
82026-02-19T20:11:06.535Z+ input_dir=/input
92026-02-19T20:11:06.535Z+ [[ 0 == 12345 ]]
102026-02-19T20:11:06.535Z+ case "$kern" in
112026-02-19T20:11:06.535Z+ groupadd -g 12345 build
122026-02-19T20:11:06.538Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-19T20:11:08.546Z+ zfs create -o mountpoint=/work rpool/work
142026-02-19T20:11:08.675Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-19T20:11:08.679Z+ home_fs=zfs
162026-02-19T20:11:08.679Z+ [[ zfs == autofs ]]
172026-02-19T20:11:08.679Z+ mkdir -p /home/build
182026-02-19T20:11:08.682Z+ chown build:build /home/build /work
192026-02-19T20:11:09.681Z+ chmod 0700 /home/build /work
202026-02-19T20:11:09.685Zprocess exited: duration 3158 ms, exit code 0
 
212026-02-19T20:11:09.692Zstarting task 1: "rust-toolchain"
222026-02-19T20:11:09.696Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-02-19T20:11:09.696Z * rust toolchain channel = "stable"
242026-02-19T20:11:09.696Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-02-19T20:11:09.696Z * rust toolchain profile = "default"
262026-02-19T20:11:09.696Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-19T20:11:09.696Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-19T20:11:09.699Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-19T20:11:09.699Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-02-19T20:11:09.861Zinfo: downloading installer
312026-02-19T20:11:11.617Zwarn: It looks like you have an existing installation of Rust at:
322026-02-19T20:11:11.617Zwarn: /opt/ooce/bin
332026-02-19T20:11:11.617Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-19T20:11:11.617Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-19T20:11:11.617Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-19T20:11:11.617Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-19T20:11:11.617Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-19T20:11:11.617Zerror: cannot install while Rust is installed
392026-02-19T20:11:11.617Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-19T20:11:11.665Zinfo: profile set to 'default'
412026-02-19T20:11:11.665Zinfo: default host triple is x86_64-unknown-illumos
422026-02-19T20:11:11.668Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-02-19T20:11:11.822Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
442026-02-19T20:11:11.822Zinfo: downloading component 'cargo'
452026-02-19T20:11:12.818Zinfo: downloading component 'clippy'
462026-02-19T20:11:13.173Zinfo: downloading component 'rust-docs'
472026-02-19T20:11:14.945Zinfo: downloading component 'rust-std'
482026-02-19T20:11:16.783Zinfo: downloading component 'rustc'
492026-02-19T20:11:24.100Zinfo: downloading component 'rustfmt'
502026-02-19T20:11:24.380Zinfo: installing component 'cargo'
512026-02-19T20:11:25.285Zinfo: installing component 'clippy'
522026-02-19T20:11:25.675Zinfo: installing component 'rust-docs'
532026-02-19T20:11:27.711Zinfo: installing component 'rust-std'
542026-02-19T20:11:29.480Zinfo: installing component 'rustc'
552026-02-19T20:11:36.110Zinfo: installing component 'rustfmt'
562026-02-19T20:11:36.432Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-02-19T20:11:36.433Z
582026-02-19T20:11:36.891Z stable-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
592026-02-19T20:11:36.891Z
602026-02-19T20:11:36.894Z
612026-02-19T20:11:36.894ZRust is installed now. Great!
622026-02-19T20:11:36.894Z
632026-02-19T20:11:36.894ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-19T20:11:36.894Zenvironment variable. This has not been done automatically.
652026-02-19T20:11:36.894Z
662026-02-19T20:11:36.894ZTo configure your current shell, you need to source
672026-02-19T20:11:36.894Zthe corresponding env file under $HOME/.cargo.
682026-02-19T20:11:36.894Z
692026-02-19T20:11:36.894ZThis is usually done by running one of the following (note the leading DOT):
702026-02-19T20:11:36.894Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-19T20:11:36.895Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-19T20:11:36.895Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-19T20:11:37.006Z+ rustup --version
742026-02-19T20:11:37.015Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-19T20:11:37.018Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-19T20:11:37.093Zinfo: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
772026-02-19T20:11:37.097Z+ cargo --version
782026-02-19T20:11:37.159Zcargo 1.93.1 (083ac5135 2025-12-15)
792026-02-19T20:11:37.162Z+ rustc --version
802026-02-19T20:11:37.223Zrustc 1.93.1 (01f6ddf75 2026-02-11)
812026-02-19T20:11:37.227Zprocess exited: duration 27530 ms, exit code 0
 
822026-02-19T20:11:37.234Zstarting task 2: "authentication"
832026-02-19T20:11:37.257Zprocess exited: duration 22 ms, exit code 0
 
842026-02-19T20:11:37.266Zstarting task 3: "clone repository"
852026-02-19T20:11:37.269Z+ mkdir -p /work/oxidecomputer/dropshot
862026-02-19T20:11:37.272Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
872026-02-19T20:11:37.314ZCloning into '/work/oxidecomputer/dropshot'...
882026-02-19T20:11:38.298Z+ cd /work/oxidecomputer/dropshot
892026-02-19T20:11:38.298Z+ git fetch origin 828f41434d527a6d9b87e91e8233ea2366131026
902026-02-19T20:11:38.551ZFrom https://github.com/oxidecomputer/dropshot
912026-02-19T20:11:38.551Z * branch 828f41434d527a6d9b87e91e8233ea2366131026 -> FETCH_HEAD
922026-02-19T20:11:38.560Z+ [[ -n dependabot/cargo/tempfile-3.25.0 ]]
932026-02-19T20:11:38.563Z++ git branch --show-current
942026-02-19T20:11:38.566Z+ current=main
952026-02-19T20:11:38.566Z+ [[ main != dependabot/cargo/tempfile-3.25.0 ]]
962026-02-19T20:11:38.566Z+ git branch -f dependabot/cargo/tempfile-3.25.0 828f41434d527a6d9b87e91e8233ea2366131026
972026-02-19T20:11:38.569Z+ git checkout -f dependabot/cargo/tempfile-3.25.0
982026-02-19T20:11:38.588ZSwitched to branch 'dependabot/cargo/tempfile-3.25.0'
992026-02-19T20:11:38.591Z+ git reset --hard 828f41434d527a6d9b87e91e8233ea2366131026
1002026-02-19T20:11:38.594ZHEAD is now at 828f414 Bump tempfile from 3.24.0 to 3.25.0
1012026-02-19T20:11:38.597Zprocess exited: duration 1330 ms, exit code 0
 
1022026-02-19T20:11:38.603Zstarting task 4: "build"
1032026-02-19T20:11:38.609Z+ cargo --version
1042026-02-19T20:11:38.615Zinfo: syncing channel updates for '1.93.1-x86_64-unknown-illumos'
1052026-02-19T20:11:38.791Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
1062026-02-19T20:11:38.794Zinfo: downloading component 'cargo'
1072026-02-19T20:11:39.765Zinfo: downloading component 'clippy'
1082026-02-19T20:11:40.228Zinfo: downloading component 'rust-docs'
1092026-02-19T20:11:41.778Zinfo: downloading component 'rust-std'
1102026-02-19T20:11:44.015Zinfo: downloading component 'rustc'
1112026-02-19T20:11:51.534Zinfo: downloading component 'rustfmt'
1122026-02-19T20:11:51.833Zinfo: installing component 'cargo'
1132026-02-19T20:11:52.766Zinfo: installing component 'clippy'
1142026-02-19T20:11:53.164Zinfo: installing component 'rust-docs'
1152026-02-19T20:11:55.102Zinfo: installing component 'rust-std'
1162026-02-19T20:11:56.880Zinfo: installing component 'rustc'
1172026-02-19T20:12:03.472Zinfo: installing component 'rustfmt'
1182026-02-19T20:12:03.891Zcargo 1.93.1 (083ac5135 2025-12-15)
1192026-02-19T20:12:03.895Z+ rustc --version
1202026-02-19T20:12:03.966Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1212026-02-19T20:12:03.970Z+ banner build
1222026-02-19T20:12:03.974Z
1232026-02-19T20:12:03.974Z ##### # # # # #####
1242026-02-19T20:12:03.974Z # # # # # # # #
1252026-02-19T20:12:03.974Z ##### # # # # # #
1262026-02-19T20:12:03.974Z # # # # # # # #
1272026-02-19T20:12:03.974Z # # # # # # # #
1282026-02-19T20:12:03.974Z ##### #### # ###### #####
1292026-02-19T20:12:03.974Z
1302026-02-19T20:12:03.974Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1312026-02-19T20:12:04.115Z Updating crates.io index
1322026-02-19T20:12:06.009Z Downloading crates ...
1332026-02-19T20:12:06.072Z Downloaded async-channel v2.5.0
1342026-02-19T20:12:06.076Z Downloaded asn1-rs-impl v0.2.0
1352026-02-19T20:12:06.079Z Downloaded atomic-waker v1.1.2
1362026-02-19T20:12:06.082Z Downloaded idna_adapter v1.2.0
1372026-02-19T20:12:06.082Z Downloaded foreign-types v0.3.2
1382026-02-19T20:12:06.082Z Downloaded async-trait v0.1.89
1392026-02-19T20:12:06.086Z Downloaded async-stream-impl v0.3.6
1402026-02-19T20:12:06.089Z Downloaded anyhow v1.0.101
1412026-02-19T20:12:06.092Z Downloaded async-stream v0.3.6
1422026-02-19T20:12:06.096Z Downloaded displaydoc v0.2.5
1432026-02-19T20:12:06.099Z Downloaded debug-ignore v1.0.5
1442026-02-19T20:12:06.102Z Downloaded http-range v0.1.4
1452026-02-19T20:12:06.102Z Downloaded native-tls v0.2.12
1462026-02-19T20:12:06.105Z Downloaded autocfg v1.1.0
1472026-02-19T20:12:06.107Z Downloaded camino v1.2.2
1482026-02-19T20:12:06.110Z Downloaded pin-project-lite v0.2.12
1492026-02-19T20:12:06.114Z Downloaded quinn v0.11.4
1502026-02-19T20:12:06.118Z Downloaded futures-macro v0.3.32
1512026-02-19T20:12:06.121Z Downloaded num-conv v0.2.0
1522026-02-19T20:12:06.124Z Downloaded memmap2 v0.9.8
1532026-02-19T20:12:06.124Z Downloaded openssl-macros v0.1.1
1542026-02-19T20:12:06.127Z Downloaded pest_generator v2.8.1
1552026-02-19T20:12:06.130Z Downloaded futures-channel v0.3.32
1562026-02-19T20:12:06.133Z Downloaded stable_deref_trait v1.2.0
1572026-02-19T20:12:06.133Z Downloaded hyper-rustls v0.27.3
1582026-02-19T20:12:06.136Z Downloaded pkg-config v0.3.31
1592026-02-19T20:12:06.138Z Downloaded quote v1.0.44
1602026-02-19T20:12:06.141Z Downloaded http-body v1.0.1
1612026-02-19T20:12:06.144Z Downloaded plain v0.2.3
1622026-02-19T20:12:06.144Z Downloaded lazy_static v1.5.0
1632026-02-19T20:12:06.147Z Downloaded paste v1.0.15
1642026-02-19T20:12:06.151Z Downloaded pretty-hex v0.4.1
1652026-02-19T20:12:06.154Z Downloaded once_cell v1.20.1
1662026-02-19T20:12:06.157Z Downloaded dof v0.4.0
1672026-02-19T20:12:06.160Z Downloaded scopeguard v1.2.0
1682026-02-19T20:12:06.160Z Downloaded event-listener-strategy v0.5.4
1692026-02-19T20:12:06.163Z Downloaded httpdate v1.0.1
1702026-02-19T20:12:06.163Z Downloaded cpufeatures v0.2.17
1712026-02-19T20:12:06.166Z Downloaded dtrace-parser v0.3.0
1722026-02-19T20:12:06.166Z Downloaded block-buffer v0.10.2
1732026-02-19T20:12:06.169Z Downloaded sha1 v0.10.6
1742026-02-19T20:12:06.169Z Downloaded powerfmt v0.2.0
1752026-02-19T20:12:06.172Z Downloaded openssl-probe v0.1.4
1762026-02-19T20:12:06.172Z Downloaded scroll_derive v0.13.1
1772026-02-19T20:12:06.175Z Downloaded hyper-tls v0.6.0
1782026-02-19T20:12:06.175Z Downloaded percent-encoding v2.3.2
1792026-02-19T20:12:06.175Z Downloaded num-integer v0.1.46
1802026-02-19T20:12:06.178Z Downloaded http-body-util v0.1.3
1812026-02-19T20:12:06.181Z Downloaded icu_provider_macros v1.5.0
1822026-02-19T20:12:06.181Z Downloaded hyper-staticfile v0.10.1
1832026-02-19T20:12:06.184Z Downloaded rustc-hash v2.0.0
1842026-02-19T20:12:06.187Z Downloaded pin-utils v0.1.0
1852026-02-19T20:12:06.187Z Downloaded futures-sink v0.3.32
1862026-02-19T20:12:06.187Z Downloaded is-terminal v0.4.12
1872026-02-19T20:12:06.190Z Downloaded pest_meta v2.8.1
1882026-02-19T20:12:06.190Z Downloaded heck v0.5.0
1892026-02-19T20:12:06.193Z Downloaded sync_wrapper v1.0.1
1902026-02-19T20:12:06.193Z Downloaded take_mut v0.2.2
1912026-02-19T20:12:06.196Z Downloaded serde_spanned v1.0.4
1922026-02-19T20:12:06.196Z Downloaded rusticata-macros v4.1.0
1932026-02-19T20:12:06.201Z Downloaded digest v0.10.7
1942026-02-19T20:12:06.201Z Downloaded bytes v1.11.1
1952026-02-19T20:12:06.203Z Downloaded serde_urlencoded v0.7.1
1962026-02-19T20:12:06.207Z Downloaded itoa v1.0.1
1972026-02-19T20:12:06.207Z Downloaded target-triple v1.0.0
1982026-02-19T20:12:06.210Z Downloaded buf-list v1.1.2
1992026-02-19T20:12:06.213Z Downloaded schema-derive v0.1.0
2002026-02-19T20:12:06.213Z Downloaded simple-mermaid v0.2.0
2012026-02-19T20:12:06.216Z Downloaded thread_local v1.1.4
2022026-02-19T20:12:06.216Z Downloaded slog-bunyan v2.5.0
2032026-02-19T20:12:06.219Z Downloaded rand_chacha v0.3.1
2042026-02-19T20:12:06.219Z Downloaded tinyvec_macros v0.1.0
2052026-02-19T20:12:06.219Z Downloaded thread-id v5.0.0
2062026-02-19T20:12:06.222Z Downloaded futures-executor v0.3.32
2072026-02-19T20:12:06.224Z Downloaded deranged v0.5.5
2082026-02-19T20:12:06.224Z Downloaded schema v0.1.0
2092026-02-19T20:12:06.224Z Downloaded glob v0.3.0
2102026-02-19T20:12:06.227Z Downloaded hyper-rustls v0.26.0
2112026-02-19T20:12:06.230Z Downloaded icu_locid_transform v1.5.0
2122026-02-19T20:12:06.233Z Downloaded errno v0.3.10
2132026-02-19T20:12:06.233Z Downloaded data-encoding v2.4.0
2142026-02-19T20:12:06.236Z Downloaded quinn-udp v0.5.5
2152026-02-19T20:12:06.236Z Downloaded fastrand v2.1.1
2162026-02-19T20:12:06.239Z Downloaded slog-async v2.8.0
2172026-02-19T20:12:06.242Z Downloaded shlex v1.3.0
2182026-02-19T20:12:06.242Z Downloaded time-core v0.1.8
2192026-02-19T20:12:06.245Z Downloaded serde_path_to_error v0.1.20
2202026-02-19T20:12:06.245Z Downloaded schemars_derive v0.8.22
2212026-02-19T20:12:06.248Z Downloaded iana-time-zone v0.1.47
2222026-02-19T20:12:06.251Z Downloaded semver v1.0.27
2232026-02-19T20:12:06.253Z Downloaded synstructure v0.13.1
2242026-02-19T20:12:06.253Z Downloaded rand_core v0.6.3
2252026-02-19T20:12:06.256Z Downloaded litemap v0.7.4
2262026-02-19T20:12:06.256Z Downloaded tower-service v0.3.3
2272026-02-19T20:12:06.259Z Downloaded tower-layer v0.3.3
2282026-02-19T20:12:06.259Z Downloaded try-lock v0.2.3
2292026-02-19T20:12:06.259Z Downloaded match_cfg v0.1.0
2302026-02-19T20:12:06.262Z Downloaded fnv v1.0.7
2312026-02-19T20:12:06.262Z Downloaded futures-io v0.3.32
2322026-02-19T20:12:06.262Z Downloaded utf16_iter v1.0.5
2332026-02-19T20:12:06.265Z Downloaded write16 v1.0.0
2342026-02-19T20:12:06.265Z Downloaded want v0.3.0
2352026-02-19T20:12:06.268Z Downloaded generic-array v0.14.5
2362026-02-19T20:12:06.268Z Downloaded rand v0.8.4
2372026-02-19T20:12:06.272Z Downloaded utf-8 v0.7.6
2382026-02-19T20:12:06.274Z Downloaded thiserror-impl v1.0.69
2392026-02-19T20:12:06.274Z Downloaded thiserror v1.0.69
2402026-02-19T20:12:06.278Z Downloaded usdt-macro v0.6.0
2412026-02-19T20:12:06.281Z Downloaded untrusted v0.9.0
2422026-02-19T20:12:06.281Z Downloaded parking_lot_core v0.9.4
2432026-02-19T20:12:06.285Z Downloaded waitgroup v0.1.2
2442026-02-19T20:12:06.285Z Downloaded utf8_iter v1.0.4
2452026-02-19T20:12:06.285Z Downloaded slog-term v2.9.2
2462026-02-19T20:12:06.289Z Downloaded termcolor v1.1.2
2472026-02-19T20:12:06.289Z Downloaded ppv-lite86 v0.2.15
2482026-02-19T20:12:06.292Z Downloaded tinystr v0.7.6
2492026-02-19T20:12:06.292Z Downloaded byteorder v1.4.3
2502026-02-19T20:12:06.295Z Downloaded sha2 v0.10.8
2512026-02-19T20:12:06.298Z Downloaded time-macros v0.2.27
2522026-02-19T20:12:06.301Z Downloaded zerofrom v0.1.5
2532026-02-19T20:12:06.301Z Downloaded yoke-derive v0.7.5
2542026-02-19T20:12:06.301Z Downloaded spin v0.9.8
2552026-02-19T20:12:06.303Z Downloaded zerofrom-derive v0.1.5
2562026-02-19T20:12:06.306Z Downloaded slog-json v2.6.1
2572026-02-19T20:12:06.306Z Downloaded scroll v0.13.0
2582026-02-19T20:12:06.309Z Downloaded rustls-native-certs v0.7.0
2592026-02-19T20:12:06.312Z Downloaded toml_writer v1.0.6+spec-1.1.0
2602026-02-19T20:12:06.312Z Downloaded icu_locid_transform_data v1.5.0
2612026-02-19T20:12:06.315Z Downloaded tokio-native-tls v0.3.1
2622026-02-19T20:12:06.315Z Downloaded minimal-lexical v0.2.1
2632026-02-19T20:12:06.319Z Downloaded unicode-width v0.1.9
2642026-02-19T20:12:06.322Z Downloaded tokio-tungstenite v0.24.0
2652026-02-19T20:12:06.325Z Downloaded writeable v0.5.5
2662026-02-19T20:12:06.325Z Downloaded httparse v1.10.0
2672026-02-19T20:12:06.328Z Downloaded http v1.4.0
2682026-02-19T20:12:06.330Z Downloaded event-listener v5.0.0
2692026-02-19T20:12:06.334Z Downloaded unicase v2.6.0
2702026-02-19T20:12:06.334Z Downloaded term v1.1.0
2712026-02-19T20:12:06.337Z Downloaded tokio-macros v2.6.0
2722026-02-19T20:12:06.337Z Downloaded tokio-rustls v0.25.0
2732026-02-19T20:12:06.340Z Downloaded thiserror v2.0.18
2742026-02-19T20:12:06.344Z Downloaded version_check v0.9.5
2752026-02-19T20:12:06.347Z Downloaded usdt-impl v0.6.0
2762026-02-19T20:12:06.349Z Downloaded zeroize v1.7.0
2772026-02-19T20:12:06.349Z Downloaded icu_locid v1.5.0
2782026-02-19T20:12:06.353Z Downloaded serde_core v1.0.228
2792026-02-19T20:12:06.355Z Downloaded getrandom v0.4.1
2802026-02-19T20:12:06.359Z Downloaded tokio-rustls v0.26.0
2812026-02-19T20:12:06.362Z Downloaded toml_parser v1.0.8+spec-1.1.0
2822026-02-19T20:12:06.366Z Downloaded tinyvec v1.5.1
2832026-02-19T20:12:06.370Z Downloaded unicode-ident v1.0.12
2842026-02-19T20:12:06.370Z Downloaded yasna v0.5.2
2852026-02-19T20:12:06.373Z Downloaded zerovec-derive v0.10.3
2862026-02-19T20:12:06.373Z Downloaded getrandom v0.2.11
2872026-02-19T20:12:06.376Z Downloaded socket2 v0.6.0
2882026-02-19T20:12:06.379Z Downloaded proc-macro2 v1.0.106
2892026-02-19T20:12:06.382Z Downloaded slog v2.8.2
2902026-02-19T20:12:06.382Z Downloaded rcgen v0.14.7
2912026-02-19T20:12:06.385Z Downloaded trybuild v1.0.116
2922026-02-19T20:12:06.388Z Downloaded typenum v1.14.0
2932026-02-19T20:12:06.395Z Downloaded icu_normalizer v1.5.0
2942026-02-19T20:12:06.400Z Downloaded toml v1.0.1+spec-1.1.0
2952026-02-19T20:12:06.400Z Downloaded yoke v0.7.5
2962026-02-19T20:12:06.403Z Downloaded uuid v1.21.0
2972026-02-19T20:12:06.403Z Downloaded openssl-sys v0.9.107
2982026-02-19T20:12:06.406Z Downloaded prettyplease v0.2.37
2992026-02-19T20:12:06.410Z Downloaded icu_provider v1.5.0
3002026-02-19T20:12:06.413Z Downloaded subprocess v0.2.15
3012026-02-19T20:12:06.416Z Downloaded crossbeam-channel v0.5.15
3022026-02-19T20:12:06.420Z Downloaded zmij v1.0.2
3032026-02-19T20:12:06.420Z Downloaded serde_derive v1.0.228
3042026-02-19T20:12:06.423Z Downloaded ucd-trie v0.1.6
3052026-02-19T20:12:06.425Z Downloaded tungstenite v0.24.0
3062026-02-19T20:12:06.429Z Downloaded tracing-core v0.1.32
3072026-02-19T20:12:06.429Z Downloaded tracing v0.1.40
3082026-02-19T20:12:06.432Z Downloaded icu_properties v1.5.1
3092026-02-19T20:12:06.435Z Downloaded serde v1.0.228
3102026-02-19T20:12:06.438Z Downloaded icu_collections v1.5.0
3112026-02-19T20:12:06.441Z Downloaded base64 v0.22.1
3122026-02-19T20:12:06.445Z Downloaded socket2 v0.5.9
3132026-02-19T20:12:06.448Z Downloaded cc v1.2.16
3142026-02-19T20:12:06.450Z Downloaded similar v2.2.1
3152026-02-19T20:12:06.453Z Downloaded url v2.5.4
3162026-02-19T20:12:06.456Z Downloaded indexmap v2.13.0
3172026-02-19T20:12:06.459Z Downloaded ryu v1.0.5
3182026-02-19T20:12:06.462Z Downloaded reqwest v0.12.28
3192026-02-19T20:12:06.467Z Downloaded expectorate v1.2.0
3202026-02-19T20:12:06.470Z Downloaded hyper-util v0.1.20
3212026-02-19T20:12:06.474Z Downloaded tower v0.5.2
3222026-02-19T20:12:06.481Z Downloaded zerocopy-derive v0.8.27
3232026-02-19T20:12:06.487Z Downloaded nom v7.1.3
3242026-02-19T20:12:06.492Z Downloaded x509-parser v0.18.0
3252026-02-19T20:12:06.496Z Downloaded unicode-segmentation v1.10.0
3262026-02-19T20:12:06.499Z Downloaded pest v2.8.1
3272026-02-19T20:12:06.503Z Downloaded portable-atomic v1.9.0
3282026-02-19T20:12:06.509Z Downloaded zerovec v0.10.4
3292026-02-19T20:12:06.515Z Downloaded serde_json v1.0.149
3302026-02-19T20:12:06.521Z Downloaded hashbrown v0.16.1
3312026-02-19T20:12:06.526Z Downloaded tokio-util v0.7.7
3322026-02-19T20:12:06.532Z Downloaded iri-string v0.7.8
3332026-02-19T20:12:06.539Z Downloaded tower-http v0.6.8
3342026-02-19T20:12:06.546Z Downloaded rustls-webpki v0.102.8
3352026-02-19T20:12:06.564Z Downloaded openssl v0.10.72
3362026-02-19T20:12:06.571Z Downloaded time v0.3.47
3372026-02-19T20:12:06.582Z Downloaded winnow v0.7.13
3382026-02-19T20:12:06.591Z Downloaded icu_properties_data v1.5.0
3392026-02-19T20:12:06.601Z Downloaded h2 v0.4.6
3402026-02-19T20:12:06.607Z Downloaded vcpkg v0.2.15
3412026-02-19T20:12:06.645Z Downloaded rustls v0.22.4
3422026-02-19T20:12:06.654Z Downloaded zerocopy v0.8.27
3432026-02-19T20:12:06.673Z Downloaded rustls v0.23.13
3442026-02-19T20:12:06.683Z Downloaded webpki-roots v1.0.0
3452026-02-19T20:12:06.686Z Downloaded openapiv3 v2.2.0
3462026-02-19T20:12:06.693Z Downloaded rustix v1.1.3
3472026-02-19T20:12:06.713Z Downloaded webpki-roots v0.26.5
3482026-02-19T20:12:06.716Z Downloaded syn v2.0.116
3492026-02-19T20:12:06.725Z Downloaded rustix v0.38.44
3502026-02-19T20:12:06.744Z Downloaded chrono v0.4.43
3512026-02-19T20:12:06.750Z Downloaded goblin v0.10.1
3522026-02-19T20:12:06.810Z Downloaded futures-util v0.3.32
3532026-02-19T20:12:06.810Z Downloaded quinn-proto v0.11.8
3542026-02-19T20:12:06.810Z Downloaded idna v1.0.3
3552026-02-19T20:12:06.810Z Downloaded memchr v2.6.0
3562026-02-19T20:12:06.810Z Downloaded hyper v1.8.1
3572026-02-19T20:12:06.810Z Downloaded mio v1.0.3
3582026-02-19T20:12:06.810Z Downloaded futures v0.3.32
3592026-02-19T20:12:06.810Z Downloaded schemars v0.8.22
3602026-02-19T20:12:06.813Z Downloaded signal-hook-registry v1.4.0
3612026-02-19T20:12:06.813Z Downloaded rustls-pki-types v1.14.0
3622026-02-19T20:12:06.813Z Downloaded pest_derive v2.8.1
3632026-02-19T20:12:06.813Z Downloaded num-traits v0.2.14
3642026-02-19T20:12:06.813Z Downloaded tempfile v3.25.0
3652026-02-19T20:12:06.813Z Downloaded smallvec v1.13.2
3662026-02-19T20:12:06.817Z Downloaded slab v0.4.9
3672026-02-19T20:12:06.817Z Downloaded parking_lot v0.12.1
3682026-02-19T20:12:06.820Z Downloaded log v0.4.17
3692026-02-19T20:12:06.820Z Downloaded icu_normalizer_data v1.5.0
3702026-02-19T20:12:06.822Z Downloaded crossbeam-utils v0.8.21
3712026-02-19T20:12:06.825Z Downloaded concurrent-queue v2.5.0
3722026-02-19T20:12:06.825Z Downloaded thiserror-impl v2.0.18
3732026-02-19T20:12:06.828Z Downloaded num-bigint v0.4.3
3742026-02-19T20:12:06.831Z Downloaded toml_datetime v1.0.0+spec-1.1.0
3752026-02-19T20:12:06.831Z Downloaded multer v3.1.0
3762026-02-19T20:12:06.834Z Downloaded rustversion v1.0.22
3772026-02-19T20:12:06.836Z Downloaded console v0.15.7
3782026-02-19T20:12:06.839Z Downloaded ipnet v2.10.0
3792026-02-19T20:12:06.840Z Downloaded usdt-attr-macro v0.6.0
3802026-02-19T20:12:06.840Z Downloaded usdt v0.6.0
3812026-02-19T20:12:06.843Z Downloaded serde_derive_internals v0.29.0
3822026-02-19T20:12:06.843Z Downloaded oid-registry v0.8.1
3832026-02-19T20:12:06.843Z Downloaded subtle v2.5.0
3842026-02-19T20:12:06.846Z Downloaded serde_tokenstream v0.2.2
3852026-02-19T20:12:06.846Z Downloaded rustls-pemfile v2.2.0
3862026-02-19T20:12:06.849Z Downloaded pem v3.0.6
3872026-02-19T20:12:06.849Z Downloaded erased-serde v0.3.31
3882026-02-19T20:12:06.851Z Downloaded equivalent v1.0.0
3892026-02-19T20:12:06.852Z Downloaded dyn-clone v1.0.4
3902026-02-19T20:12:06.852Z Downloaded der-parser v10.0.0
3912026-02-19T20:12:06.855Z Downloaded mime_guess v2.0.5
3922026-02-19T20:12:06.858Z Downloaded futures-task v0.3.32
3932026-02-19T20:12:06.858Z Downloaded crypto-common v0.1.6
3942026-02-19T20:12:06.858Z Downloaded libc v0.2.182
3952026-02-19T20:12:06.888Z Downloaded hostname v0.3.1
3962026-02-19T20:12:06.891Z Downloaded foreign-types-shared v0.1.1
3972026-02-19T20:12:06.891Z Downloaded tokio v1.49.0
3982026-02-19T20:12:06.924Z Downloaded cfg-if v1.0.0
3992026-02-19T20:12:06.927Z Downloaded hostname v0.4.2
4002026-02-19T20:12:06.927Z Downloaded futures-core v0.3.32
4012026-02-19T20:12:06.927Z Downloaded asn1-rs v0.7.1
4022026-02-19T20:12:06.934Z Downloaded parking v2.2.0
4032026-02-19T20:12:06.937Z Downloaded num_threads v0.1.3
4042026-02-19T20:12:06.938Z Downloaded newline-converter v0.3.0
4052026-02-19T20:12:06.938Z Downloaded bitflags v2.11.0
4062026-02-19T20:12:06.938Z Downloaded atomicwrites v0.4.4
4072026-02-19T20:12:06.941Z Downloaded lock_api v0.4.6
4082026-02-19T20:12:06.941Z Downloaded mime v0.3.16
4092026-02-19T20:12:06.941Z Downloaded form_urlencoded v1.2.2
4102026-02-19T20:12:06.944Z Downloaded asn1-rs-derive v0.6.0
4112026-02-19T20:12:06.950Z Downloaded ring v0.17.13
4122026-02-19T20:12:06.984Z Downloaded encoding_rs v0.8.32
4132026-02-19T20:12:07.128Z Compiling proc-macro2 v1.0.106
4142026-02-19T20:12:07.128Z Compiling quote v1.0.44
4152026-02-19T20:12:07.128Z Compiling unicode-ident v1.0.12
4162026-02-19T20:12:07.132Z Compiling libc v0.2.182
4172026-02-19T20:12:07.133Z Compiling cfg-if v1.0.0
4182026-02-19T20:12:07.133Z Compiling itoa v1.0.1
4192026-02-19T20:12:07.133Z Compiling serde_core v1.0.228
4202026-02-19T20:12:07.133Z Compiling memchr v2.6.0
4212026-02-19T20:12:07.243Z Running `/home/build/.rustup/toolchains/1.93.1-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=05f09124aa6993f0 -C extra-filename=-7274075e37289601 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-7274075e37289601 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4222026-02-19T20:12:07.246Z Running `/home/build/.rustup/toolchains/1.93.1-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=42b1065246d6a6ac -C extra-filename=-4b7ef0749e78a639 --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-4b7ef0749e78a639 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4232026-02-19T20:12:07.246Z Running `/home/build/.rustup/toolchains/1.93.1-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=18df0345b16653ab -C extra-filename=-c8eb3a8794d4ee38 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4242026-02-19T20:12:07.246Z Running `/home/build/.rustup/toolchains/1.93.1-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.182/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=f9ce12137f90ec3f -C extra-filename=-909aa8f7575b0052 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-909aa8f7575b0052 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4252026-02-19T20:12:07.246Z Running `/home/build/.rustup/toolchains/1.93.1-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=11db414aa7bd6523 -C extra-filename=-b653c1b5da80782d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4262026-02-19T20:12:07.269Z Running `/home/build/.rustup/toolchains/1.93.1-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=c5bf1de40fb29ab0 -C extra-filename=-334b7aa674d17e7d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4272026-02-19T20:12:07.269Z Running `/home/build/.rustup/toolchains/1.93.1-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=e1dd05a2c0922875 -C extra-filename=-c6a2d64a395ac7e3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4282026-02-19T20:12:07.272Z Running `/home/build/.rustup/toolchains/1.93.1-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=4e14ea2a60bb5af0 -C extra-filename=-d725867c48427843 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-d725867c48427843 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4292026-02-19T20:12:07.346Z Compiling pin-project-lite v0.2.12
4302026-02-19T20:12:07.388Z Running `/home/build/.rustup/toolchains/1.93.1-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=78973f79fbf0ea83 -C extra-filename=-b18f6d2311024118 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312026-02-19T20:12:07.433Z Compiling shlex v1.3.0
4322026-02-19T20:12:07.468Z Running `/home/build/.rustup/toolchains/1.93.1-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=3ae789eb276eb08e -C extra-filename=-454fe68d74286aff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4332026-02-19T20:12:07.471Z Compiling autocfg v1.1.0
4342026-02-19T20:12:07.498Z Running `/home/build/.rustup/toolchains/1.93.1-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=7d1a88583452f0ca -C extra-filename=-cfcda586cb3471c0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4352026-02-19T20:12:07.501Z Compiling bytes v1.11.1
4362026-02-19T20:12:07.501Z Running `/home/build/.rustup/toolchains/1.93.1-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=76a02a6d2a8b2187 -C extra-filename=-1352e873e9c57172 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4372026-02-19T20:12:07.748Z Compiling cc v1.2.16
4382026-02-19T20:12:07.751Z Running `/home/build/.rustup/toolchains/1.93.1-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=1101d5ae70ec61b0 -C extra-filename=-6b7e6b2debf3923f --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-454fe68d74286aff.rmeta --cap-lints allow`
4392026-02-19T20:12:07.843Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-d725867c48427843/build-script-build`
4402026-02-19T20:12:07.846Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-7274075e37289601/build-script-build`
4412026-02-19T20:12:07.856Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-4b7ef0749e78a639/build-script-build`
4422026-02-19T20:12:07.922Z Running `/home/build/.rustup/toolchains/1.93.1-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=f4469c119b709c68 -C extra-filename=-26a40a9488fe51a6 --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)'`
4432026-02-19T20:12:07.941Z Compiling once_cell v1.20.1
4442026-02-19T20:12:07.941Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-909aa8f7575b0052/build-script-build`
4452026-02-19T20:12:07.952Z Running `/home/build/.rustup/toolchains/1.93.1-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=98aecc1f449b516d -C extra-filename=-451338f658f41c56 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4462026-02-19T20:12:07.995Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.182/src/lib.rs --error-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=5a103dc602e316fa -C extra-filename=-443d40f800e10b3d --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"))'`
4472026-02-19T20:12:08.070Z Compiling smallvec v1.13.2
4482026-02-19T20:12:08.074Z Running `/home/build/.rustup/toolchains/1.93.1-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=1da7222989bbd7dd -C extra-filename=-f1d0151bc08ad93c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4492026-02-19T20:12:08.280Z Compiling version_check v0.9.5
4502026-02-19T20:12:08.283Z Running `/home/build/.rustup/toolchains/1.93.1-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=873e9cf9f77b6c2e -C extra-filename=-26974ee0e0164c1a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4512026-02-19T20:12:08.446Z Running `/home/build/.rustup/toolchains/1.93.1-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=cd6bf3384b1bd8ea -C extra-filename=-1f96ef3c12873473 --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-c8eb3a8794d4ee38.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)'`
4522026-02-19T20:12:08.469Z Compiling futures-core v0.3.32
4532026-02-19T20:12:08.473Z Running `/home/build/.rustup/toolchains/1.93.1-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.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 --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=b7f1a53844676144 -C extra-filename=-3067f624758dfef9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4542026-02-19T20:12:08.722Z Compiling log v0.4.17
4552026-02-19T20:12:08.725Z Running `/home/build/.rustup/toolchains/1.93.1-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=7183f3b770d2fb6c -C extra-filename=-6789a317f285ceab --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-6789a317f285ceab -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4562026-02-19T20:12:08.772Z Compiling parking_lot_core v0.9.4
4572026-02-19T20:12:08.775Z Running `/home/build/.rustup/toolchains/1.93.1-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=c6b86d24273b3f20 -C extra-filename=-6e9aef08c360c760 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-6e9aef08c360c760 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4582026-02-19T20:12:08.830Z Compiling scopeguard v1.2.0
4592026-02-19T20:12:08.842Z Running `/home/build/.rustup/toolchains/1.93.1-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=612940360d8a0d40 -C extra-filename=-870280cd13f33f3a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4602026-02-19T20:12:08.846Z Compiling slab v0.4.9
4612026-02-19T20:12:08.846Z Running `/home/build/.rustup/toolchains/1.93.1-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=09115e0ee14bcb99 -C extra-filename=-4640d37e6b0287d9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-4640d37e6b0287d9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-cfcda586cb3471c0.rlib --cap-lints allow`
4622026-02-19T20:12:09.001Z Compiling lock_api v0.4.6
4632026-02-19T20:12:09.005Z Running `/home/build/.rustup/toolchains/1.93.1-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=19b431e95710121e -C extra-filename=-39af3626b0fae1e2 --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-870280cd13f33f3a.rmeta --cap-lints allow`
4642026-02-19T20:12:09.118Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-6789a317f285ceab/build-script-build`
4652026-02-19T20:12:09.125Z Running `/home/build/.rustup/toolchains/1.93.1-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=18187c4a935c885b -C extra-filename=-15c0bd091c6264ed --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-b653c1b5da80782d.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4662026-02-19T20:12:09.138Z Compiling futures-sink v0.3.32
4672026-02-19T20:12:09.141Z Running `/home/build/.rustup/toolchains/1.93.1-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.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 --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=dc7bd01e25f46538 -C extra-filename=-4b8734b8ea52f329 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4682026-02-19T20:12:09.211Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-6e9aef08c360c760/build-script-build`
4692026-02-19T20:12:09.224Z Running `/home/build/.rustup/toolchains/1.93.1-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=d94338c0e4800d20 -C extra-filename=-235f5860a8364e7e --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-1f96ef3c12873473.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4702026-02-19T20:12:09.250Z Running `/home/build/.rustup/toolchains/1.93.1-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=9651eaa8fe1cb2f7 -C extra-filename=-6d20d2ae1ddec167 --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-b653c1b5da80782d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-f1d0151bc08ad93c.rmeta --cap-lints allow`
4712026-02-19T20:12:09.292Z Compiling serde v1.0.228
4722026-02-19T20:12:09.296Z Running `/home/build/.rustup/toolchains/1.93.1-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=0fb8a03253cad1be -C extra-filename=-d2b6c3032daa6c64 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-d2b6c3032daa6c64 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4732026-02-19T20:12:09.533Z Compiling zmij v1.0.2
4742026-02-19T20:12:09.536Z Running `/home/build/.rustup/toolchains/1.93.1-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=f60e6eb7718abed1 -C extra-filename=-6bc69b3656043dde --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-6bc69b3656043dde -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4752026-02-19T20:12:09.621Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-4640d37e6b0287d9/build-script-build`
4762026-02-19T20:12:09.767Z Compiling syn v2.0.116
4772026-02-19T20:12:09.778Z Running `/home/build/.rustup/toolchains/1.93.1-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=7079459ddf03ec0f -C extra-filename=-297d51168f807b5a --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-1f96ef3c12873473.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-c8eb3a8794d4ee38.rmeta --cap-lints allow`
4782026-02-19T20:12:09.891Z Compiling parking_lot v0.12.1
4792026-02-19T20:12:09.895Z Running `/home/build/.rustup/toolchains/1.93.1-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=077c8bd0f345806e -C extra-filename=-5ec24db13c7343c7 --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-39af3626b0fae1e2.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-6d20d2ae1ddec167.rmeta --cap-lints allow`
4802026-02-19T20:12:09.924Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-d2b6c3032daa6c64/build-script-build`
4812026-02-19T20:12:09.940Z Compiling socket2 v0.6.0
4822026-02-19T20:12:09.943Z Running `/home/build/.rustup/toolchains/1.93.1-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=73635ddf97907ccd -C extra-filename=-86540e3cb9c456b7 --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-443d40f800e10b3d.rmeta --cap-lints allow`
4832026-02-19T20:12:09.984Z Compiling mio v1.0.3
4842026-02-19T20:12:09.987Z Running `/home/build/.rustup/toolchains/1.93.1-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=f69776897d44eb1d -C extra-filename=-ae6cf5ae70287904 --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-443d40f800e10b3d.rmeta --cap-lints allow`
4852026-02-19T20:12:10.091Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-6bc69b3656043dde/build-script-build`
4862026-02-19T20:12:10.144Z Compiling getrandom v0.2.11
4872026-02-19T20:12:10.147Z Running `/home/build/.rustup/toolchains/1.93.1-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=203c021b3269ccca -C extra-filename=-01b80bfe1dd0b139 --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-b653c1b5da80782d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rmeta --cap-lints allow`
4882026-02-19T20:12:10.156Z Compiling signal-hook-registry v1.4.0
4892026-02-19T20:12:10.159Z Running `/home/build/.rustup/toolchains/1.93.1-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=9f6cc7bd13262651 -C extra-filename=-418e4643b4fe7e9f --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-443d40f800e10b3d.rmeta --cap-lints allow`
4902026-02-19T20:12:10.537Z Compiling serde_json v1.0.149
4912026-02-19T20:12:10.540Z Running `/home/build/.rustup/toolchains/1.93.1-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=040ba959eaafd1ec -C extra-filename=-b704ec3af376890d --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-b704ec3af376890d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4922026-02-19T20:12:10.617Z Running `/home/build/.rustup/toolchains/1.93.1-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=0e9eb845d78ff6d7 -C extra-filename=-bebe33ec8549cd48 --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)'`
4932026-02-19T20:12:10.841Z Running `/home/build/.rustup/toolchains/1.93.1-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=13a8979394f87fe0 -C extra-filename=-502881ba59e08c3b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4942026-02-19T20:12:10.967Z Compiling futures-channel v0.3.32
4952026-02-19T20:12:10.970Z Compiling http v1.4.0
4962026-02-19T20:12:10.970Z Running `/home/build/.rustup/toolchains/1.93.1-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.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 --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=f095c06cb85f1cc5 -C extra-filename=-b197abe07a22705f --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-3067f624758dfef9.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-4b8734b8ea52f329.rmeta --cap-lints allow`
4972026-02-19T20:12:10.970Z Running `/home/build/.rustup/toolchains/1.93.1-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=85df8284a3557ff6 -C extra-filename=-607d897233780f55 --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-1352e873e9c57172.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-c6a2d64a395ac7e3.rmeta --cap-lints allow`
4982026-02-19T20:12:10.989Z Compiling thiserror v2.0.18
4992026-02-19T20:12:10.993Z Running `/home/build/.rustup/toolchains/1.93.1-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=f6d51aeab34a3362 -C extra-filename=-d39286caf26f65b2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-d39286caf26f65b2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5002026-02-19T20:12:10.993Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-b704ec3af376890d/build-script-build`
5012026-02-19T20:12:11.022Z Compiling bitflags v2.11.0
5022026-02-19T20:12:11.025Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=e30d734480ffb3f6 -C extra-filename=-9c7a9e447c7a428c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5032026-02-19T20:12:11.143Z Compiling zeroize v1.7.0
5042026-02-19T20:12:11.146Z Running `/home/build/.rustup/toolchains/1.93.1-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=a28ba30d8741a294 -C extra-filename=-eb2ce32225736a62 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5052026-02-19T20:12:11.174Z Compiling ring v0.17.13
5062026-02-19T20:12:11.186Z Running `/home/build/.rustup/toolchains/1.93.1-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=7e2583e2c36200e3 -C extra-filename=-d19f7e98b3469752 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-d19f7e98b3469752 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-6b7e6b2debf3923f.rlib --cap-lints allow`
5072026-02-19T20:12:11.385Z Compiling rustls-pki-types v1.14.0
5082026-02-19T20:12:11.388Z Running `/home/build/.rustup/toolchains/1.93.1-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=ffef017f6a6382ba -C extra-filename=-04f0f6acccfc31e5 --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-eb2ce32225736a62.rmeta --cap-lints allow`
5092026-02-19T20:12:11.446Z Compiling futures-io v0.3.32
5102026-02-19T20:12:11.458Z Running `/home/build/.rustup/toolchains/1.93.1-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.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 --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=f170e804f037c520 -C extra-filename=-12476fb84ee2f98f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5112026-02-19T20:12:11.466Z Compiling futures-task v0.3.32
5122026-02-19T20:12:11.469Z Running `/home/build/.rustup/toolchains/1.93.1-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.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 --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=df1d680fd588a853 -C extra-filename=-c8e87065c136e752 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5132026-02-19T20:12:11.723Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-d39286caf26f65b2/build-script-build`
5142026-02-19T20:12:11.728Z Compiling stable_deref_trait v1.2.0
5152026-02-19T20:12:11.732Z Running `/home/build/.rustup/toolchains/1.93.1-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=988f97053e96ea77 -C extra-filename=-4df74d36c0f7a05b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5162026-02-19T20:12:11.782Z Compiling httparse v1.10.0
5172026-02-19T20:12:11.785Z Running `/home/build/.rustup/toolchains/1.93.1-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=4fffeff1ac93337e -C extra-filename=-cf190e266f1f0533 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-cf190e266f1f0533 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5182026-02-19T20:12:11.846Z Running `/home/build/.rustup/toolchains/1.93.1-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=d7fd8b61124b9058 -C extra-filename=-2971522a89ce5972 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-2971522a89ce5972 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5192026-02-19T20:12:12.052Z Compiling getrandom v0.4.1
5202026-02-19T20:12:12.055Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=fcd4af8837822733 -C extra-filename=-02983aacbc7c17b1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-02983aacbc7c17b1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5212026-02-19T20:12:12.144Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-d19f7e98b3469752/build-script-build`
5222026-02-19T20:12:12.383Z Compiling tracing-core v0.1.32
5232026-02-19T20:12:12.386Z Running `/home/build/.rustup/toolchains/1.93.1-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=2a6266a9d44e47cb -C extra-filename=-e0208e3f82530653 --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-451338f658f41c56.rmeta --cap-lints allow`
5242026-02-19T20:12:12.453Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-cf190e266f1f0533/build-script-build`
5252026-02-19T20:12:12.453Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-2971522a89ce5972/build-script-build`
5262026-02-19T20:12:12.506Z Running `/home/build/.rustup/toolchains/1.93.1-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=5030f5ce44ba3bc6 -C extra-filename=-574bd3ddea2c89f3 --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)'`
5272026-02-19T20:12:12.506Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-02983aacbc7c17b1/build-script-build`
5282026-02-19T20:12:12.526Z Running `/home/build/.rustup/toolchains/1.93.1-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=a11ecd76c9a24d6c -C extra-filename=-98e0351f85470f6b --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`
5292026-02-19T20:12:12.540Z Compiling untrusted v0.9.0
5302026-02-19T20:12:12.543Z Running `/home/build/.rustup/toolchains/1.93.1-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=fc95ab28e5cf44c0 -C extra-filename=-21e6731960c3fde6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5312026-02-19T20:12:12.737Z Running `/home/build/.rustup/toolchains/1.93.1-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=8930167359e725fc -C extra-filename=-9f832103c28ad770 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-9f832103c28ad770 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5322026-02-19T20:12:12.783Z Compiling equivalent v1.0.0
5332026-02-19T20:12:12.804Z Running `/home/build/.rustup/toolchains/1.93.1-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=7f4a32eef7bedada -C extra-filename=-09990d4e79f01a00 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5342026-02-19T20:12:12.915Z Compiling ucd-trie v0.1.6
5352026-02-19T20:12:12.920Z Running `/home/build/.rustup/toolchains/1.93.1-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=8cedb502d006207a -C extra-filename=-49b4478a5a13452a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5362026-02-19T20:12:13.145Z Compiling hashbrown v0.16.1
5372026-02-19T20:12:13.149Z Running `/home/build/.rustup/toolchains/1.93.1-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=cdbf9becd52dd940 -C extra-filename=-c7e2fa3696a6a36f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5382026-02-19T20:12:13.199Z Compiling tracing v0.1.40
5392026-02-19T20:12:13.202Z Running `/home/build/.rustup/toolchains/1.93.1-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=4042f2cdffdf699b -C extra-filename=-c23f30d3647c23e5 --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-b18f6d2311024118.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-e0208e3f82530653.rmeta --cap-lints allow`
5402026-02-19T20:12:13.323Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-9f832103c28ad770/build-script-build`
5412026-02-19T20:12:13.426Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=2ed05cce6a0670ed -C extra-filename=-1fbd113bcea0fc26 --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-b653c1b5da80782d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rmeta --cap-lints allow`
5422026-02-19T20:12:13.501Z Running `/home/build/.rustup/toolchains/1.93.1-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=3ab1e628e3543f47 -C extra-filename=-f70d4eea6ae042c4 --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-c6a2d64a395ac7e3.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-334b7aa674d17e7d.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-26a40a9488fe51a6.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-bebe33ec8549cd48.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5432026-02-19T20:12:13.592Z Compiling http-body v1.0.1
5442026-02-19T20:12:13.596Z Running `/home/build/.rustup/toolchains/1.93.1-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=d3bf1973ea74e758 -C extra-filename=-083ec29941b6bf06 --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-1352e873e9c57172.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --cap-lints allow`
5452026-02-19T20:12:13.634Z Compiling atomic-waker v1.1.2
5462026-02-19T20:12:13.638Z Running `/home/build/.rustup/toolchains/1.93.1-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=4cedfd408b91542b -C extra-filename=-5e6cb7bbad19d54f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5472026-02-19T20:12:13.670Z Compiling rustversion v1.0.22
5482026-02-19T20:12:13.682Z Running `/home/build/.rustup/toolchains/1.93.1-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=65c1d0100d24547d -C extra-filename=-2691023127c09a8e --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-2691023127c09a8e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5492026-02-19T20:12:13.817Z Compiling zerocopy v0.8.27
5502026-02-19T20:12:13.820Z Running `/home/build/.rustup/toolchains/1.93.1-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=914240080821f383 -C extra-filename=-09b8d1055e054bae --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-09b8d1055e054bae -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5512026-02-19T20:12:13.841Z Compiling typenum v1.14.0
5522026-02-19T20:12:13.844Z Running `/home/build/.rustup/toolchains/1.93.1-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=e049878b32b7e6af -C extra-filename=-714308c17bb54560 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-714308c17bb54560 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5532026-02-19T20:12:14.366Z Compiling indexmap v2.13.0
5542026-02-19T20:12:14.371Z Running `/home/build/.rustup/toolchains/1.93.1-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=977547132efc6f43 -C extra-filename=-dbb758f4b8d6c46a --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-09990d4e79f01a00.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-c7e2fa3696a6a36f.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-26a40a9488fe51a6.rmeta --cap-lints allow`
5552026-02-19T20:12:14.384Z Compiling writeable v0.5.5
5562026-02-19T20:12:14.384Z Running `/home/build/.rustup/toolchains/1.93.1-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=1ec4adbdcc72050a -C extra-filename=-743483da0d28ec06 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5572026-02-19T20:12:14.640Z Compiling pkg-config v0.3.31
5582026-02-19T20:12:14.643Z Running `/home/build/.rustup/toolchains/1.93.1-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=3d0638760d2ac134 -C extra-filename=-20b1d562cb375264 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5592026-02-19T20:12:14.823Z Compiling percent-encoding v2.3.2
5602026-02-19T20:12:14.826Z Running `/home/build/.rustup/toolchains/1.93.1-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=c8ec257ad93032fe -C extra-filename=-aec76b9ed4326789 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5612026-02-19T20:12:14.970Z Compiling vcpkg v0.2.15
5622026-02-19T20:12:14.973Z Running `/home/build/.rustup/toolchains/1.93.1-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=b07d23d05fb9cc04 -C extra-filename=-b4edb8f9b14558e2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5632026-02-19T20:12:15.174Z Compiling litemap v0.7.4
5642026-02-19T20:12:15.186Z Running `/home/build/.rustup/toolchains/1.93.1-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=30c047aecdccd672 -C extra-filename=-2ad1934936ab5eb2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5652026-02-19T20:12:15.190Z Running `/home/build/.rustup/toolchains/1.93.1-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=350b984d526d713e -C extra-filename=-e140780d95b0c8db --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-b653c1b5da80782d.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-01b80bfe1dd0b139.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-21e6731960c3fde6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test`
5662026-02-19T20:12:15.574Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-714308c17bb54560/build-script-main`
5672026-02-19T20:12:15.708Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-09b8d1055e054bae/build-script-build`
5682026-02-19T20:12:15.737Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-2691023127c09a8e/build-script-build`
5692026-02-19T20:12:15.771Z Compiling errno v0.3.10
5702026-02-19T20:12:15.783Z Running `/home/build/.rustup/toolchains/1.93.1-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=8a0d5c30f18d2352 -C extra-filename=-63d7dfc96ce80177 --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-443d40f800e10b3d.rmeta --cap-lints allow`
5712026-02-19T20:12:15.797Z Compiling generic-array v0.14.5
5722026-02-19T20:12:15.804Z Running `/home/build/.rustup/toolchains/1.93.1-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=a9ef126508ec33a0 -C extra-filename=-00389c141dd15844 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-00389c141dd15844 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-26974ee0e0164c1a.rlib --cap-lints allow`
5732026-02-19T20:12:15.843Z Compiling rustix v1.1.3
5742026-02-19T20:12:15.867Z Running `/home/build/.rustup/toolchains/1.93.1-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=5c58ecbcb7dcdef2 -C extra-filename=-d8c9c072256ceea3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-d8c9c072256ceea3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5752026-02-19T20:12:16.018Z Compiling fnv v1.0.7
5762026-02-19T20:12:16.021Z Running `/home/build/.rustup/toolchains/1.93.1-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=b2121c1852060fcc -C extra-filename=-2d8c3b2f99e8db94 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5772026-02-19T20:12:16.163Z Compiling crossbeam-utils v0.8.21
5782026-02-19T20:12:16.167Z Running `/home/build/.rustup/toolchains/1.93.1-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=3a7bb23c3ffb0bf7 -C extra-filename=-3cf942f06c299c36 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-3cf942f06c299c36 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5792026-02-19T20:12:16.186Z Compiling try-lock v0.2.3
5802026-02-19T20:12:16.202Z Running `/home/build/.rustup/toolchains/1.93.1-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=9d1f27920f7764c4 -C extra-filename=-53cda65793b716aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5812026-02-19T20:12:16.205Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-00389c141dd15844/build-script-build`
5822026-02-19T20:12:16.244Z Compiling openssl-sys v0.9.107
5832026-02-19T20:12:16.256Z Running `/home/build/.rustup/toolchains/1.93.1-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=f48a664b03694c09 -C extra-filename=-42472f04372541cd --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-42472f04372541cd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-6b7e6b2debf3923f.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-20b1d562cb375264.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-b4edb8f9b14558e2.rlib --cap-lints allow`
5842026-02-19T20:12:16.260Z Running `/home/build/.rustup/toolchains/1.93.1-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=60400404429644f8 -C extra-filename=-3da73059406b6a93 --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"))'`
5852026-02-19T20:12:16.343Z Compiling want v0.3.0
5862026-02-19T20:12:16.346Z Running `/home/build/.rustup/toolchains/1.93.1-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=399e052dbca4697f -C extra-filename=-35016916d83ad148 --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-15c0bd091c6264ed.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-53cda65793b716aa.rmeta --cap-lints allow`
5872026-02-19T20:12:16.517Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-d8c9c072256ceea3/build-script-build`
5882026-02-19T20:12:16.638Z Running `/home/build/.rustup/toolchains/1.93.1-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=cfc820a3436e2cb0 -C extra-filename=-263f96c4b8cec2f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5892026-02-19T20:12:16.704Z Compiling synstructure v0.13.1
5902026-02-19T20:12:16.707Z Running `/home/build/.rustup/toolchains/1.93.1-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=26f78a35fb2b7cdc -C extra-filename=-91bd6e94c196af44 --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-1f96ef3c12873473.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rmeta --cap-lints allow`
5912026-02-19T20:12:16.832Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-3cf942f06c299c36/build-script-build`
5922026-02-19T20:12:16.851Z Compiling subtle v2.5.0
5932026-02-19T20:12:16.854Z Running `/home/build/.rustup/toolchains/1.93.1-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=8321d78dc9c5bccb -C extra-filename=-7e77eeceaebf3a16 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5942026-02-19T20:12:17.133Z Compiling num-conv v0.2.0
5952026-02-19T20:12:17.136Z Running `/home/build/.rustup/toolchains/1.93.1-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=15901935bb656b90 -C extra-filename=-4e35217c1897f694 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5962026-02-19T20:12:17.190Z Compiling tower-layer v0.3.3
5972026-02-19T20:12:17.193Z Running `/home/build/.rustup/toolchains/1.93.1-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=8f968a36348e3b88 -C extra-filename=-a1024df14c1bda1f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5982026-02-19T20:12:17.240Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-42472f04372541cd/build-script-main`
5992026-02-19T20:12:17.325Z Compiling base64 v0.22.1
6002026-02-19T20:12:17.328Z Running `/home/build/.rustup/toolchains/1.93.1-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=3453b6c2d6a9de8b -C extra-filename=-00308df0292d0f2c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6012026-02-19T20:12:17.357Z Compiling byteorder v1.4.3
6022026-02-19T20:12:17.369Z Running `/home/build/.rustup/toolchains/1.93.1-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=526635f53859e9e1 -C extra-filename=-c4b70c0cd02f9545 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6032026-02-19T20:12:17.377Z Compiling time-core v0.1.8
6042026-02-19T20:12:17.380Z Running `/home/build/.rustup/toolchains/1.93.1-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=4d02d3522ffa3e7d -C extra-filename=-d01a926cee6d1f4d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6052026-02-19T20:12:17.492Z Compiling tower-service v0.3.3
6062026-02-19T20:12:17.496Z Running `/home/build/.rustup/toolchains/1.93.1-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=9a5120faec487dbd -C extra-filename=-7536594cb39896db --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6072026-02-19T20:12:17.632Z Compiling icu_locid_transform_data v1.5.0
6082026-02-19T20:12:17.636Z Running `/home/build/.rustup/toolchains/1.93.1-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=926136a497b484f7 -C extra-filename=-0bb97a4413861621 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6092026-02-19T20:12:17.670Z Compiling powerfmt v0.2.0
6102026-02-19T20:12:17.674Z Running `/home/build/.rustup/toolchains/1.93.1-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=b0e5f5c876ecefe9 -C extra-filename=-2005fcaf3fc39c80 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6112026-02-19T20:12:17.738Z Compiling rustls-webpki v0.102.8
6122026-02-19T20:12:17.741Z Running `/home/build/.rustup/toolchains/1.93.1-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=f18bfd8d8f54520e -C extra-filename=-6291c184e4806731 --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-e140780d95b0c8db.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-21e6731960c3fde6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out`
6132026-02-19T20:12:17.753Z Compiling httpdate v1.0.1
6142026-02-19T20:12:17.757Z Running `/home/build/.rustup/toolchains/1.93.1-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=12656156daff4b3a -C extra-filename=-48bb9ea7c5cce0db --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6152026-02-19T20:12:17.800Z Compiling pin-utils v0.1.0
6162026-02-19T20:12:17.803Z Running `/home/build/.rustup/toolchains/1.93.1-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=c4e2800c19def323 -C extra-filename=-969bbebfc4ba85d6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6172026-02-19T20:12:17.833Z Running `/home/build/.rustup/toolchains/1.93.1-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=9fc2d3aa9edaef4b -C extra-filename=-d06086d6272a213f --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-263f96c4b8cec2f2.rmeta --cap-lints allow --cfg relaxed_coherence`
6182026-02-19T20:12:17.900Z Compiling time-macros v0.2.27
6192026-02-19T20:12:17.904Z Running `/home/build/.rustup/toolchains/1.93.1-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=a3871b3f38179e4d -C extra-filename=-1c65e800c175c885 --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-4e35217c1897f694.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-d01a926cee6d1f4d.rlib --extern proc_macro --cap-lints allow`
6202026-02-19T20:12:17.980Z Compiling deranged v0.5.5
6212026-02-19T20:12:17.992Z Running `/home/build/.rustup/toolchains/1.93.1-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=1f82524034e24e39 -C extra-filename=-34bd102df9f6d52b --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-2005fcaf3fc39c80.rmeta --cap-lints allow`
6222026-02-19T20:12:18.064Z Compiling slog v2.8.2
6232026-02-19T20:12:18.067Z Running `/home/build/.rustup/toolchains/1.93.1-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=e3b6e17408ebdd99 -C extra-filename=-ae2d4f5b38e6de5e --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-ae2d4f5b38e6de5e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-3da73059406b6a93.so --cap-lints allow`
6242026-02-19T20:12:18.220Z Running `/home/build/.rustup/toolchains/1.93.1-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=07df1a8ca514934b -C extra-filename=-2207ae5a1c31c3e1 --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)'`
6252026-02-19T20:12:18.457Z Running `/home/build/.rustup/toolchains/1.93.1-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=1163c29cfff1db75 -C extra-filename=-e77adc5069d25e46 --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-9c7a9e447c7a428c.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-63d7dfc96ce80177.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
6262026-02-19T20:12:18.996Z Compiling icu_properties_data v1.5.0
6272026-02-19T20:12:18.999Z Running `/home/build/.rustup/toolchains/1.93.1-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=1d256cbd106ff45e -C extra-filename=-dc3355ff92582add --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6282026-02-19T20:12:19.242Z Compiling num_threads v0.1.3
6292026-02-19T20:12:19.245Z Running `/home/build/.rustup/toolchains/1.93.1-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=491adb70e589d069 -C extra-filename=-e07ff3d646e43f5e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6302026-02-19T20:12:19.395Z Compiling fastrand v2.1.1
6312026-02-19T20:12:19.398Z Running `/home/build/.rustup/toolchains/1.93.1-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=5b018f8c062511b6 -C extra-filename=-b1497145764c9388 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6322026-02-19T20:12:19.488Z Compiling rustix v0.38.44
6332026-02-19T20:12:19.491Z Running `/home/build/.rustup/toolchains/1.93.1-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=756bc68871ba0119 -C extra-filename=-9560d54b212b3e2d --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-9560d54b212b3e2d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6342026-02-19T20:12:19.709Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-ae2d4f5b38e6de5e/build-script-build`
6352026-02-19T20:12:19.730Z Running `/home/build/.rustup/toolchains/1.93.1-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=f4f2ca4e0b985d96 -C extra-filename=-7b37a4ea9a0965b6 --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-c6a2d64a395ac7e3.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-334b7aa674d17e7d.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-574bd3ddea2c89f3.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-bebe33ec8549cd48.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6362026-02-19T20:12:19.895Z Compiling thread-id v5.0.0
6372026-02-19T20:12:19.908Z Running `/home/build/.rustup/toolchains/1.93.1-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=fe86092ac099c613 -C extra-filename=-a2e70145f1ad9838 --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-443d40f800e10b3d.rmeta --cap-lints allow`
6382026-02-19T20:12:19.949Z Compiling unicase v2.6.0
6392026-02-19T20:12:19.952Z Running `/home/build/.rustup/toolchains/1.93.1-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=4e0ec09db6db5b88 -C extra-filename=-ff3b496ec3862587 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-ff3b496ec3862587 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-26974ee0e0164c1a.rlib --cap-lints allow`
6402026-02-19T20:12:20.013Z Compiling num-traits v0.2.14
6412026-02-19T20:12:20.016Z Running `/home/build/.rustup/toolchains/1.93.1-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=7e676ddb800045e6 -C extra-filename=-241a5ee48055f690 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-241a5ee48055f690 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-cfcda586cb3471c0.rlib --cap-lints allow`
6422026-02-19T20:12:20.166Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-9560d54b212b3e2d/build-script-build`
6432026-02-19T20:12:20.291Z Compiling openssl-probe v0.1.4
6442026-02-19T20:12:20.294Z Running `/home/build/.rustup/toolchains/1.93.1-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=eb02c64971183e60 -C extra-filename=-3a4049a02e7fe0b3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6452026-02-19T20:12:20.304Z Compiling paste v1.0.15
6462026-02-19T20:12:20.307Z Running `/home/build/.rustup/toolchains/1.93.1-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=7926f3d50bd8f63a -C extra-filename=-335f19632b31cead --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-335f19632b31cead -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6472026-02-19T20:12:20.325Z Compiling serde_derive v1.0.228
6482026-02-19T20:12:20.338Z Running `/home/build/.rustup/toolchains/1.93.1-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=85d4e1a3888a3d23 -C extra-filename=-61f600bb3d0d2826 --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern proc_macro --cap-lints allow`
6492026-02-19T20:12:20.341Z Compiling tokio-macros v2.6.0
6502026-02-19T20:12:20.341Z Running `/home/build/.rustup/toolchains/1.93.1-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=fdaba232355b7138 -C extra-filename=-3c8f082e96fcb156 --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern proc_macro --cap-lints allow`
6512026-02-19T20:12:20.387Z Compiling zerofrom-derive v0.1.5
6522026-02-19T20:12:20.391Z Running `/home/build/.rustup/toolchains/1.93.1-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=8644736375d6e428 -C extra-filename=-a24eff1eaa12a501 --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-91bd6e94c196af44.rlib --extern proc_macro --cap-lints allow`
6532026-02-19T20:12:20.480Z Compiling yoke-derive v0.7.5
6542026-02-19T20:12:20.484Z Running `/home/build/.rustup/toolchains/1.93.1-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=c05bb09d1fbb0760 -C extra-filename=-5afb47ef491947da --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-91bd6e94c196af44.rlib --extern proc_macro --cap-lints allow`
6552026-02-19T20:12:20.628Z Compiling futures-macro v0.3.32
6562026-02-19T20:12:20.631Z Running `/home/build/.rustup/toolchains/1.93.1-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.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --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=34bd05b690fc86bf -C extra-filename=-4b428ab2b63e7fc0 --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern proc_macro --cap-lints allow`
6572026-02-19T20:12:20.644Z Compiling thiserror-impl v2.0.18
6582026-02-19T20:12:20.647Z Running `/home/build/.rustup/toolchains/1.93.1-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=aa7dd694f2f1234e -C extra-filename=-3a36f73deafa4966 --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern proc_macro --cap-lints allow`
6592026-02-19T20:12:20.804Z Compiling zerovec-derive v0.10.3
6602026-02-19T20:12:20.816Z Running `/home/build/.rustup/toolchains/1.93.1-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=5de84f08161e2f79 -C extra-filename=-075b185c30d47fc4 --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern proc_macro --cap-lints allow`
6612026-02-19T20:12:21.913Z Compiling tokio v1.49.0
6622026-02-19T20:12:21.918Z Running `/home/build/.rustup/toolchains/1.93.1-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=f5a31f9b12ca8fe3 -C extra-filename=-38f19c24f53a5b1c --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-1352e873e9c57172.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-ae6cf5ae70287904.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-5ec24db13c7343c7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-418e4643b4fe7e9f.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-86540e3cb9c456b7.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-3c8f082e96fcb156.so --cap-lints allow`
6632026-02-19T20:12:22.351Z Compiling futures-util v0.3.32
6642026-02-19T20:12:22.354Z Running `/home/build/.rustup/toolchains/1.93.1-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.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 --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", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=4b215dab82d297d3 -C extra-filename=-027179af38846234 --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-b197abe07a22705f.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3067f624758dfef9.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-12476fb84ee2f98f.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-4b428ab2b63e7fc0.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-4b8734b8ea52f329.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c8e87065c136e752.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-334b7aa674d17e7d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-502881ba59e08c3b.rmeta --cap-lints allow`
6652026-02-19T20:12:22.401Z Compiling displaydoc v0.2.5
6662026-02-19T20:12:22.404Z Running `/home/build/.rustup/toolchains/1.93.1-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=04f8b3c27f1751fe -C extra-filename=-a01f56f6aac0107e --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern proc_macro --cap-lints allow`
6672026-02-19T20:12:22.855Z Compiling zerocopy-derive v0.8.27
6682026-02-19T20:12:22.858Z Running `/home/build/.rustup/toolchains/1.93.1-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=2b0303d8a189a0fc -C extra-filename=-68ce4a11a94aab5e --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern proc_macro --cap-lints allow`
6692026-02-19T20:12:23.089Z Compiling icu_provider_macros v1.5.0
6702026-02-19T20:12:23.093Z Running `/home/build/.rustup/toolchains/1.93.1-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=66ea2a0cd50fe634 -C extra-filename=-bb7edf3d7b1239b3 --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern proc_macro --cap-lints allow`
6712026-02-19T20:12:23.192Z Compiling zerofrom v0.1.5
6722026-02-19T20:12:23.195Z Running `/home/build/.rustup/toolchains/1.93.1-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=390fffb4d818925e -C extra-filename=-759d3c8593c9e9a5 --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-a24eff1eaa12a501.so --cap-lints allow`
6732026-02-19T20:12:23.402Z Compiling yoke v0.7.5
6742026-02-19T20:12:23.405Z Running `/home/build/.rustup/toolchains/1.93.1-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=f0a1dd11c3318ffb -C extra-filename=-efb4dff2c845c2fe --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-4df74d36c0f7a05b.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-5afb47ef491947da.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-759d3c8593c9e9a5.rmeta --cap-lints allow`
6752026-02-19T20:12:23.428Z Running `/home/build/.rustup/toolchains/1.93.1-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=b75bd1c9b43c4b48 -C extra-filename=-9cf0fe96e18ab823 --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-3a36f73deafa4966.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6762026-02-19T20:12:23.575Z Compiling pest v2.8.1
6772026-02-19T20:12:23.601Z Running `/home/build/.rustup/toolchains/1.93.1-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=6aba7a05d62ef0f9 -C extra-filename=-acbe2fe1d41321ec --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-334b7aa674d17e7d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-49b4478a5a13452a.rmeta --cap-lints allow`
6782026-02-19T20:12:23.774Z Compiling zerovec v0.10.4
6792026-02-19T20:12:23.778Z Running `/home/build/.rustup/toolchains/1.93.1-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=f30c630c3c7f358b -C extra-filename=-9ee5838cbea94e2a --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-efb4dff2c845c2fe.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-759d3c8593c9e9a5.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-075b185c30d47fc4.so --cap-lints allow`
6802026-02-19T20:12:23.866Z Compiling time v0.3.47
6812026-02-19T20:12:23.877Z Running `/home/build/.rustup/toolchains/1.93.1-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=2eb6a3f1d019338d -C extra-filename=-efeb6aa2325daa5a --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-34bd102df9f6d52b.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-c6a2d64a395ac7e3.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-4e35217c1897f694.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-e07ff3d646e43f5e.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-2005fcaf3fc39c80.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-d01a926cee6d1f4d.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-1c65e800c175c885.so --cap-lints allow`
6822026-02-19T20:12:24.093Z Compiling scroll_derive v0.13.1
6832026-02-19T20:12:24.097Z Running `/home/build/.rustup/toolchains/1.93.1-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=11448d2456ce7055 -C extra-filename=-9ce2768706d3961b --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern proc_macro --cap-lints allow`
6842026-02-19T20:12:25.815Z Compiling tinystr v0.7.6
6852026-02-19T20:12:25.848Z Running `/home/build/.rustup/toolchains/1.93.1-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=ad132f025ec3551c -C extra-filename=-3ae75513c69d39ba --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-a01f56f6aac0107e.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-9ee5838cbea94e2a.rmeta --cap-lints allow`
6862026-02-19T20:12:25.945Z Running `/home/build/.rustup/toolchains/1.93.1-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=343898cea4855a10 -C extra-filename=-957fec2d6998546d --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-68ce4a11a94aab5e.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)'`
6872026-02-19T20:12:26.010Z Compiling icu_collections v1.5.0
6882026-02-19T20:12:26.014Z Running `/home/build/.rustup/toolchains/1.93.1-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=394ffb4c73fd7a4f -C extra-filename=-59bf318cddf5ab1e --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-a01f56f6aac0107e.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-efb4dff2c845c2fe.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-759d3c8593c9e9a5.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-9ee5838cbea94e2a.rmeta --cap-lints allow`
6892026-02-19T20:12:26.188Z Compiling icu_locid v1.5.0
6902026-02-19T20:12:26.191Z Running `/home/build/.rustup/toolchains/1.93.1-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=c8963b2dba031acd -C extra-filename=-6d544df8bff62e22 --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-a01f56f6aac0107e.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-2ad1934936ab5eb2.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-3ae75513c69d39ba.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-743483da0d28ec06.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-9ee5838cbea94e2a.rmeta --cap-lints allow`
6912026-02-19T20:12:26.440Z Compiling pest_meta v2.8.1
6922026-02-19T20:12:26.457Z Running `/home/build/.rustup/toolchains/1.93.1-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=cacc8ebc31c6fa16 -C extra-filename=-02e45fb5bb52b4f6 --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-acbe2fe1d41321ec.rmeta --cap-lints allow`
6932026-02-19T20:12:26.632Z Compiling usdt-impl v0.6.0
6942026-02-19T20:12:26.635Z Running `/home/build/.rustup/toolchains/1.93.1-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=fb64334d8a67f37d -C extra-filename=-2c8f5241e5709044 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-2c8f5241e5709044 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6952026-02-19T20:12:26.831Z Running `/home/build/.rustup/toolchains/1.93.1-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=227517d53307fced -C extra-filename=-ad2cf69079a9b684 --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-26a40a9488fe51a6.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-61f600bb3d0d2826.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)'`
6962026-02-19T20:12:27.076Z Running `/home/build/.rustup/toolchains/1.93.1-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=ff1b15876340f21d -C extra-filename=-d2508aa196f7b616 --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-574bd3ddea2c89f3.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-61f600bb3d0d2826.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-19T20:12:27.391Z Compiling icu_provider v1.5.0
6982026-02-19T20:12:27.394Z Running `/home/build/.rustup/toolchains/1.93.1-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=1ece439ed7358861 -C extra-filename=-7a45c87e244f31a5 --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-a01f56f6aac0107e.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-6d544df8bff62e22.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-bb7edf3d7b1239b3.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-4df74d36c0f7a05b.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-3ae75513c69d39ba.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-743483da0d28ec06.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-efb4dff2c845c2fe.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-759d3c8593c9e9a5.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-9ee5838cbea94e2a.rmeta --cap-lints allow`
6992026-02-19T20:12:27.860Z Compiling pest_generator v2.8.1
7002026-02-19T20:12:27.864Z Running `/home/build/.rustup/toolchains/1.93.1-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=223754e6b02c8b8a -C extra-filename=-bad8980ddf75a19a --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-acbe2fe1d41321ec.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-02e45fb5bb52b4f6.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1f96ef3c12873473.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rmeta --cap-lints allow`
7012026-02-19T20:12:28.088Z Compiling icu_locid_transform v1.5.0
7022026-02-19T20:12:28.100Z Running `/home/build/.rustup/toolchains/1.93.1-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=cdae871f74d6ddda -C extra-filename=-7dbd561ec59644f8 --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-a01f56f6aac0107e.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-6d544df8bff62e22.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-0bb97a4413861621.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-7a45c87e244f31a5.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-3ae75513c69d39ba.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-9ee5838cbea94e2a.rmeta --cap-lints allow`
7032026-02-19T20:12:28.311Z Compiling serde_tokenstream v0.2.2
7042026-02-19T20:12:28.315Z Running `/home/build/.rustup/toolchains/1.93.1-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=5ec415b84a2c024d -C extra-filename=-a5eaa9914a020637 --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-1f96ef3c12873473.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d2508aa196f7b616.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rmeta --cap-lints allow`
7052026-02-19T20:12:28.350Z Compiling erased-serde v0.3.31
7062026-02-19T20:12:28.353Z Running `/home/build/.rustup/toolchains/1.93.1-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=2baea3b2ca7c8c43 -C extra-filename=-f2a82e96e3e910b8 --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-ad2cf69079a9b684.rmeta --cap-lints allow`
7072026-02-19T20:12:28.421Z Compiling openssl v0.10.72
7082026-02-19T20:12:28.484Z Running `/home/build/.rustup/toolchains/1.93.1-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=b64d69de4b2d2187 -C extra-filename=-df3a8614fac5e13c --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-df3a8614fac5e13c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7092026-02-19T20:12:28.841Z Compiling foreign-types-shared v0.1.1
7102026-02-19T20:12:28.844Z Running `/home/build/.rustup/toolchains/1.93.1-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=f386d4ee91d9d3af -C extra-filename=-fb813fa8269830ac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7112026-02-19T20:12:28.894Z Compiling write16 v1.0.0
7122026-02-19T20:12:28.897Z Running `/home/build/.rustup/toolchains/1.93.1-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=eb662ab0fe60566d -C extra-filename=-2bf84889197d2b5c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7132026-02-19T20:12:28.967Z Compiling ipnet v2.10.0
7142026-02-19T20:12:28.972Z Running `/home/build/.rustup/toolchains/1.93.1-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=cc5dfd9d061322cd -C extra-filename=-e8c4d7dbcd8f6295 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7152026-02-19T20:12:29.040Z Compiling utf16_iter v1.0.5
7162026-02-19T20:12:29.052Z Running `/home/build/.rustup/toolchains/1.93.1-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=d39fc431ef4e6de3 -C extra-filename=-c0dfa42271280455 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7172026-02-19T20:12:29.264Z Compiling utf8_iter v1.0.4
7182026-02-19T20:12:29.267Z Running `/home/build/.rustup/toolchains/1.93.1-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=55791dcdae323a55 -C extra-filename=-57017c2f24498990 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7192026-02-19T20:12:29.434Z Compiling icu_properties v1.5.1
7202026-02-19T20:12:29.437Z Running `/home/build/.rustup/toolchains/1.93.1-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=ee1906e798c666e8 -C extra-filename=-5c93619e98806120 --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-a01f56f6aac0107e.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-59bf318cddf5ab1e.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-7dbd561ec59644f8.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-dc3355ff92582add.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-7a45c87e244f31a5.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-3ae75513c69d39ba.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-9ee5838cbea94e2a.rmeta --cap-lints allow`
7212026-02-19T20:12:29.520Z Compiling icu_normalizer_data v1.5.0
7222026-02-19T20:12:29.523Z Running `/home/build/.rustup/toolchains/1.93.1-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=8fc8c0c8304d303d -C extra-filename=-b57765f359c22af3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7232026-02-19T20:12:29.592Z Running `/home/build/.rustup/toolchains/1.93.1-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=cc5781c2852a4d8e -C extra-filename=-7d86354316aaff3b --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-f2a82e96e3e910b8.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-26a40a9488fe51a6.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7242026-02-19T20:12:29.626Z Compiling dof v0.4.0
7252026-02-19T20:12:29.630Z Running `/home/build/.rustup/toolchains/1.93.1-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=074e78cc9cb53d8a -C extra-filename=-7f1b3f44293aaa52 --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-d2508aa196f7b616.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7b37a4ea9a0965b6.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-957fec2d6998546d.rmeta --cap-lints allow`
7262026-02-19T20:12:29.736Z Compiling foreign-types v0.3.2
7272026-02-19T20:12:29.740Z Running `/home/build/.rustup/toolchains/1.93.1-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=874a6265bf12cdb4 -C extra-filename=-9b8a1a8ccccb8889 --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-fb813fa8269830ac.rmeta --cap-lints allow`
7282026-02-19T20:12:29.839Z Compiling tokio-util v0.7.7
7292026-02-19T20:12:29.842Z Running `/home/build/.rustup/toolchains/1.93.1-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=a1eeb50d48735f12 -C extra-filename=-d5b6681b62939433 --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-1352e873e9c57172.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3067f624758dfef9.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-4b8734b8ea52f329.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-c23f30d3647c23e5.rmeta --cap-lints allow`
7302026-02-19T20:12:30.023Z Compiling pest_derive v2.8.1
7312026-02-19T20:12:30.027Z Running `/home/build/.rustup/toolchains/1.93.1-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=9257edd20a55e6fe -C extra-filename=-afb61cf455c7c45c --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-acbe2fe1d41321ec.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-bad8980ddf75a19a.rlib --extern proc_macro --cap-lints allow`
7322026-02-19T20:12:30.171Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-df3a8614fac5e13c/build-script-build`
7332026-02-19T20:12:30.192Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-2c8f5241e5709044/build-script-build`
7342026-02-19T20:12:30.211Z Compiling scroll v0.13.0
7352026-02-19T20:12:30.219Z Running `/home/build/.rustup/toolchains/1.93.1-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=fc99157dfa97912e -C extra-filename=-175c8f8d500648e9 --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-9ce2768706d3961b.so --cap-lints allow`
7362026-02-19T20:12:30.483Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-335f19632b31cead/build-script-build`
7372026-02-19T20:12:30.547Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-241a5ee48055f690/build-script-build`
7382026-02-19T20:12:30.712Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-ff3b496ec3862587/build-script-build`
7392026-02-19T20:12:30.741Z Compiling h2 v0.4.6
7402026-02-19T20:12:30.744Z Running `/home/build/.rustup/toolchains/1.93.1-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=edf9890271596ef8 -C extra-filename=-cc27aa8d540f6610 --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-5e6cb7bbad19d54f.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-2d8c3b2f99e8db94.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3067f624758dfef9.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-4b8734b8ea52f329.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-502881ba59e08c3b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d5b6681b62939433.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-c23f30d3647c23e5.rmeta --cap-lints allow`
7412026-02-19T20:12:30.805Z Compiling openssl-macros v0.1.1
7422026-02-19T20:12:30.808Z Running `/home/build/.rustup/toolchains/1.93.1-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=61c937f237b786fc -C extra-filename=-bd61bf98f7548c0e --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern proc_macro --cap-lints allow`
7432026-02-19T20:12:30.855Z Running `/home/build/.rustup/toolchains/1.93.1-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=942ffbd12b48f59d -C extra-filename=-b165a4f6b5703bbb --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-9c7a9e447c7a428c.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-63d7dfc96ce80177.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7442026-02-19T20:12:30.880Z Compiling crypto-common v0.1.6
7452026-02-19T20:12:30.883Z Running `/home/build/.rustup/toolchains/1.93.1-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=519472b8ac5d6f87 -C extra-filename=-9691783cfe5a0862 --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-d06086d6272a213f.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-263f96c4b8cec2f2.rmeta --cap-lints allow`
7462026-02-19T20:12:31.015Z Compiling dtrace-parser v0.3.0
7472026-02-19T20:12:31.019Z Running `/home/build/.rustup/toolchains/1.93.1-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=add5e579195716c4 -C extra-filename=-f185eb9d811d9a7c --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-acbe2fe1d41321ec.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-afb61cf455c7c45c.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rmeta --cap-lints allow`
7482026-02-19T20:12:31.083Z Compiling block-buffer v0.10.2
7492026-02-19T20:12:31.086Z Running `/home/build/.rustup/toolchains/1.93.1-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=ecbd42a98e8680f9 -C extra-filename=-135bff3a7259736b --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-d06086d6272a213f.rmeta --cap-lints allow`
7502026-02-19T20:12:31.122Z Running `/home/build/.rustup/toolchains/1.93.1-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=5c9b9c4c2ebaba46 -C extra-filename=-2b313045df4b46ac --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-443d40f800e10b3d.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)'`
7512026-02-19T20:12:31.290Z Compiling form_urlencoded v1.2.2
7522026-02-19T20:12:31.293Z Running `/home/build/.rustup/toolchains/1.93.1-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=5f982815e0c4d376 -C extra-filename=-f955fb0533c62dc0 --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-aec76b9ed4326789.rmeta --cap-lints allow`
7532026-02-19T20:12:31.582Z Compiling rand_core v0.6.3
7542026-02-19T20:12:31.585Z Running `/home/build/.rustup/toolchains/1.93.1-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=01eb151a3387fe6c -C extra-filename=-d1a4ab97f4ffd74f --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-01b80bfe1dd0b139.rmeta --cap-lints allow`
7552026-02-19T20:12:31.624Z Compiling mime v0.3.16
7562026-02-19T20:12:31.628Z Running `/home/build/.rustup/toolchains/1.93.1-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=06c0439148052a19 -C extra-filename=-2955e992ad4595ed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7572026-02-19T20:12:32.014Z Compiling ppv-lite86 v0.2.15
7582026-02-19T20:12:32.018Z Running `/home/build/.rustup/toolchains/1.93.1-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=a4142225f356d85d -C extra-filename=-f6d7d35978e2fd68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7592026-02-19T20:12:32.165Z Compiling native-tls v0.2.12
7602026-02-19T20:12:32.169Z Running `/home/build/.rustup/toolchains/1.93.1-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=f212f366f0efba2a -C extra-filename=-a98e57d2045d4d8a --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-a98e57d2045d4d8a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7612026-02-19T20:12:32.245Z Compiling ryu v1.0.5
7622026-02-19T20:12:32.248Z Running `/home/build/.rustup/toolchains/1.93.1-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=c87e065ee1f2387b -C extra-filename=-a78d3176915f70c3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-a78d3176915f70c3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7632026-02-19T20:12:32.574Z Compiling plain v0.2.3
7642026-02-19T20:12:32.586Z Running `/home/build/.rustup/toolchains/1.93.1-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=be34dba59c33acb0 -C extra-filename=-e41ffe8c1fffe097 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7652026-02-19T20:12:32.694Z Compiling rustls v0.23.13
7662026-02-19T20:12:32.697Z Running `/home/build/.rustup/toolchains/1.93.1-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=508d40213eb19f6b -C extra-filename=-12745743efa880f9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-12745743efa880f9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7672026-02-19T20:12:32.734Z Compiling rustls v0.22.4
7682026-02-19T20:12:32.738Z Running `/home/build/.rustup/toolchains/1.93.1-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=1c38f777a60b6b49 -C extra-filename=-c2a24c53ecdf27a3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-c2a24c53ecdf27a3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7692026-02-19T20:12:32.807Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-a78d3176915f70c3/build-script-build`
7702026-02-19T20:12:32.827Z Compiling goblin v0.10.1
7712026-02-19T20:12:32.830Z Running `/home/build/.rustup/toolchains/1.93.1-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=142def9d5a3d0339 -C extra-filename=-1eb64343797ac5a8 --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-15c0bd091c6264ed.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-e41ffe8c1fffe097.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-175c8f8d500648e9.rmeta --cap-lints allow`
7722026-02-19T20:12:32.854Z Compiling rand_chacha v0.3.1
7732026-02-19T20:12:32.869Z Running `/home/build/.rustup/toolchains/1.93.1-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=76fcfbeb2b8cfd72 -C extra-filename=-7a4e43075aa4bec3 --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-f6d7d35978e2fd68.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-d1a4ab97f4ffd74f.rmeta --cap-lints allow`
7742026-02-19T20:12:33.061Z Compiling icu_normalizer v1.5.0
7752026-02-19T20:12:33.078Z Running `/home/build/.rustup/toolchains/1.93.1-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=7ff720b790aab787 -C extra-filename=-5933ed25f561999a --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-a01f56f6aac0107e.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-59bf318cddf5ab1e.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-b57765f359c22af3.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-5c93619e98806120.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-7a45c87e244f31a5.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-f1d0151bc08ad93c.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-c0dfa42271280455.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-57017c2f24498990.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-2bf84889197d2b5c.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-9ee5838cbea94e2a.rmeta --cap-lints allow`
7762026-02-19T20:12:33.107Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-12745743efa880f9/build-script-build`
7772026-02-19T20:12:33.111Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-c2a24c53ecdf27a3/build-script-build`
7782026-02-19T20:12:33.136Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-a98e57d2045d4d8a/build-script-build`
7792026-02-19T20:12:33.150Z Running `/home/build/.rustup/toolchains/1.93.1-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=9c5a0849a5aad998 -C extra-filename=-6722e0d44918fc76 --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-9c7a9e447c7a428c.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-b653c1b5da80782d.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-9b8a1a8ccccb8889.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-451338f658f41c56.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-bd61bf98f7548c0e.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-2b313045df4b46ac.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)'`
7802026-02-19T20:12:33.166Z Running `/home/build/.rustup/toolchains/1.93.1-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=7870d4e190091cbf -C extra-filename=-c2ab2b262b1557c7 --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-c4b70c0cd02f9545.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-7f1b3f44293aaa52.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-f185eb9d811d9a7c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1f96ef3c12873473.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d2508aa196f7b616.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-7b37a4ea9a0965b6.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-a2e70145f1ad9838.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)'`
7812026-02-19T20:12:33.837Z Compiling digest v0.10.7
7822026-02-19T20:12:33.842Z Running `/home/build/.rustup/toolchains/1.93.1-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=7e4b65e7f61bb582 -C extra-filename=-4d5b9fd0e1b1281c --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-135bff3a7259736b.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-9691783cfe5a0862.rmeta --cap-lints allow`
7832026-02-19T20:12:34.215Z Compiling idna_adapter v1.2.0
7842026-02-19T20:12:34.215Z Running `/home/build/.rustup/toolchains/1.93.1-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=36042cdbfb23ed75 -C extra-filename=-f86b8a6ee4905f90 --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-5933ed25f561999a.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-5c93619e98806120.rmeta --cap-lints allow`
7852026-02-19T20:12:34.331Z Running `/home/build/.rustup/toolchains/1.93.1-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=32329f6bba3f8e94 -C extra-filename=-c75b9d29061775b3 --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`
7862026-02-19T20:12:34.334Z Running `/home/build/.rustup/toolchains/1.93.1-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=c9d40e210929e9a4 -C extra-filename=-2e26f0aef7d0902c --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`
7872026-02-19T20:12:34.488Z Running `/home/build/.rustup/toolchains/1.93.1-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=5d8a41edede05d72 -C extra-filename=-49449776d2a32856 --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"))'`
7882026-02-19T20:12:34.679Z Compiling thiserror v1.0.69
7892026-02-19T20:12:34.691Z Running `/home/build/.rustup/toolchains/1.93.1-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=f8e27f04c3098857 -C extra-filename=-551a6eb2d0d2a86b --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-551a6eb2d0d2a86b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7902026-02-19T20:12:34.929Z Compiling lazy_static v1.5.0
7912026-02-19T20:12:34.941Z Running `/home/build/.rustup/toolchains/1.93.1-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=3b2247417112a7aa -C extra-filename=-3d4a7ddca9ba7fdc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7922026-02-19T20:12:35.084Z Compiling cpufeatures v0.2.17
7932026-02-19T20:12:35.087Z Running `/home/build/.rustup/toolchains/1.93.1-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=c3dca29dfd73f25e -C extra-filename=-fc8b7725850c64ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7942026-02-19T20:12:35.218Z Running `/home/build/.rustup/toolchains/1.93.1-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=63af671e44e21368 -C extra-filename=-502db9f2a073a822 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-502db9f2a073a822 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7952026-02-19T20:12:35.252Z Compiling pretty-hex v0.4.1
7962026-02-19T20:12:35.256Z Running `/home/build/.rustup/toolchains/1.93.1-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=b7621c939a598c85 -C extra-filename=-87424763fe3dd2fe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7972026-02-19T20:12:35.475Z Compiling hyper v1.8.1
7982026-02-19T20:12:35.479Z Running `/home/build/.rustup/toolchains/1.93.1-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=f15b2256724acbb5 -C extra-filename=-10c7e7dc7bd4bfb2 --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-5e6cb7bbad19d54f.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-b197abe07a22705f.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3067f624758dfef9.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-cc27aa8d540f6610.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-083ec29941b6bf06.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-98e0351f85470f6b.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-48bb9ea7c5cce0db.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-c6a2d64a395ac7e3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-969bbebfc4ba85d6.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-f1d0151bc08ad93c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-35016916d83ad148.rmeta --cap-lints allow`
7992026-02-19T20:12:35.496Z Compiling unicode-width v0.1.9
8002026-02-19T20:12:35.508Z Running `/home/build/.rustup/toolchains/1.93.1-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=bff66bc9cc77f65e -C extra-filename=-52c30a41964794fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8012026-02-19T20:12:35.600Z Compiling winnow v0.7.13
8022026-02-19T20:12:35.604Z Running `/home/build/.rustup/toolchains/1.93.1-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=e9039add9065f7d1 -C extra-filename=-24fb5c1200598207 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8032026-02-19T20:12:35.666Z Compiling iana-time-zone v0.1.47
8042026-02-19T20:12:35.677Z Running `/home/build/.rustup/toolchains/1.93.1-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=ede7ee5585479ea3 -C extra-filename=-f5bbc4b9c04f1372 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8052026-02-19T20:12:35.717Z Compiling unicode-segmentation v1.10.0
8062026-02-19T20:12:35.720Z Running `/home/build/.rustup/toolchains/1.93.1-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=c1f24e25938430f4 -C extra-filename=-b39e55920e2c8cc6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8072026-02-19T20:12:36.076Z Compiling chrono v0.4.43
8082026-02-19T20:12:36.079Z Running `/home/build/.rustup/toolchains/1.93.1-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=3c9a2fcc21a177ac -C extra-filename=-76ec4334627bdadc --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-f5bbc4b9c04f1372.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-2e26f0aef7d0902c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rmeta --cap-lints allow`
8092026-02-19T20:12:36.338Z Compiling newline-converter v0.3.0
8102026-02-19T20:12:36.341Z Running `/home/build/.rustup/toolchains/1.93.1-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=937d254fbc759e41 -C extra-filename=-7ec9aa44d33ea26a --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-b39e55920e2c8cc6.rmeta --cap-lints allow`
8112026-02-19T20:12:36.472Z Compiling console v0.15.7
8122026-02-19T20:12:36.476Z Running `/home/build/.rustup/toolchains/1.93.1-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=771c889ab51c0df8 -C extra-filename=-4f20d492f583643e --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-3d4a7ddca9ba7fdc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-52c30a41964794fc.rmeta --cap-lints allow`
8132026-02-19T20:12:36.512Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-502db9f2a073a822/build-script-build`
8142026-02-19T20:12:36.531Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-551a6eb2d0d2a86b/build-script-build`
8152026-02-19T20:12:36.893Z Compiling sha1 v0.10.6
8162026-02-19T20:12:36.905Z Running `/home/build/.rustup/toolchains/1.93.1-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=fec0d05b5caa16d2 -C extra-filename=-911691505516f2f5 --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-b653c1b5da80782d.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-fc8b7725850c64ef.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-4d5b9fd0e1b1281c.rmeta --cap-lints allow`
8172026-02-19T20:12:37.312Z Compiling mime_guess v2.0.5
8182026-02-19T20:12:37.315Z Running `/home/build/.rustup/toolchains/1.93.1-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=9a881f55b7db41af -C extra-filename=-3267941ca01c0ec6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-3267941ca01c0ec6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-c75b9d29061775b3.rlib --cap-lints allow`
8192026-02-19T20:12:37.812Z Compiling hyper-util v0.1.20
8202026-02-19T20:12:37.815Z Running `/home/build/.rustup/toolchains/1.93.1-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=5284b7ca810c1e3a -C extra-filename=-ccca1e27379dd204 --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-00308df0292d0f2c.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-b197abe07a22705f.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-027179af38846234.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-083ec29941b6bf06.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-e8c4d7dbcd8f6295.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-86540e3cb9c456b7.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-a1024df14c1bda1f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7536594cb39896db.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-c23f30d3647c23e5.rmeta --cap-lints allow`
8212026-02-19T20:12:38.046Z Compiling idna v1.0.3
8222026-02-19T20:12:38.050Z Running `/home/build/.rustup/toolchains/1.93.1-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=9f97857aa576b75b -C extra-filename=-a36d0b7460d5e572 --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-f86b8a6ee4905f90.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-f1d0151bc08ad93c.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-57017c2f24498990.rmeta --cap-lints allow`
8232026-02-19T20:12:38.350Z Compiling rand v0.8.4
8242026-02-19T20:12:38.353Z Running `/home/build/.rustup/toolchains/1.93.1-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=a7d9f175658c7c7d -C extra-filename=-64ee011dc40a1fce --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-443d40f800e10b3d.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-7a4e43075aa4bec3.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-d1a4ab97f4ffd74f.rmeta --cap-lints allow`
8252026-02-19T20:12:38.830Z Compiling toml_parser v1.0.8+spec-1.1.0
8262026-02-19T20:12:38.833Z Running `/home/build/.rustup/toolchains/1.93.1-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.8+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_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_enums' '--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=06186628c12be0d1 -C extra-filename=-8e64753a2ec395cf --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-24fb5c1200598207.rmeta --cap-lints allow`
8272026-02-19T20:12:39.464Z Running `/home/build/.rustup/toolchains/1.93.1-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=500f6e5726ee791a -C extra-filename=-8d5c5b52181d04ae --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-1eb64343797ac5a8.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-87424763fe3dd2fe.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-957fec2d6998546d.rmeta --cap-lints allow`
8282026-02-19T20:12:39.621Z Running `/home/build/.rustup/toolchains/1.93.1-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=208c4d5f1d5974f0 -C extra-filename=-b47d56981963eb05 --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-15c0bd091c6264ed.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-6722e0d44918fc76.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-3a4049a02e7fe0b3.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-2b313045df4b46ac.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
8292026-02-19T20:12:39.778Z Running `/home/build/.rustup/toolchains/1.93.1-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=0c57369fcf9a4550 -C extra-filename=-22169613b84fed60 --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-15c0bd091c6264ed.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-e140780d95b0c8db.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-6291c184e4806731.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-7e77eeceaebf3a16.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-eb2ce32225736a62.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out`
8302026-02-19T20:12:39.807Z Running `/home/build/.rustup/toolchains/1.93.1-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=7733841c3a4443d1 -C extra-filename=-5ea7c1792cd6fe92 --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-451338f658f41c56.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-e140780d95b0c8db.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-6291c184e4806731.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-7e77eeceaebf3a16.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-eb2ce32225736a62.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
8312026-02-19T20:12:40.235Z Running `/home/build/.rustup/toolchains/1.93.1-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=38966f6f2be668f4 -C extra-filename=-f1d36b660ab30425 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
8322026-02-19T20:12:40.496Z Compiling thiserror-impl v1.0.69
8332026-02-19T20:12:40.499Z Running `/home/build/.rustup/toolchains/1.93.1-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=6049ce759097c50b -C extra-filename=-326a7294829c63e5 --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern proc_macro --cap-lints allow`
8342026-02-19T20:12:40.594Z Compiling concurrent-queue v2.5.0
8352026-02-19T20:12:40.597Z Running `/home/build/.rustup/toolchains/1.93.1-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=532a09a842402b8b -C extra-filename=-0a2df825d015fbc1 --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-2207ae5a1c31c3e1.rmeta --cap-lints allow`
8362026-02-19T20:12:40.961Z Compiling serde_derive_internals v0.29.0
8372026-02-19T20:12:40.964Z Running `/home/build/.rustup/toolchains/1.93.1-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=2b13cab92adcd539 -C extra-filename=-69a4bfd60616c056 --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-1f96ef3c12873473.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rmeta --cap-lints allow`
8382026-02-19T20:12:40.986Z Compiling http-body-util v0.1.3
8392026-02-19T20:12:40.992Z Running `/home/build/.rustup/toolchains/1.93.1-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=a21df447a694a5d3 -C extra-filename=-9f5936da8add4804 --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-1352e873e9c57172.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3067f624758dfef9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-083ec29941b6bf06.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --cap-lints allow`
8402026-02-19T20:12:41.465Z Compiling toml_datetime v1.0.0+spec-1.1.0
8412026-02-19T20:12:41.468Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.0.0+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_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_enums' '--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=35b8b678b2f25f21 -C extra-filename=-47a0acf2b0470376 --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-26a40a9488fe51a6.rmeta --cap-lints allow`
8422026-02-19T20:12:41.713Z Compiling serde_spanned v1.0.4
8432026-02-19T20:12:41.725Z Running `/home/build/.rustup/toolchains/1.93.1-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=d65fd2eef85abfdd -C extra-filename=-b65ee668fe16ebbd --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-26a40a9488fe51a6.rmeta --cap-lints allow`
8442026-02-19T20:12:41.977Z Compiling rustls-pemfile v2.2.0
8452026-02-19T20:12:41.980Z Running `/home/build/.rustup/toolchains/1.93.1-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=7aa4627b66004344 -C extra-filename=-c96e294d88e43f67 --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-04f0f6acccfc31e5.rmeta --cap-lints allow`
8462026-02-19T20:12:42.022Z Running `/home/build/.rustup/toolchains/1.93.1-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=65f56ad48b35ab8c -C extra-filename=-783770924f5977bc --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-1f96ef3c12873473.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-c8eb3a8794d4ee38.rmeta --cap-lints allow`
8472026-02-19T20:12:42.101Z Compiling multer v3.1.0
8482026-02-19T20:12:42.105Z Running `/home/build/.rustup/toolchains/1.93.1-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=6726ea7bd60a48c5 -C extra-filename=-fd5ea87b87837e7f --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-fd5ea87b87837e7f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-26974ee0e0164c1a.rlib --cap-lints allow`
8492026-02-19T20:12:42.349Z Compiling sync_wrapper v1.0.1
8502026-02-19T20:12:42.352Z Running `/home/build/.rustup/toolchains/1.93.1-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=1eb2e36a93dce75d -C extra-filename=-ebb502ae4ab1bc17 --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-3067f624758dfef9.rmeta --cap-lints allow`
8512026-02-19T20:12:42.497Z Compiling thread_local v1.1.4
8522026-02-19T20:12:42.507Z Running `/home/build/.rustup/toolchains/1.93.1-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=d175a5c0722c16a4 -C extra-filename=-8f4bf4a76d6e7cd4 --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-451338f658f41c56.rmeta --cap-lints allow`
8532026-02-19T20:12:42.512Z Compiling encoding_rs v0.8.32
8542026-02-19T20:12:42.522Z Running `/home/build/.rustup/toolchains/1.93.1-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=f6bcd37dddaad21e -C extra-filename=-0dcafebf902291b4 --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-b653c1b5da80782d.rmeta --cap-lints allow`
8552026-02-19T20:12:42.759Z Compiling slog-async v2.8.0
8562026-02-19T20:12:42.762Z Running `/home/build/.rustup/toolchains/1.93.1-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=371fe699ff8d740b -C extra-filename=-19edd30c42d13f36 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-19edd30c42d13f36 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8572026-02-19T20:12:43.000Z Compiling similar v2.2.1
8582026-02-19T20:12:43.009Z Running `/home/build/.rustup/toolchains/1.93.1-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=2542ffd4683e7931 -C extra-filename=-bfd0456f36d7d86d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8592026-02-19T20:12:43.109Z Compiling match_cfg v0.1.0
8602026-02-19T20:12:43.122Z Running `/home/build/.rustup/toolchains/1.93.1-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=a2ac99b710738630 -C extra-filename=-3f6a8fb1b335d18a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8612026-02-19T20:12:43.207Z Compiling target-triple v1.0.0
8622026-02-19T20:12:43.210Z Running `/home/build/.rustup/toolchains/1.93.1-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=1ea8dde642e44bb7 -C extra-filename=-3be42fae60828d54 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-3be42fae60828d54 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8632026-02-19T20:12:43.294Z Compiling semver v1.0.27
8642026-02-19T20:12:43.297Z Running `/home/build/.rustup/toolchains/1.93.1-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=c0d2bc67362eea8a -C extra-filename=-6389b18acfd0c510 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8652026-02-19T20:12:43.750Z Compiling parking v2.2.0
8662026-02-19T20:12:43.753Z Running `/home/build/.rustup/toolchains/1.93.1-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=6d81e37434ed6bc4 -C extra-filename=-cbd24f6e80455f98 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8672026-02-19T20:12:43.974Z Compiling camino v1.2.2
8682026-02-19T20:12:43.978Z Running `/home/build/.rustup/toolchains/1.93.1-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=50dbfc9f91db9cdb -C extra-filename=-ab4fb57e1b5aa50c --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-ab4fb57e1b5aa50c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8692026-02-19T20:12:44.082Z Compiling heck v0.5.0
8702026-02-19T20:12:44.095Z Running `/home/build/.rustup/toolchains/1.93.1-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=bb9bd5a5e206c3b6 -C extra-filename=-67a5fe7d367b9b47 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8712026-02-19T20:12:44.359Z Compiling schemars v0.8.22
8722026-02-19T20:12:44.374Z Running `/home/build/.rustup/toolchains/1.93.1-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=57eb95adc4d278a5 -C extra-filename=-e025ad8eceba4b99 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-e025ad8eceba4b99 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8732026-02-19T20:12:44.549Z Compiling toml_writer v1.0.6+spec-1.1.0
8742026-02-19T20:12:44.552Z Running `/home/build/.rustup/toolchains/1.93.1-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=380464e7f6defb54 -C extra-filename=-489c11f271f26cc8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8752026-02-19T20:12:44.636Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-ab4fb57e1b5aa50c/build-script-build`
8762026-02-19T20:12:44.702Z Compiling event-listener v5.0.0
8772026-02-19T20:12:44.706Z Running `/home/build/.rustup/toolchains/1.93.1-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=e5d7ccec5876ab88 -C extra-filename=-ef3cb21c1616ab53 --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-0a2df825d015fbc1.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-cbd24f6e80455f98.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --cap-lints allow`
8782026-02-19T20:12:44.794Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-e025ad8eceba4b99/build-script-build`
8792026-02-19T20:12:44.814Z Compiling tokio-rustls v0.25.0
8802026-02-19T20:12:44.826Z Running `/home/build/.rustup/toolchains/1.93.1-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=f7d8d713843fdd25 -C extra-filename=-03d0667f332fe93c --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-22169613b84fed60.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out`
8812026-02-19T20:12:44.976Z Compiling toml v1.0.1+spec-1.1.0
8822026-02-19T20:12:44.989Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.0.1+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_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_enums' '--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=2e89ea1376416da7 -C extra-filename=-191c870d789586e1 --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-26a40a9488fe51a6.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-b65ee668fe16ebbd.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-47a0acf2b0470376.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-8e64753a2ec395cf.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-489c11f271f26cc8.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-24fb5c1200598207.rmeta --cap-lints allow`
8832026-02-19T20:12:45.203Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-3be42fae60828d54/build-script-build`
8842026-02-19T20:12:45.236Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-19edd30c42d13f36/build-script-build`
8852026-02-19T20:12:45.249Z Compiling hostname v0.3.1
8862026-02-19T20:12:45.252Z Running `/home/build/.rustup/toolchains/1.93.1-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=340e13c64cce2eb7 -C extra-filename=-d2ac004492aca871 --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-443d40f800e10b3d.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-3f6a8fb1b335d18a.rmeta --cap-lints allow`
8872026-02-19T20:12:45.271Z Running `/home/build/.rustup/toolchains/1.93.1-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=af18722aacd5ef76 -C extra-filename=-f5296a2912fc54a6 --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-326a7294829c63e5.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
8882026-02-19T20:12:45.287Z Compiling schemars_derive v0.8.22
8892026-02-19T20:12:45.290Z Running `/home/build/.rustup/toolchains/1.93.1-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=23831a9ef0a575ff -C extra-filename=-ebf6fd56343443e1 --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-69a4bfd60616c056.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern proc_macro --cap-lints allow`
8902026-02-19T20:12:45.429Z Compiling tokio-rustls v0.26.0
8912026-02-19T20:12:45.433Z Running `/home/build/.rustup/toolchains/1.93.1-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=ed7acd0c52032daa -C extra-filename=-4270169b0700b023 --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-5ea7c1792cd6fe92.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out`
8922026-02-19T20:12:45.474Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-fd5ea87b87837e7f/build-script-build`
8932026-02-19T20:12:45.539Z Compiling tower v0.5.2
8942026-02-19T20:12:45.551Z Running `/home/build/.rustup/toolchains/1.93.1-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=207a22a8a668fdf1 -C extra-filename=-181d19600504cbfe --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-3067f624758dfef9.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-027179af38846234.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-ebb502ae4ab1bc17.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-a1024df14c1bda1f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7536594cb39896db.rmeta --cap-lints allow`
8952026-02-19T20:12:45.883Z Compiling serde_urlencoded v0.7.1
8962026-02-19T20:12:45.886Z Running `/home/build/.rustup/toolchains/1.93.1-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=0d16081b5cdd9f41 -C extra-filename=-6ba507bb29194682 --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-f955fb0533c62dc0.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-c6a2d64a395ac7e3.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-f1d36b660ab30425.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rmeta --cap-lints allow`
8972026-02-19T20:12:46.396Z Compiling tokio-native-tls v0.3.1
8982026-02-19T20:12:46.399Z Running `/home/build/.rustup/toolchains/1.93.1-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=093555751c768556 -C extra-filename=-32af1cc33f338554 --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-b47d56981963eb05.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8992026-02-19T20:12:46.463Z Compiling url v2.5.4
9002026-02-19T20:12:46.466Z Running `/home/build/.rustup/toolchains/1.93.1-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=f71ee9a4c263ac44 -C extra-filename=-cca56bde88e7b250 --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-f955fb0533c62dc0.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-a36d0b7460d5e572.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rmeta --cap-lints allow`
9012026-02-19T20:12:46.590Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-3267941ca01c0ec6/build-script-build`
9022026-02-19T20:12:46.610Z Compiling usdt-attr-macro v0.6.0
9032026-02-19T20:12:46.613Z Running `/home/build/.rustup/toolchains/1.93.1-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=4ed6b5729e0cf5f6 -C extra-filename=-67b73e1f27caf648 --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-f185eb9d811d9a7c.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-a5eaa9914a020637.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-c2ab2b262b1557c7.rlib --extern proc_macro --cap-lints allow`
9042026-02-19T20:12:46.674Z Compiling usdt-macro v0.6.0
9052026-02-19T20:12:46.678Z Running `/home/build/.rustup/toolchains/1.93.1-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=5556d675b54e9f85 -C extra-filename=-0bcafa362d17ca95 --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-f185eb9d811d9a7c.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-a5eaa9914a020637.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-c2ab2b262b1557c7.rlib --extern proc_macro --cap-lints allow`
9062026-02-19T20:12:47.984Z Compiling slog-json v2.6.1
9072026-02-19T20:12:48.010Z Running `/home/build/.rustup/toolchains/1.93.1-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=9eb2fc6f4bced0cd -C extra-filename=-2305f8d0f0598db7 --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-ad2cf69079a9b684.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-efeb6aa2325daa5a.rmeta --cap-lints allow`
9082026-02-19T20:12:48.131Z Running `/home/build/.rustup/toolchains/1.93.1-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=66b541a22765ab85 -C extra-filename=-16dd2e254d009a31 --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-c4b70c0cd02f9545.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-8d5c5b52181d04ae.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-f185eb9d811d9a7c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1f96ef3c12873473.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-783770924f5977bc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-a2e70145f1ad9838.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)'`
9092026-02-19T20:12:48.148Z Compiling futures-executor v0.3.32
9102026-02-19T20:12:48.151Z Running `/home/build/.rustup/toolchains/1.93.1-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.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 --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", "thread-pool"))' -C metadata=e3b5793c1db39f89 -C extra-filename=-7a6fcebc348a6470 --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-3067f624758dfef9.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c8e87065c136e752.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-027179af38846234.rmeta --cap-lints allow`
9112026-02-19T20:12:48.177Z Compiling async-stream-impl v0.3.6
9122026-02-19T20:12:48.193Z Running `/home/build/.rustup/toolchains/1.93.1-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=d494de85162b8de9 -C extra-filename=-d6378091249317ce --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern proc_macro --cap-lints allow`
9132026-02-19T20:12:48.348Z Compiling tempfile v3.25.0
9142026-02-19T20:12:48.352Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.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="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=bd034da2a1cd333a -C extra-filename=-3a3e5cdb0285d3a3 --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-b1497145764c9388.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-1fbd113bcea0fc26.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-451338f658f41c56.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-e77adc5069d25e46.rmeta --cap-lints allow`
9152026-02-19T20:12:48.596Z Compiling crossbeam-channel v0.5.15
9162026-02-19T20:12:48.600Z Running `/home/build/.rustup/toolchains/1.93.1-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=3bbb53cd1b6f415d -C extra-filename=-9de6e81a271bd931 --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-2207ae5a1c31c3e1.rmeta --cap-lints allow`
9172026-02-19T20:12:48.683Z Compiling uuid v1.21.0
9182026-02-19T20:12:48.686Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=be49f129a5631e79 -C extra-filename=-4d2f94e259bbacc1 --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-1fbd113bcea0fc26.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-26a40a9488fe51a6.rmeta --cap-lints allow`
9192026-02-19T20:12:49.201Z Compiling webpki-roots v0.26.5
9202026-02-19T20:12:49.204Z Running `/home/build/.rustup/toolchains/1.93.1-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=fd0aa99c7472b8cf -C extra-filename=-2f059468faf26093 --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-04f0f6acccfc31e5.rmeta --cap-lints allow`
9212026-02-19T20:12:49.395Z Compiling is-terminal v0.4.12
9222026-02-19T20:12:49.399Z Running `/home/build/.rustup/toolchains/1.93.1-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=29bf5f42013222a1 -C extra-filename=-78963b8439937846 --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-443d40f800e10b3d.rmeta --cap-lints allow`
9232026-02-19T20:12:49.449Z Compiling memmap2 v0.9.8
9242026-02-19T20:12:49.452Z Running `/home/build/.rustup/toolchains/1.93.1-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=dc2afd89b7864160 -C extra-filename=-13132e50f04a795a --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-443d40f800e10b3d.rmeta --cap-lints allow`
9252026-02-19T20:12:49.494Z Compiling dropshot v0.16.7 (/work/oxidecomputer/dropshot/dropshot)
9262026-02-19T20:12:49.498Z Running `/home/build/.rustup/toolchains/1.93.1-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=6ad7401a4909266b -C extra-filename=-5919479d3938b05e --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-5919479d3938b05e -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-26974ee0e0164c1a.rlib`
9272026-02-19T20:12:49.531Z Compiling term v1.1.0
9282026-02-19T20:12:49.534Z Running `/home/build/.rustup/toolchains/1.93.1-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=34d69bbf5343622a -C extra-filename=-4c720f65078fe2c1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9292026-02-19T20:12:49.628Z Compiling utf-8 v0.7.6
9302026-02-19T20:12:49.631Z Running `/home/build/.rustup/toolchains/1.93.1-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=b3094b838217726c -C extra-filename=-16376fd8e2786c9d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9312026-02-19T20:12:49.660Z Compiling dyn-clone v1.0.4
9322026-02-19T20:12:49.664Z Running `/home/build/.rustup/toolchains/1.93.1-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=7a7d298f706d293a -C extra-filename=-141235a5974fca5e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9332026-02-19T20:12:49.675Z Compiling iri-string v0.7.8
9342026-02-19T20:12:49.678Z Running `/home/build/.rustup/toolchains/1.93.1-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=7685fa29d29f781b -C extra-filename=-34c14fa83bb9784c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9352026-02-19T20:12:49.803Z Compiling data-encoding v2.4.0
9362026-02-19T20:12:49.807Z Running `/home/build/.rustup/toolchains/1.93.1-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=4816c28a72f9cd1d -C extra-filename=-fbfdcc6d5fc6729a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9372026-02-19T20:12:49.861Z Compiling take_mut v0.2.2
9382026-02-19T20:12:49.864Z Running `/home/build/.rustup/toolchains/1.93.1-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=c5f7ac65f5cd2cd4 -C extra-filename=-2127217944e5ba1a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9392026-02-19T20:12:49.911Z Compiling anyhow v1.0.101
9402026-02-19T20:12:49.924Z Running `/home/build/.rustup/toolchains/1.93.1-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=118ec47bc1731143 -C extra-filename=-c840966a982c461b --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-c840966a982c461b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9412026-02-19T20:12:49.936Z Compiling spin v0.9.8
9422026-02-19T20:12:49.948Z Running `/home/build/.rustup/toolchains/1.93.1-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=121434f0e2cf0f81 -C extra-filename=-cd1f70f4117d1280 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9432026-02-19T20:12:50.033Z Running `/home/build/.rustup/toolchains/1.93.1-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=447a66a8501c5f9d -C extra-filename=-71382a9e8ad303f9 --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-9de6e81a271bd931.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-2127217944e5ba1a.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-8f4bf4a76d6e7cd4.rmeta --cap-lints allow --cfg integer128`
9442026-02-19T20:12:50.123Z Running `/home/build/.rustup/toolchains/1.93.1-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=300a5918f45aa117 -C extra-filename=-693117be7c895431 --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-1352e873e9c57172.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-0dcafebf902291b4.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-027179af38846234.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-98e0351f85470f6b.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-334b7aa674d17e7d.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-2955e992ad4595ed.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-cd1f70f4117d1280.rmeta --cap-lints allow`
9452026-02-19T20:12:50.538Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-c840966a982c461b/build-script-build`
9462026-02-19T20:12:50.942Z Compiling tungstenite v0.24.0
9472026-02-19T20:12:50.945Z Running `/home/build/.rustup/toolchains/1.93.1-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=e7e164668d0382f3 -C extra-filename=-840002cd4df8dc33 --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-c4b70c0cd02f9545.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-fbfdcc6d5fc6729a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-98e0351f85470f6b.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-15c0bd091c6264ed.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-64ee011dc40a1fce.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-f5296a2912fc54a6.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-16376fd8e2786c9d.rmeta --cap-lints allow`
9482026-02-19T20:12:51.046Z Compiling slog-term v2.9.2
9492026-02-19T20:12:51.049Z Running `/home/build/.rustup/toolchains/1.93.1-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=7f6b3188927c65d2 -C extra-filename=-6b16bc9b233eeda5 --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-76ec4334627bdadc.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-78963b8439937846.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-4c720f65078fe2c1.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-8f4bf4a76d6e7cd4.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-efeb6aa2325daa5a.rmeta --cap-lints allow`
9502026-02-19T20:12:51.186Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-5919479d3938b05e/build-script-build`
9512026-02-19T20:12:51.189Z Running `/home/build/.rustup/toolchains/1.93.1-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=4a0fab8706317c7c -C extra-filename=-ba87c11b994c30ce --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-76ec4334627bdadc.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-141235a5974fca5e.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-ebf6fd56343443e1.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9522026-02-19T20:12:51.232Z Compiling usdt v0.6.0
9532026-02-19T20:12:51.235Z Running `/home/build/.rustup/toolchains/1.93.1-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=897271afbc7347cb -C extra-filename=-02b9b9d1b6b03526 --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-8d5c5b52181d04ae.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-1eb64343797ac5a8.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-13132e50f04a795a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-67b73e1f27caf648.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-16dd2e254d009a31.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-0bcafa362d17ca95.so --cap-lints allow`
9542026-02-19T20:12:51.739Z Compiling async-stream v0.3.6
9552026-02-19T20:12:51.742Z Running `/home/build/.rustup/toolchains/1.93.1-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=8807a4c5bcd91bd3 -C extra-filename=-8a022441c56011e2 --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-d6378091249317ce.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3067f624758dfef9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --cap-lints allow`
9562026-02-19T20:12:51.753Z Compiling hyper-rustls v0.27.3
9572026-02-19T20:12:51.753Z Running `/home/build/.rustup/toolchains/1.93.1-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=d6af028bb784f3d8 -C extra-filename=-45a6d048a8082781 --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-027179af38846234.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5ea7c1792cd6fe92.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4270169b0700b023.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7536594cb39896db.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-2f059468faf26093.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out`
9582026-02-19T20:12:52.043Z Compiling atomicwrites v0.4.4
9592026-02-19T20:12:52.055Z Running `/home/build/.rustup/toolchains/1.93.1-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=b988d50743e2ac06 -C extra-filename=-29c3682374c567a3 --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-b165a4f6b5703bbb.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rmeta --cap-lints allow`
9602026-02-19T20:12:52.372Z Compiling futures v0.3.32
9612026-02-19T20:12:52.377Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.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 --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", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=33917af1c72baa5e -C extra-filename=-83ecd5d3d7e0325e --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-b197abe07a22705f.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3067f624758dfef9.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-7a6fcebc348a6470.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-12476fb84ee2f98f.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-4b8734b8ea52f329.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c8e87065c136e752.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-027179af38846234.rmeta --cap-lints allow`
9622026-02-19T20:12:52.388Z Compiling slog-bunyan v2.5.0
9632026-02-19T20:12:52.399Z Running `/home/build/.rustup/toolchains/1.93.1-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=9ddfd33b531df4c5 -C extra-filename=-8120a8c4db6c8009 --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-d2ac004492aca871.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-efeb6aa2325daa5a.rmeta --cap-lints allow`
9642026-02-19T20:12:52.403Z Compiling hyper-tls v0.6.0
9652026-02-19T20:12:52.411Z Running `/home/build/.rustup/toolchains/1.93.1-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=3277a92d87180e7c -C extra-filename=-898822d67c525664 --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-1352e873e9c57172.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-b47d56981963eb05.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-32af1cc33f338554.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7536594cb39896db.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9662026-02-19T20:12:52.465Z Running `/home/build/.rustup/toolchains/1.93.1-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=bb04cd0b8dfdb4cd -C extra-filename=-b0177619a811e992 --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-2955e992ad4595ed.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-c75b9d29061775b3.rmeta --cap-lints allow`
9672026-02-19T20:12:52.479Z Running `/home/build/.rustup/toolchains/1.93.1-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=decfa2acd56a198b -C extra-filename=-febef3362a07932f --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"))'`
9682026-02-19T20:12:52.589Z Compiling tower-http v0.6.8
9692026-02-19T20:12:52.592Z Running `/home/build/.rustup/toolchains/1.93.1-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=ec4081591c510237 -C extra-filename=-c0fe09af5767f7e7 --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-9c7a9e447c7a428c.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-027179af38846234.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-083ec29941b6bf06.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-34c14fa83bb9784c.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-181d19600504cbfe.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-a1024df14c1bda1f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7536594cb39896db.rmeta --cap-lints allow`
9702026-02-19T20:12:52.604Z Compiling event-listener-strategy v0.5.4
9712026-02-19T20:12:52.609Z Running `/home/build/.rustup/toolchains/1.93.1-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=3fd2dc5b947071ff -C extra-filename=-3e83fd257e0e7885 --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-ef3cb21c1616ab53.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --cap-lints allow`
9722026-02-19T20:12:52.808Z Running `/home/build/.rustup/toolchains/1.93.1-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=4d3d12ab90788776 -C extra-filename=-d362a9218ff71c47 --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-26a40a9488fe51a6.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)'`
9732026-02-19T20:12:52.825Z Compiling dropshot_endpoint v0.16.7 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9742026-02-19T20:12:52.838Z Running `/home/build/.rustup/toolchains/1.93.1-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=26937920717efe71 -C extra-filename=-4eca37154be0def6 --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-67a5fe7d367b9b47.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d2508aa196f7b616.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-a5eaa9914a020637.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern proc_macro`
9752026-02-19T20:12:53.039Z Compiling rustls-native-certs v0.7.0
9762026-02-19T20:12:53.043Z Running `/home/build/.rustup/toolchains/1.93.1-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=73434ecfcb1bf201 -C extra-filename=-19fd424a430874dc --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-3a4049a02e7fe0b3.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rmeta --cap-lints allow`
9772026-02-19T20:12:53.421Z Compiling openapiv3 v2.2.0
9782026-02-19T20:12:53.425Z Running `/home/build/.rustup/toolchains/1.93.1-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=8656dbeab1f47bce -C extra-filename=-9cebde60bceceada --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-dbb758f4b8d6c46a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rmeta --cap-lints allow`
9792026-02-19T20:12:53.436Z Compiling yasna v0.5.2
9802026-02-19T20:12:53.440Z Compiling async-trait v0.1.89
9812026-02-19T20:12:53.440Z Running `/home/build/.rustup/toolchains/1.93.1-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=712447e218583dfc -C extra-filename=-e27bc68349383d07 --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-efeb6aa2325daa5a.rmeta --cap-lints allow`
9822026-02-19T20:12:53.440Z Running `/home/build/.rustup/toolchains/1.93.1-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=dbeb7dd716cecd2f -C extra-filename=-d754a5acf45c1bfe --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-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern proc_macro --cap-lints allow`
9832026-02-19T20:12:53.641Z Compiling pem v3.0.6
9842026-02-19T20:12:53.644Z Running `/home/build/.rustup/toolchains/1.93.1-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=c94bd001e06fec89 -C extra-filename=-3cc8d991b623a10b --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-00308df0292d0f2c.rmeta --cap-lints allow`
9852026-02-19T20:12:53.713Z Compiling waitgroup v0.1.2
9862026-02-19T20:12:53.752Z Running `/home/build/.rustup/toolchains/1.93.1-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=6a9cefa2e373a0ae -C extra-filename=-d63a0ecbd41ea6b8 --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-5e6cb7bbad19d54f.rmeta --cap-lints allow`
9872026-02-19T20:12:53.997Z Compiling serde_path_to_error v0.1.20
9882026-02-19T20:12:54.001Z Running `/home/build/.rustup/toolchains/1.93.1-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=b49e39869e00e7ee -C extra-filename=-914e4766f0fc70c3 --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-c6a2d64a395ac7e3.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-26a40a9488fe51a6.rmeta --cap-lints allow`
9892026-02-19T20:12:54.229Z Compiling webpki-roots v1.0.0
9902026-02-19T20:12:54.232Z Running `/home/build/.rustup/toolchains/1.93.1-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=4f6d949dadcada3d -C extra-filename=-e86360157c7a643f --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-04f0f6acccfc31e5.rmeta --cap-lints allow`
9912026-02-19T20:12:54.466Z Compiling hostname v0.4.2
9922026-02-19T20:12:54.470Z Running `/home/build/.rustup/toolchains/1.93.1-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=92c41b83426adcbb -C extra-filename=-3ecb145d046c149e --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-b653c1b5da80782d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rmeta --cap-lints allow`
9932026-02-19T20:12:54.501Z Compiling termcolor v1.1.2
9942026-02-19T20:12:54.504Z Running `/home/build/.rustup/toolchains/1.93.1-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=d173388c520688c3 -C extra-filename=-5782b36caa9ae355 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9952026-02-19T20:12:54.697Z Compiling simple-mermaid v0.2.0
9962026-02-19T20:12:54.707Z Running `/home/build/.rustup/toolchains/1.93.1-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=6e8342691965cd50 -C extra-filename=-706dbf32d4ef86d7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9972026-02-19T20:12:54.740Z Compiling glob v0.3.0
9982026-02-19T20:12:54.740Z Running `/home/build/.rustup/toolchains/1.93.1-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=95a9889a5d5daec0 -C extra-filename=-d0137df090fa14a0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9992026-02-19T20:12:54.801Z Compiling debug-ignore v1.0.5
10002026-02-19T20:12:54.813Z Running `/home/build/.rustup/toolchains/1.93.1-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=4243898b20c854cb -C extra-filename=-a61dc41a03e42861 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10012026-02-19T20:12:54.824Z Compiling http-range v0.1.4
10022026-02-19T20:12:54.828Z Running `/home/build/.rustup/toolchains/1.93.1-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=4f0042a79862c2ee -C extra-filename=-945e6854caef3f75 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10032026-02-19T20:12:54.973Z Compiling reqwest v0.12.28
10042026-02-19T20:12:54.976Z Running `/home/build/.rustup/toolchains/1.93.1-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=e160769aece15755 -C extra-filename=-d6c8012db1db9c69 --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-00308df0292d0f2c.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-0dcafebf902291b4.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3067f624758dfef9.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-cc27aa8d540f6610.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-083ec29941b6bf06.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-45a6d048a8082781.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-898822d67c525664.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-15c0bd091c6264ed.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-2955e992ad4595ed.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-b47d56981963eb05.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5ea7c1792cd6fe92.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-ebb502ae4ab1bc17.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-32af1cc33f338554.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-4270169b0700b023.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-181d19600504cbfe.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-c0fe09af5767f7e7.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7536594cb39896db.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-cca56bde88e7b250.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-e86360157c7a643f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10052026-02-19T20:12:55.102Z Compiling trybuild v1.0.116
10062026-02-19T20:12:55.105Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=1f4e5bfc2c0e7408 -C extra-filename=-27548fa6e48b0b6e --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-d0137df090fa14a0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-61f600bb3d0d2826.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-febef3362a07932f.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-5782b36caa9ae355.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rmeta --cap-lints allow`
10072026-02-19T20:12:55.149Z Compiling hyper-staticfile v0.10.1
10082026-02-19T20:12:55.152Z Running `/home/build/.rustup/toolchains/1.93.1-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=fe1ca843f1b018cc -C extra-filename=-4b38b6694eb364fa --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-027179af38846234.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-945e6854caef3f75.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-48bb9ea7c5cce0db.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-64ee011dc40a1fce.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-cca56bde88e7b250.rmeta --cap-lints allow`
10092026-02-19T20:12:55.234Z Compiling rcgen v0.14.7
10102026-02-19T20:12:55.247Z Running `/home/build/.rustup/toolchains/1.93.1-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=b1df24de4135cece -C extra-filename=-4d86d33f9e8f5e73 --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-3cc8d991b623a10b.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-e140780d95b0c8db.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-efeb6aa2325daa5a.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-e27bc68349383d07.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out`
10112026-02-19T20:12:55.574Z Compiling hyper-rustls v0.26.0
10122026-02-19T20:12:55.577Z Running `/home/build/.rustup/toolchains/1.93.1-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=c7e02ab6cde5e121 -C extra-filename=-7c18c674699f307e --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-027179af38846234.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-15c0bd091c6264ed.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-19fd424a430874dc.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-7536594cb39896db.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out`
10132026-02-19T20:12:55.677Z Compiling async-channel v2.5.0
10142026-02-19T20:12:55.681Z Running `/home/build/.rustup/toolchains/1.93.1-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=e1d5d6bff8d87639 -C extra-filename=-f0206f1d7358ff0b --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-0a2df825d015fbc1.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-3e83fd257e0e7885.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-3067f624758dfef9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b18f6d2311024118.rmeta --cap-lints allow`
10152026-02-19T20:12:56.075Z Compiling expectorate v1.2.0
10162026-02-19T20:12:56.078Z Running `/home/build/.rustup/toolchains/1.93.1-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=64ad112880120cd9 -C extra-filename=-ee921f0ca7cc8718 --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-29c3682374c567a3.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-4f20d492f583643e.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-7ec9aa44d33ea26a.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-bfd0456f36d7d86d.rmeta --cap-lints allow`
10172026-02-19T20:12:56.118Z Compiling tokio-tungstenite v0.24.0
10182026-02-19T20:12:56.130Z Running `/home/build/.rustup/toolchains/1.93.1-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=48760e06d711dd0e -C extra-filename=-13550fd5ca42aa85 --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-027179af38846234.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-15c0bd091c6264ed.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-840002cd4df8dc33.rmeta --cap-lints allow`
10192026-02-19T20:12:56.223Z Running `/home/build/.rustup/toolchains/1.93.1-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=ee2b71c4e2ee4a0e -C extra-filename=-cdb2a60d7fb68bf6 --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)'`
10202026-02-19T20:12:56.328Z Compiling subprocess v0.2.15
10212026-02-19T20:12:56.341Z Running `/home/build/.rustup/toolchains/1.93.1-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=89a8a557d474a215 -C extra-filename=-d2b7320c3b25404f --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-443d40f800e10b3d.rmeta --cap-lints allow`
10222026-02-19T20:12:56.641Z Compiling buf-list v1.1.2
10232026-02-19T20:12:56.684Z Running `/home/build/.rustup/toolchains/1.93.1-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=1b4bd62b8fd38e63 -C extra-filename=-31f65203b0fa9f27 --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-1352e873e9c57172.rmeta --cap-lints allow`
10242026-02-19T20:12:57.040Z Running `/home/build/.rustup/toolchains/1.93.1-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=23d53047c174c6ad -C extra-filename=-c60484377183eac2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10252026-02-19T20:12:57.196Z Compiling prettyplease v0.2.37
10262026-02-19T20:12:57.200Z Running `/home/build/.rustup/toolchains/1.93.1-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=7e858f084c5f890c -C extra-filename=-1deffda3b70ad72c --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-1deffda3b70ad72c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10272026-02-19T20:12:57.383Z Running `/home/build/.rustup/toolchains/1.93.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.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="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=3a18e53f1796295c -C extra-filename=-7832214accce6a2e --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-b1497145764c9388.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-1fbd113bcea0fc26.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-c60484377183eac2.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-e77adc5069d25e46.rmeta --cap-lints allow`
10282026-02-19T20:12:57.416Z Compiling schema-derive v0.1.0
10292026-02-19T20:12:57.419Z Running `/home/build/.rustup/toolchains/1.93.1-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=150d64586b138a8a -C extra-filename=-e6c9aba656763892 --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-49449776d2a32856.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern proc_macro --cap-lints allow`
10302026-02-19T20:12:57.609Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-1deffda3b70ad72c/build-script-build`
10312026-02-19T20:12:57.617Z Running `/home/build/.rustup/toolchains/1.93.1-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=c9906a4f750329ca -C extra-filename=-15854438052e6009 --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-1f96ef3c12873473.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10322026-02-19T20:12:58.233Z Running `/home/build/.rustup/toolchains/1.93.1-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=721e978565bae33d -C extra-filename=-a3ecf98a33df719e --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-b165a4f6b5703bbb.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-7832214accce6a2e.rmeta --cap-lints allow`
10332026-02-19T20:12:58.602Z Running `/home/build/.rustup/toolchains/1.93.1-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=d234f2a175e46995 -C extra-filename=-bea934ba1e0e0f04 --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-a3ecf98a33df719e.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-4f20d492f583643e.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-7ec9aa44d33ea26a.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-bfd0456f36d7d86d.rmeta --cap-lints allow`
10342026-02-19T20:12:59.531Z Compiling schema v0.1.0
10352026-02-19T20:12:59.534Z Running `/home/build/.rustup/toolchains/1.93.1-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=066862b9ab72b416 -C extra-filename=-68eed622088dc0cf --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-1f96ef3c12873473.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-e6c9aba656763892.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rmeta --cap-lints allow`
10362026-02-19T20:12:59.651Z Running `/home/build/.rustup/toolchains/1.93.1-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=2b5b9d1e9c4ecb19 -C extra-filename=-d12334ac2081f37f --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-bea934ba1e0e0f04.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-67a5fe7d367b9b47.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-15854438052e6009.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-68eed622088dc0cf.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d2508aa196f7b616.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-a5eaa9914a020637.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern proc_macro`
10372026-02-19T20:12:59.665Z Running `/home/build/.rustup/toolchains/1.93.1-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=236ad01131140384 -C extra-filename=-0f04b11c3b04250c --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-8a022441c56011e2.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out`
10382026-02-19T20:13:01.069Z Running `/home/build/.rustup/toolchains/1.93.1-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=b140d1cfe8855c4c -C extra-filename=-4214b7cefe68597e --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10392026-02-19T20:13:08.235Z Running `/home/build/.rustup/toolchains/1.93.1-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=121fc4ccbcf5cc0c -C extra-filename=-e39d1b729a9a4f3c --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10402026-02-19T20:13:08.241Z Running `/home/build/.rustup/toolchains/1.93.1-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=558eb96e681cec16 -C extra-filename=-68043d57775899d9 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10412026-02-19T20:13:08.241Z Running `/home/build/.rustup/toolchains/1.93.1-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=aa7ab25e8dcea205 -C extra-filename=-139cf07caa87a4e4 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10422026-02-19T20:13:08.241Z Running `/home/build/.rustup/toolchains/1.93.1-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=fec5bb935c4d04a5 -C extra-filename=-82f90f586916d68b --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10432026-02-19T20:13:08.245Z Running `/home/build/.rustup/toolchains/1.93.1-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=dc006b5ec4c6f7f2 -C extra-filename=-5c40d1371bb0deee --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10442026-02-19T20:13:08.249Z Running `/home/build/.rustup/toolchains/1.93.1-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=bc747b69602eeb30 -C extra-filename=-478569a8fd8d7c12 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10452026-02-19T20:13:08.249Z Running `/home/build/.rustup/toolchains/1.93.1-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=bcf04b1d6f165bcd -C extra-filename=-cde57cbe838d63d1 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10462026-02-19T20:13:26.081Z Running `/home/build/.rustup/toolchains/1.93.1-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=287bfece067f0ec1 -C extra-filename=-37cc4f461be36098 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10472026-02-19T20:13:26.095Z Running `/home/build/.rustup/toolchains/1.93.1-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=11c57211fcd725a9 -C extra-filename=-7d8078cf6869fe55 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10482026-02-19T20:13:26.487Z Running `/home/build/.rustup/toolchains/1.93.1-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=3e0079c264368ff3 -C extra-filename=-58a0f8ba287a40b6 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10492026-02-19T20:13:28.069Z Running `/home/build/.rustup/toolchains/1.93.1-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=cb0027f0b7e7593e -C extra-filename=-62b03ece97572dd0 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10502026-02-19T20:13:29.753Z Running `/home/build/.rustup/toolchains/1.93.1-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=b835b631d654b746 -C extra-filename=-b1fa7820bf9bb837 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10512026-02-19T20:13:31.371Z Running `/home/build/.rustup/toolchains/1.93.1-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=5c44922d0dba6f00 -C extra-filename=-b56c61c65a53d7e9 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10522026-02-19T20:13:32.609Z Running `/home/build/.rustup/toolchains/1.93.1-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=7cd76dc17a3ea316 -C extra-filename=-4936a3bec3b6dccb --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10532026-02-19T20:13:45.975Z Running `/home/build/.rustup/toolchains/1.93.1-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=b4197a17408d6f51 -C extra-filename=-d9e02e3947ff2309 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10542026-02-19T20:13:47.039Z Running `/home/build/.rustup/toolchains/1.93.1-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=4f1da492cf042043 -C extra-filename=-aeb29d87d0f74efa --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10552026-02-19T20:13:49.589Z Running `/home/build/.rustup/toolchains/1.93.1-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=77c84987d2c5e20e -C extra-filename=-2490d0863ddacdeb --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10562026-02-19T20:13:50.262Z Running `/home/build/.rustup/toolchains/1.93.1-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=3d5e9db35f4c09c2 -C extra-filename=-f46995a80769b25c --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10572026-02-19T20:13:52.099Z Running `/home/build/.rustup/toolchains/1.93.1-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=7f5e9931fdf1f537 -C extra-filename=-fcf3487476f62cff --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10582026-02-19T20:13:52.804Z Running `/home/build/.rustup/toolchains/1.93.1-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=f2f4a47202ac2d14 -C extra-filename=-414aa6d41ded4c93 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10592026-02-19T20:13:54.707Z Running `/home/build/.rustup/toolchains/1.93.1-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=f13201ccf336d282 -C extra-filename=-d2714a23c32c43ce --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10602026-02-19T20:14:04.578Z Running `/home/build/.rustup/toolchains/1.93.1-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=904a545c0b2dc87d -C extra-filename=-a17e6df6d65c9036 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10612026-02-19T20:14:05.949Z Running `/home/build/.rustup/toolchains/1.93.1-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=3396f93835792e77 -C extra-filename=-7739e872fab3208d --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10622026-02-19T20:14:06.833Z Running `/home/build/.rustup/toolchains/1.93.1-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=ab9d4e324e03f0ec -C extra-filename=-bbe5411e8abbc058 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-0f04b11c3b04250c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4eca37154be0def6.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
10632026-02-19T20:14:25.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
10642026-02-19T20:14:25.971Z
10652026-02-19T20:14:25.971Zreal 2:21.938916727
10662026-02-19T20:14:25.971Zuser 14:13.407895273
10672026-02-19T20:14:25.971Zsys 1:48.252962444
10682026-02-19T20:14:25.971Ztrap 0.716980484
10692026-02-19T20:14:25.971Ztflt 0.226950449
10702026-02-19T20:14:25.971Zdflt 0.289883928
10712026-02-19T20:14:25.971Zkflt 0.005810392
10722026-02-19T20:14:25.971Zlock 58:45.425078871
10732026-02-19T20:14:25.971Zslp 49:43.410255448
10742026-02-19T20:14:25.975Zlat 49.611775986
10752026-02-19T20:14:25.975Zstop 1:19.655126099
10762026-02-19T20:14:25.975Z+ banner test
10772026-02-19T20:14:25.975Z
10782026-02-19T20:14:25.975Z ##### ###### #### #####
10792026-02-19T20:14:25.975Z # # # #
10802026-02-19T20:14:25.975Z # ##### #### #
10812026-02-19T20:14:25.975Z # # # #
10822026-02-19T20:14:25.975Z # # # # #
10832026-02-19T20:14:25.975Z # ###### #### #
10842026-02-19T20:14:25.975Z
10852026-02-19T20:14:25.975Z+ ptime -m cargo test --all-features --locked --verbose
10862026-02-19T20:14:26.280Z Fresh unicode-ident v1.0.12
10872026-02-19T20:14:26.280Z Fresh cfg-if v1.0.0
10882026-02-19T20:14:26.280Z Fresh itoa v1.0.1
10892026-02-19T20:14:26.284Z Fresh memchr v2.6.0
10902026-02-19T20:14:26.284Z Fresh proc-macro2 v1.0.106
10912026-02-19T20:14:26.284Z Fresh pin-project-lite v0.2.12
10922026-02-19T20:14:26.284Z Fresh autocfg v1.1.0
10932026-02-19T20:14:26.284Z Fresh shlex v1.3.0
10942026-02-19T20:14:26.284Z Fresh smallvec v1.13.2
10952026-02-19T20:14:26.284Z Fresh quote v1.0.44
10962026-02-19T20:14:26.284Z Fresh libc v0.2.182
10972026-02-19T20:14:26.284Z Fresh cc v1.2.16
10982026-02-19T20:14:26.285Z Fresh bytes v1.11.1
10992026-02-19T20:14:26.285Z Fresh version_check v0.9.5
11002026-02-19T20:14:26.285Z Fresh futures-core v0.3.32
11012026-02-19T20:14:26.285Z Fresh scopeguard v1.2.0
11022026-02-19T20:14:26.285Z Fresh futures-sink v0.3.32
11032026-02-19T20:14:26.285Z Fresh serde_derive v1.0.228
11042026-02-19T20:14:26.285Z Fresh lock_api v0.4.6
11052026-02-19T20:14:26.285Z Fresh synstructure v0.13.1
11062026-02-19T20:14:26.285Z Fresh log v0.4.17
11072026-02-19T20:14:26.285Z Fresh parking_lot_core v0.9.4
11082026-02-19T20:14:26.285Z Fresh tokio-macros v2.6.0
11092026-02-19T20:14:26.285Z Fresh getrandom v0.2.11
11102026-02-19T20:14:26.285Z Fresh mio v1.0.3
11112026-02-19T20:14:26.285Z Fresh socket2 v0.6.0
11122026-02-19T20:14:26.285Z Fresh signal-hook-registry v1.4.0
11132026-02-19T20:14:26.285Z Fresh parking_lot v0.12.1
11142026-02-19T20:14:26.285Z Fresh zmij v1.0.2
11152026-02-19T20:14:26.285Z Fresh slab v0.4.9
11162026-02-19T20:14:26.285Z Fresh bitflags v2.11.0
11172026-02-19T20:14:26.285Z Fresh zerofrom-derive v0.1.5
11182026-02-19T20:14:26.285Z Fresh futures-channel v0.3.32
11192026-02-19T20:14:26.285Z Fresh tokio v1.49.0
11202026-02-19T20:14:26.285Z Fresh http v1.4.0
11212026-02-19T20:14:26.285Z Fresh zeroize v1.7.0
11222026-02-19T20:14:26.285Z Fresh zerofrom v0.1.5
11232026-02-19T20:14:26.285Z Fresh yoke-derive v0.7.5
11242026-02-19T20:14:26.285Z Fresh thiserror-impl v2.0.18
11252026-02-19T20:14:26.285Z Fresh futures-macro v0.3.32
11262026-02-19T20:14:26.285Z Fresh rustls-pki-types v1.14.0
11272026-02-19T20:14:26.286Z Fresh futures-io v0.3.32
11282026-02-19T20:14:26.286Z Fresh stable_deref_trait v1.2.0
11292026-02-19T20:14:26.286Z Fresh futures-task v0.3.32
11302026-02-19T20:14:26.286Z Fresh zerovec-derive v0.10.3
11312026-02-19T20:14:26.286Z Fresh yoke v0.7.5
11322026-02-19T20:14:26.286Z Fresh futures-util v0.3.32
11332026-02-19T20:14:26.286Z Fresh thiserror v2.0.18
11342026-02-19T20:14:26.286Z Fresh displaydoc v0.2.5
11352026-02-19T20:14:26.286Z Fresh serde_core v1.0.228
11362026-02-19T20:14:26.286Z Fresh zerovec v0.10.4
11372026-02-19T20:14:26.286Z Fresh tracing-core v0.1.32
11382026-02-19T20:14:26.286Z Fresh hashbrown v0.16.1
11392026-02-19T20:14:26.286Z Fresh equivalent v1.0.0
11402026-02-19T20:14:26.286Z Fresh getrandom v0.4.1
11412026-02-19T20:14:26.286Z Fresh httparse v1.10.0
11422026-02-19T20:14:26.286Z Fresh ucd-trie v0.1.6
11432026-02-19T20:14:26.286Z Fresh untrusted v0.9.0
11442026-02-19T20:14:26.286Z Fresh indexmap v2.13.0
11452026-02-19T20:14:26.286Z Fresh tinystr v0.7.6
11462026-02-19T20:14:26.286Z Fresh tracing v0.1.40
11472026-02-19T20:14:26.286Z Fresh ring v0.17.13
11482026-02-19T20:14:26.286Z Fresh serde v1.0.228
11492026-02-19T20:14:26.286Z Fresh pest v2.8.1
11502026-02-19T20:14:26.286Z Fresh http-body v1.0.1
11512026-02-19T20:14:26.286Z Fresh errno v0.3.10
11522026-02-19T20:14:26.286Z Fresh litemap v0.7.4
11532026-02-19T20:14:26.286Z Fresh vcpkg v0.2.15
11542026-02-19T20:14:26.287Z Fresh atomic-waker v1.1.2
11552026-02-19T20:14:26.287Z Fresh percent-encoding v2.3.2
11562026-02-19T20:14:26.287Z Fresh pkg-config v0.3.31
11572026-02-19T20:14:26.287Z Fresh writeable v0.5.5
11582026-02-19T20:14:26.287Z Fresh icu_locid v1.5.0
11592026-02-19T20:14:26.287Z Fresh pest_meta v2.8.1
11602026-02-19T20:14:26.287Z Fresh tokio-util v0.7.7
11612026-02-19T20:14:26.287Z Fresh zerocopy-derive v0.8.27
11622026-02-19T20:14:26.287Z Fresh icu_provider_macros v1.5.0
11632026-02-19T20:14:26.287Z Fresh try-lock v0.2.3
11642026-02-19T20:14:26.287Z Fresh fnv v1.0.7
11652026-02-19T20:14:26.287Z Fresh rustix v1.1.3
11662026-02-19T20:14:26.287Z Fresh pest_generator v2.8.1
11672026-02-19T20:14:26.287Z Fresh want v0.3.0
11682026-02-19T20:14:26.287Z Fresh icu_provider v1.5.0
11692026-02-19T20:14:26.287Z Fresh h2 v0.4.6
11702026-02-19T20:14:26.287Z Fresh zerocopy v0.8.27
11712026-02-19T20:14:26.287Z Fresh rustversion v1.0.22
11722026-02-19T20:14:26.287Z Fresh typenum v1.14.0
11732026-02-19T20:14:26.287Z Fresh rustls-webpki v0.102.8
11742026-02-19T20:14:26.292Z Fresh pin-utils v0.1.0
11752026-02-19T20:14:26.292Z Fresh icu_locid_transform_data v1.5.0
11762026-02-19T20:14:26.292Z Fresh httpdate v1.0.1
11772026-02-19T20:14:26.292Z Fresh byteorder v1.4.3
11782026-02-19T20:14:26.292Z Fresh base64 v0.22.1
11792026-02-19T20:14:26.292Z Fresh subtle v2.5.0
11802026-02-19T20:14:26.292Z Fresh num-conv v0.2.0
11812026-02-19T20:14:26.292Z Fresh tower-layer v0.3.3
11822026-02-19T20:14:26.292Z Fresh time-core v0.1.8
11832026-02-19T20:14:26.292Z Fresh fastrand v2.1.1
11842026-02-19T20:14:26.292Z Fresh powerfmt v0.2.0
11852026-02-19T20:14:26.293Z Fresh tower-service v0.3.3
11862026-02-19T20:14:26.293Z Fresh hyper v1.8.1
11872026-02-19T20:14:26.293Z Fresh deranged v0.5.5
11882026-02-19T20:14:26.293Z Fresh time-macros v0.2.27
11892026-02-19T20:14:26.293Z Fresh generic-array v0.14.5
11902026-02-19T20:14:26.293Z Fresh icu_locid_transform v1.5.0
11912026-02-19T20:14:26.293Z Fresh crossbeam-utils v0.8.21
11922026-02-19T20:14:26.293Z Fresh pest_derive v2.8.1
11932026-02-19T20:14:26.293Z Fresh serde_tokenstream v0.2.2
11942026-02-19T20:14:26.293Z Fresh icu_collections v1.5.0
11952026-02-19T20:14:26.293Z Fresh num_threads v0.1.3
11962026-02-19T20:14:26.293Z Fresh icu_properties_data v1.5.0
11972026-02-19T20:14:26.293Z Fresh rustix v0.38.44
11982026-02-19T20:14:26.293Z Fresh dtrace-parser v0.3.0
11992026-02-19T20:14:26.293Z Fresh time v0.3.47
12002026-02-19T20:14:26.293Z Fresh icu_properties v1.5.1
12012026-02-19T20:14:26.293Z Fresh serde_json v1.0.149
12022026-02-19T20:14:26.293Z Fresh erased-serde v0.3.31
12032026-02-19T20:14:26.293Z Fresh scroll_derive v0.13.1
12042026-02-19T20:14:26.293Z Fresh thread-id v5.0.0
12052026-02-19T20:14:26.293Z Fresh foreign-types-shared v0.1.1
12062026-02-19T20:14:26.293Z Fresh utf8_iter v1.0.4
12072026-02-19T20:14:26.293Z Fresh icu_normalizer_data v1.5.0
12082026-02-19T20:14:26.293Z Fresh ipnet v2.10.0
12092026-02-19T20:14:26.293Z Fresh openssl-probe v0.1.4
12102026-02-19T20:14:26.293Z Fresh utf16_iter v1.0.5
12112026-02-19T20:14:26.293Z Fresh write16 v1.0.0
12122026-02-19T20:14:26.293Z Fresh foreign-types v0.3.2
12132026-02-19T20:14:26.294Z Fresh hyper-util v0.1.20
12142026-02-19T20:14:26.294Z Fresh scroll v0.13.0
12152026-02-19T20:14:26.294Z Fresh icu_normalizer v1.5.0
12162026-02-19T20:14:26.294Z Fresh slog v2.8.2
12172026-02-19T20:14:26.294Z Fresh paste v1.0.15
12182026-02-19T20:14:26.294Z Fresh block-buffer v0.10.2
12192026-02-19T20:14:26.294Z Fresh crypto-common v0.1.6
12202026-02-19T20:14:26.294Z Fresh openssl-sys v0.9.107
12212026-02-19T20:14:26.294Z Fresh form_urlencoded v1.2.2
12222026-02-19T20:14:26.294Z Fresh rand_core v0.6.3
12232026-02-19T20:14:26.294Z Fresh openssl-macros v0.1.1
12242026-02-19T20:14:26.294Z Fresh ppv-lite86 v0.2.15
12252026-02-19T20:14:26.294Z Fresh mime v0.3.16
12262026-02-19T20:14:26.294Z Fresh unicode-width v0.1.9
12272026-02-19T20:14:26.294Z Fresh unicode-segmentation v1.10.0
12282026-02-19T20:14:26.294Z Fresh lazy_static v1.5.0
12292026-02-19T20:14:26.294Z Fresh plain v0.2.3
12302026-02-19T20:14:26.294Z Fresh openssl v0.10.72
12312026-02-19T20:14:26.294Z Fresh newline-converter v0.3.0
12322026-02-19T20:14:26.294Z Fresh console v0.15.7
12332026-02-19T20:14:26.294Z Fresh goblin v0.10.1
12342026-02-19T20:14:26.294Z Fresh rand_chacha v0.3.1
12352026-02-19T20:14:26.294Z Fresh digest v0.10.7
12362026-02-19T20:14:26.294Z Fresh unicase v2.6.0
12372026-02-19T20:14:26.294Z Fresh idna_adapter v1.2.0
12382026-02-19T20:14:26.294Z Fresh num-traits v0.2.14
12392026-02-19T20:14:26.295Z Fresh winnow v0.7.13
12402026-02-19T20:14:26.295Z Fresh pretty-hex v0.4.1
12412026-02-19T20:14:26.295Z Fresh iana-time-zone v0.1.47
12422026-02-19T20:14:26.295Z Fresh cpufeatures v0.2.17
12432026-02-19T20:14:26.295Z Fresh heck v0.5.0
12442026-02-19T20:14:26.295Z Fresh similar v2.2.1
12452026-02-19T20:14:26.295Z Fresh semver v1.0.27
12462026-02-19T20:14:26.295Z Fresh sha1 v0.10.6
12472026-02-19T20:14:26.295Z Fresh chrono v0.4.43
12482026-02-19T20:14:26.295Z Fresh toml_parser v1.0.8+spec-1.1.0
12492026-02-19T20:14:26.295Z Fresh idna v1.0.3
12502026-02-19T20:14:26.295Z Fresh dof v0.4.0
12512026-02-19T20:14:26.295Z Fresh rustls v0.22.4
12522026-02-19T20:14:26.295Z Fresh rand v0.8.4
12532026-02-19T20:14:26.295Z Fresh native-tls v0.2.12
12542026-02-19T20:14:26.295Z Fresh rustls v0.23.13
12552026-02-19T20:14:26.295Z Fresh ryu v1.0.5
12562026-02-19T20:14:26.295Z Fresh concurrent-queue v2.5.0
12572026-02-19T20:14:26.295Z Fresh http-body-util v0.1.3
12582026-02-19T20:14:26.295Z Fresh rustls-pemfile v2.2.0
12592026-02-19T20:14:26.295Z Fresh thiserror-impl v1.0.69
12602026-02-19T20:14:26.295Z Fresh serde_derive_internals v0.29.0
12612026-02-19T20:14:26.295Z Fresh toml_datetime v1.0.0+spec-1.1.0
12622026-02-19T20:14:26.295Z Fresh serde_spanned v1.0.4
12632026-02-19T20:14:26.295Z Fresh sync_wrapper v1.0.1
12642026-02-19T20:14:26.295Z Fresh syn v2.0.116
12652026-02-19T20:14:26.295Z Fresh thread_local v1.1.4
12662026-02-19T20:14:26.295Z Fresh encoding_rs v0.8.32
12672026-02-19T20:14:26.296Z Fresh toml_writer v1.0.6+spec-1.1.0
12682026-02-19T20:14:26.296Z Fresh parking v2.2.0
12692026-02-19T20:14:26.296Z Fresh match_cfg v0.1.0
12702026-02-19T20:14:26.296Z Fresh event-listener v5.0.0
12712026-02-19T20:14:26.296Z Fresh tower v0.5.2
12722026-02-19T20:14:26.296Z Fresh toml v1.0.1+spec-1.1.0
12732026-02-19T20:14:26.296Z Fresh usdt-impl v0.6.0
12742026-02-19T20:14:26.300Z Fresh hostname v0.3.1
12752026-02-19T20:14:26.300Z Fresh schemars_derive v0.8.22
12762026-02-19T20:14:26.300Z Fresh thiserror v1.0.69
12772026-02-19T20:14:26.300Z Fresh serde_urlencoded v0.7.1
12782026-02-19T20:14:26.300Z Fresh tokio-native-tls v0.3.1
12792026-02-19T20:14:26.300Z Fresh url v2.5.4
12802026-02-19T20:14:26.300Z Fresh tokio-rustls v0.26.0
12812026-02-19T20:14:26.300Z Fresh tokio-rustls v0.25.0
12822026-02-19T20:14:26.300Z Compiling dropshot_endpoint v0.16.7 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12832026-02-19T20:14:26.300Z Fresh usdt-attr-macro v0.6.0
12842026-02-19T20:14:26.300Z Fresh usdt-macro v0.6.0
12852026-02-19T20:14:26.300Z Fresh slog-json v2.6.1
12862026-02-19T20:14:26.300Z Fresh crossbeam-channel v0.5.15
12872026-02-19T20:14:26.300Z Fresh uuid v1.21.0
12882026-02-19T20:14:26.300Z Fresh futures-executor v0.3.32
12892026-02-19T20:14:26.340Z Fresh webpki-roots v0.26.5
12902026-02-19T20:14:26.343Z Running `/home/build/.rustup/toolchains/1.93.1-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=b36ee4f09e163431 -C extra-filename=-50b5e768fbe055aa --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-67a5fe7d367b9b47.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d2508aa196f7b616.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-a5eaa9914a020637.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern proc_macro`
12912026-02-19T20:14:26.343Z Fresh async-stream-impl v0.3.6
12922026-02-19T20:14:26.343Z Fresh memmap2 v0.9.8
12932026-02-19T20:14:26.343Z Fresh is-terminal v0.4.12
12942026-02-19T20:14:26.343Z Fresh take_mut v0.2.2
12952026-02-19T20:14:26.343Z Fresh dyn-clone v1.0.4
12962026-02-19T20:14:26.343Z Fresh spin v0.9.8
12972026-02-19T20:14:26.343Z Fresh term v1.1.0
12982026-02-19T20:14:26.343Z Fresh utf-8 v0.7.6
12992026-02-19T20:14:26.343Z Fresh data-encoding v2.4.0
13002026-02-19T20:14:26.343Z Fresh iri-string v0.7.8
13012026-02-19T20:14:26.343Z Fresh async-stream v0.3.6
13022026-02-19T20:14:26.343Z Fresh tungstenite v0.24.0
13032026-02-19T20:14:26.343Z Fresh tower-http v0.6.8
13042026-02-19T20:14:26.343Z Fresh slog-term v2.9.2
13052026-02-19T20:14:26.343Z Fresh slog-async v2.8.0
13062026-02-19T20:14:26.343Z Fresh schemars v0.8.22
13072026-02-19T20:14:26.347Z Fresh multer v3.1.0
13082026-02-19T20:14:26.347Z Fresh usdt v0.6.0
13092026-02-19T20:14:26.347Z Fresh hyper-rustls v0.27.3
13102026-02-19T20:14:26.347Z Fresh futures v0.3.32
13112026-02-19T20:14:26.347Z Fresh slog-bunyan v2.5.0
13122026-02-19T20:14:26.347Z Fresh hyper-tls v0.6.0
13132026-02-19T20:14:26.347Z Fresh mime_guess v2.0.5
13142026-02-19T20:14:26.347Z Fresh camino v1.2.2
13152026-02-19T20:14:26.347Z Fresh target-triple v1.0.0
13162026-02-19T20:14:26.347Z Fresh event-listener-strategy v0.5.4
13172026-02-19T20:14:26.347Z Fresh rustls-native-certs v0.7.0
13182026-02-19T20:14:26.347Z Fresh yasna v0.5.2
13192026-02-19T20:14:26.347Z Fresh pem v3.0.6
13202026-02-19T20:14:26.347Z Fresh waitgroup v0.1.2
13212026-02-19T20:14:26.347Z Fresh openapiv3 v2.2.0
13222026-02-19T20:14:26.347Z Fresh webpki-roots v1.0.0
13232026-02-19T20:14:26.347Z Fresh async-trait v0.1.89
13242026-02-19T20:14:26.347Z Fresh serde_path_to_error v0.1.20
13252026-02-19T20:14:26.347Z Fresh hostname v0.4.2
13262026-02-19T20:14:26.347Z Fresh debug-ignore v1.0.5
13272026-02-19T20:14:26.347Z Fresh termcolor v1.1.2
13282026-02-19T20:14:26.348Z Fresh http-range v0.1.4
13292026-02-19T20:14:26.348Z Fresh simple-mermaid v0.2.0
13302026-02-19T20:14:26.348Z Fresh glob v0.3.0
13312026-02-19T20:14:26.348Z Fresh reqwest v0.12.28
13322026-02-19T20:14:26.348Z Fresh hyper-rustls v0.26.0
13332026-02-19T20:14:26.348Z Fresh async-channel v2.5.0
13342026-02-19T20:14:26.348Z Fresh rcgen v0.14.7
13352026-02-19T20:14:26.348Z Fresh hyper-staticfile v0.10.1
13362026-02-19T20:14:26.348Z Fresh trybuild v1.0.116
13372026-02-19T20:14:26.348Z Fresh anyhow v1.0.101
13382026-02-19T20:14:26.351Z Fresh tokio-tungstenite v0.24.0
13392026-02-19T20:14:26.351Z Fresh buf-list v1.1.2
13402026-02-19T20:14:26.351Z Fresh subprocess v0.2.15
13412026-02-19T20:14:26.351Z Fresh once_cell v1.20.1
13422026-02-19T20:14:26.351Z Fresh schema-derive v0.1.0
13432026-02-19T20:14:26.351Z Fresh tempfile v3.25.0
13442026-02-19T20:14:26.351Z Fresh schema v0.1.0
13452026-02-19T20:14:26.351Z Fresh atomicwrites v0.4.4
13462026-02-19T20:14:26.352Z Fresh prettyplease v0.2.37
13472026-02-19T20:14:26.352Z Fresh expectorate v1.2.0
13482026-02-19T20:14:28.343Z Compiling dropshot v0.16.7 (/work/oxidecomputer/dropshot/dropshot)
13492026-02-19T20:14:28.347Z Running `/home/build/.rustup/toolchains/1.93.1-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=42c6c173e7b80403 -C extra-filename=-605f28a9b649256b --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-8a022441c56011e2.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out`
13502026-02-19T20:14:28.348Z Running `/home/build/.rustup/toolchains/1.93.1-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=6b0a20a4f5ef9ce0 -C extra-filename=-e039eb7a68da35a9 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13512026-02-19T20:14:36.430Z Running `/home/build/.rustup/toolchains/1.93.1-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=bb992548ce9fa00c -C extra-filename=-f6fe14167ffa6e57 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13522026-02-19T20:14:36.430Z Running `/home/build/.rustup/toolchains/1.93.1-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=0b3b1f4679d43b54 -C extra-filename=-169fc6aa11c5b4be --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13532026-02-19T20:14:36.434Z Running `/home/build/.rustup/toolchains/1.93.1-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=31512d632c74d184 -C extra-filename=-f747b56fdeead5a6 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13542026-02-19T20:14:36.439Z Running `/home/build/.rustup/toolchains/1.93.1-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=cbbe0cdf24f8221a -C extra-filename=-271f8f8438fee184 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13552026-02-19T20:14:36.439Z Running `/home/build/.rustup/toolchains/1.93.1-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=a3c81f7db8b16ad0 -C extra-filename=-b2caf51e72139b01 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13562026-02-19T20:14:36.442Z Running `/home/build/.rustup/toolchains/1.93.1-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=91703dce0caebcf4 -C extra-filename=-b9527e9e9cd0b4f4 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13572026-02-19T20:14:36.442Z Running `/home/build/.rustup/toolchains/1.93.1-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=74587fc18e6cb800 -C extra-filename=-27ddd39ebddd7c4f --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13582026-02-19T20:14:54.743Z Running `/home/build/.rustup/toolchains/1.93.1-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=08e3ddf865f4596d -C extra-filename=-d8def6f19c22e3b9 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13592026-02-19T20:14:55.162Z Running `/home/build/.rustup/toolchains/1.93.1-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=76adb58e5e612233 -C extra-filename=-09b287969c1f89a4 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13602026-02-19T20:14:56.056Z Running `/home/build/.rustup/toolchains/1.93.1-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=ab1cea7015b454d0 -C extra-filename=-76155a03014c6185 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13612026-02-19T20:14:56.558Z Running `/home/build/.rustup/toolchains/1.93.1-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=d88ad7817ab7e0da -C extra-filename=-ae147b5835daae18 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13622026-02-19T20:14:57.634Z Running `/home/build/.rustup/toolchains/1.93.1-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=a73eb40e3b026d08 -C extra-filename=-ee9847c6a1d5a8b3 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13632026-02-19T20:14:58.576Z Running `/home/build/.rustup/toolchains/1.93.1-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=f5860c37f791f803 -C extra-filename=-cf9532ed187332d9 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13642026-02-19T20:14:59.591Z Running `/home/build/.rustup/toolchains/1.93.1-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=a0700803a58623c5 -C extra-filename=-f585517f6992b1a7 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13652026-02-19T20:15:12.716Z Running `/home/build/.rustup/toolchains/1.93.1-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=e669cbd945b1588e -C extra-filename=-d5ecc630d98bfe3f --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13662026-02-19T20:15:14.412Z Running `/home/build/.rustup/toolchains/1.93.1-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=1a7e8368492e9e65 -C extra-filename=-7cdd502edc4478a9 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13672026-02-19T20:15:14.659Z Running `/home/build/.rustup/toolchains/1.93.1-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=3d0b2052673e278d -C extra-filename=-4b81605f2413c67a --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13682026-02-19T20:15:15.388Z Running `/home/build/.rustup/toolchains/1.93.1-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=1d667a037f925d24 -C extra-filename=-bfabdbd9efcf22ef --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13692026-02-19T20:15:18.159Z Running `/home/build/.rustup/toolchains/1.93.1-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=36e0f4c54ad58abc -C extra-filename=-f132de9e98a2494f --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13702026-02-19T20:15:19.471Z Running `/home/build/.rustup/toolchains/1.93.1-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=ffa32908fa6f535a -C extra-filename=-b8e3aee7f8d036c8 --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13712026-02-19T20:15:24.340Z Running `/home/build/.rustup/toolchains/1.93.1-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=e749aa1d6f2420c9 -C extra-filename=-9c3800d7f747c61c --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13722026-02-19T20:15:32.023Z Running `/home/build/.rustup/toolchains/1.93.1-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=38c121e1992f3122 -C extra-filename=-7d345dae243b4c1c --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13732026-02-19T20:15:33.101Z Running `/home/build/.rustup/toolchains/1.93.1-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=41b35b4b59c2ab1a -C extra-filename=-ccfaf868d342fa9c --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13742026-02-19T20:15:34.063Z Running `/home/build/.rustup/toolchains/1.93.1-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=baba4be1148d775b -C extra-filename=-e0d5c345666b3e8e --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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-987fee56afb15e60/out -L native=/usr/ssl-3/lib/amd64`
13752026-02-19T20:15:48.920Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 22s
13762026-02-19T20:15:48.970Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-e039eb7a68da35a9`
13772026-02-19T20:15:48.973Z
13782026-02-19T20:15:48.974Zrunning 109 tests
13792026-02-19T20:15:48.977Ztest api_description::test::test_badpath4 - should panic ... ok
13802026-02-19T20:15:48.977Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13812026-02-19T20:15:48.977Ztest api_description::test::test_endpoint_versions_range ... ok
13822026-02-19T20:15:48.977Ztest api_description::test::test_badpath3 ... ok
13832026-02-19T20:15:48.977Ztest api_description::test::test_badpath1 ... ok
13842026-02-19T20:15:48.977Ztest api_description::test::test_endpoint_versions_matches ... ok
13852026-02-19T20:15:48.977Ztest api_description::test::test_badpath2 ... ok
13862026-02-19T20:15:48.977Ztest api_description::test::test_dup_names ... ok
13872026-02-19T20:15:48.978Ztest extractor::body::tests::test_typed_body_from ... ok
13882026-02-19T20:15:48.978Ztest api_description::test::test_tags_need_one ... ok
13892026-02-19T20:15:48.978Ztest api_description::test::test_tag_config_deserialize_old ... ok
13902026-02-19T20:15:48.978Ztest error::test::test_serialize_error_response_body ... ok
13912026-02-19T20:15:48.978Ztest api_description::test::test_tags_just_right ... ok
13922026-02-19T20:15:48.978Ztest api_description::test::test_tags_too_many ... ok
13932026-02-19T20:15:48.981Ztest extractor::metadata::test::test_metadata_simple ... ok
13942026-02-19T20:15:48.981Ztest extractor::metadata::test::test_metadata_flattened ... ok
13952026-02-19T20:15:48.981Ztest extractor::metadata::test::test_metadata_pagination ... ok
13962026-02-19T20:15:48.981Ztest from_map::test::test_case_insensitive ... ok
13972026-02-19T20:15:48.981Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
13982026-02-19T20:15:48.981Ztest from_map::test::test_deep ... ok
13992026-02-19T20:15:48.981Ztest from_map::test::test_lone_literal ... ok
14002026-02-19T20:15:48.981Ztest from_map::test::test_missing_data2 ... ok
14012026-02-19T20:15:48.981Ztest from_map::test::test_missing_data1 ... ok
14022026-02-19T20:15:48.981Ztest extractor::header::tests::test_header_parsing ... ok
14032026-02-19T20:15:48.981Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
14042026-02-19T20:15:48.981Ztest from_map::test::test_types ... ok
14052026-02-19T20:15:48.981Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14062026-02-19T20:15:48.981Ztest logging::test::test_config_bad_file_no_file ... ok
14072026-02-19T20:15:48.981Ztest logging::test::test_config_bad_file_no_level ... ok
14082026-02-19T20:15:48.981Ztest logging::test::test_config_bad_log_mode ... ok
14092026-02-19T20:15:48.981Ztest extractor::body::tests::test_content_plus_json ... ok
14102026-02-19T20:15:48.981Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14112026-02-19T20:15:48.981Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14122026-02-19T20:15:48.981Ztest logging::test::test_config_bad_terminal_no_level ... ok
14132026-02-19T20:15:48.981Ztest pagination::test::test_pagination_schema ... ok
14142026-02-19T20:15:48.981Ztest pagination::test::test_results_page ... ok
14152026-02-19T20:15:48.982Ztest router::test::test_bad_path_segment2 - should panic ... ok
14162026-02-19T20:15:48.982Ztest router::test::test_bad_path_segment1 - should panic ... ok
14172026-02-19T20:15:48.982Ztest pagination::test::test_pagparams_parsing ... ok
14182026-02-19T20:15:48.982Ztest router::test::test_bad_path_segment3 - should panic ... ok
14192026-02-19T20:15:48.982Ztest router::test::test_bad_path_segment4 - should panic ... ok
14202026-02-19T20:15:48.982Znote: configured to log to "/tmp/dropshot-e039eb7a68da35a9.2152.file_dir/log.out"
14212026-02-19T20:15:48.982Ztest pagination::test::test_page_token_serialization ... ok
14222026-02-19T20:15:48.982Ztest router::test::test_bogus_regex - should panic ... ok
14232026-02-19T20:15:48.982Ztest router::test::test_duplicate_route2 - should panic ... ok
14242026-02-19T20:15:48.982Ztest router::test::test_duplicate_route3 - should panic ... ok
14252026-02-19T20:15:48.982Ztest logging::test::test_config_stderr_terminal ... ok
14262026-02-19T20:15:48.982Ztest router::test::test_duplicate_route1 - should panic ... ok
14272026-02-19T20:15:48.982Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14282026-02-19T20:15:48.982Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14292026-02-19T20:15:48.982Ztest router::test::test_duplicate_varname - should panic ... ok
14302026-02-19T20:15:48.982Ztest router::test::test_empty_variable ... ok
14312026-02-19T20:15:48.982Ztest router::test::test_embedded_non_variable ... ok
14322026-02-19T20:15:48.985Ztest router::test::test_iter_null ... ok
14332026-02-19T20:15:48.985Ztest router::test::test_inconsistent_varname - should panic ... ok
14342026-02-19T20:15:48.985Ztest router::test::test_iter ... ok
14352026-02-19T20:15:48.985Znote: configured to log to "/tmp/dropshot-e039eb7a68da35a9.2152.file_dir/log.out"
14362026-02-19T20:15:48.986Ztest router::test::test_error_cases ... ok
14372026-02-19T20:15:48.986Ztest router::test::test_iter2 ... ok
14382026-02-19T20:15:48.986Ztest router::test::test_literal_after_regex - should panic ... ok
14392026-02-19T20:15:48.986Ztest router::test::test_literal_after_variable - should panic ... ok
14402026-02-19T20:15:48.986Ztest router::test::test_map_bad_seq ... ok
14412026-02-19T20:15:48.986Ztest router::test::test_map ... ok
14422026-02-19T20:15:48.986Ztest router::test::test_map_bad_value ... ok
14432026-02-19T20:15:48.986Ztest router::test::test_more_after_regex - should panic ... ok
14442026-02-19T20:15:48.986Ztest router::test::test_path_segment ... ok
14452026-02-19T20:15:48.986Ztest router::test::test_router_basic ... ok
14462026-02-19T20:15:48.986Ztest router::test::test_router_versioned ... ok
14472026-02-19T20:15:48.986Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14482026-02-19T20:15:48.986Ztest router::test::test_variable_name_bad_end - should panic ... ok
14492026-02-19T20:15:48.986Znote: configured to log to "/tmp/dropshot-e039eb7a68da35a9.2152.file_dir/log.out"
14502026-02-19T20:15:48.986Ztest router::test::test_variable_after_literal - should panic ... ok
14512026-02-19T20:15:48.986Ztest router::test::test_segments ... ok
14522026-02-19T20:15:48.986Ztest router::test::test_variable_name_bad_start - should panic ... ok
14532026-02-19T20:15:48.986Ztest router::test::test_variable_name_empty - should panic ... ok
14542026-02-19T20:15:48.986Ztest router::test::test_variable_rename ... ok
14552026-02-19T20:15:48.986Ztest router::test::test_variables_multi ... ok
14562026-02-19T20:15:48.986Ztest router::test::test_variables_glob ... ok
14572026-02-19T20:15:48.986Ztest router::test::test_variables_basic ... ok
14582026-02-19T20:15:48.986Ztest logging::test::test_config_file ... ok
14592026-02-19T20:15:48.986Ztest schema_util::test::test_empty_struct ... ok
14602026-02-19T20:15:48.986Ztest schema_util::test::test_additional_properties ... ok
14612026-02-19T20:15:48.986Ztest api_description::test::test_tags_set ... ok
14622026-02-19T20:15:48.986Ztest schema_util::test::test_nullable ... ok
14632026-02-19T20:15:48.986Ztest schema_util::test::test_extension_conversion ... ok
14642026-02-19T20:15:48.986Ztest schema_util::test::test_two_types - should panic ... ok
14652026-02-19T20:15:48.986Ztest schema_util::test::test_embedded_schema ... ok
14662026-02-19T20:15:48.986Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14672026-02-19T20:15:48.986Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14682026-02-19T20:15:48.986Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14692026-02-19T20:15:48.986Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14702026-02-19T20:15:48.986Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14712026-02-19T20:15:48.986Ztest test_util::test::test_bunyan_easy_cases ... ok
14722026-02-19T20:15:48.986Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14732026-02-19T20:15:48.987Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14742026-02-19T20:15:48.987Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14752026-02-19T20:15:48.987Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14762026-02-19T20:15:48.987Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14772026-02-19T20:15:48.990Ztest to_map::test::test_struct_with_options ... ok
14782026-02-19T20:15:48.991Ztest to_map::test::test_to_map_enum ... ok
14792026-02-19T20:15:48.991Ztest to_map::test::test_to_map_seq ... ok
14802026-02-19T20:15:48.991Ztest to_map::test::test_to_map_num ... ok
14812026-02-19T20:15:48.991Ztest to_map::test::test_to_map_valid ... ok
14822026-02-19T20:15:48.991Ztest to_map::test::test_to_map_vec ... ok
14832026-02-19T20:15:48.991Ztest type_util::tests::test_commented_ref ... ok
14842026-02-19T20:15:48.991Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14852026-02-19T20:15:48.991Ztest type_util::tests::test_recursive_type - should panic ... ok
14862026-02-19T20:15:48.991Ztest type_util::tests::test_reflexive_type - should panic ... ok
14872026-02-19T20:15:48.991Ztest server::test::test_drop_server_without_close_okay ... ok
14882026-02-19T20:15:48.991Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
14892026-02-19T20:15:48.991Ztest server::test::test_server_run_then_close ... ok
14902026-02-19T20:15:48.994Ztest server::test::test_http_acceptor_happy_path ... ok
14912026-02-19T20:15:48.994Z
14922026-02-19T20:15:48.994Ztest result: ok. 109 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
14932026-02-19T20:15:48.994Z
14942026-02-19T20:15:48.994Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-09b287969c1f89a4`
14952026-02-19T20:15:48.997Z
14962026-02-19T20:15:48.997Zrunning 1 test
14972026-02-19T20:15:49.414Z Compiling proc-macro2 v1.0.106
14982026-02-19T20:15:49.414Z Compiling quote v1.0.44
14992026-02-19T20:15:49.417Z Compiling unicode-ident v1.0.12
15002026-02-19T20:15:49.417Z Compiling libc v0.2.182
15012026-02-19T20:15:49.461Z Checking cfg-if v1.0.0
15022026-02-19T20:15:49.464Z Compiling serde_core v1.0.228
15032026-02-19T20:15:49.464Z Checking itoa v1.0.1
15042026-02-19T20:15:49.467Z Checking pin-project-lite v0.2.12
15052026-02-19T20:15:49.535Z Compiling autocfg v1.1.0
15062026-02-19T20:15:49.587Z Compiling shlex v1.3.0
15072026-02-19T20:15:49.640Z Compiling version_check v0.9.5
15082026-02-19T20:15:49.677Z Checking memchr v2.6.0
15092026-02-19T20:15:49.974Z Compiling cc v1.2.16
15102026-02-19T20:15:50.139Z Checking smallvec v1.13.2
15112026-02-19T20:15:50.355Z Checking once_cell v1.20.1
15122026-02-19T20:15:50.390Z Checking bytes v1.11.1
15132026-02-19T20:15:50.466Z Checking futures-core v0.3.32
15142026-02-19T20:15:50.552Z Compiling log v0.4.17
15152026-02-19T20:15:50.658Z Compiling parking_lot_core v0.9.4
15162026-02-19T20:15:50.661Z Checking scopeguard v1.2.0
15172026-02-19T20:15:50.811Z Compiling thiserror v2.0.18
15182026-02-19T20:15:51.217Z Compiling zmij v1.0.2
15192026-02-19T20:15:51.288Z Checking lock_api v0.4.6
15202026-02-19T20:15:51.353Z Compiling slab v0.4.9
15212026-02-19T20:15:51.652Z Checking futures-sink v0.3.32
15222026-02-19T20:15:51.793Z Checking parking_lot v0.12.1
15232026-02-19T20:15:51.803Z Checking mio v1.0.3
15242026-02-19T20:15:51.871Z Checking signal-hook-registry v1.4.0
15252026-02-19T20:15:51.946Z Checking getrandom v0.2.11
15262026-02-19T20:15:52.141Z Compiling syn v2.0.116
15272026-02-19T20:15:52.144Z Checking socket2 v0.6.0
15282026-02-19T20:15:52.203Z Compiling serde v1.0.228
15292026-02-19T20:15:52.274Z Compiling serde_json v1.0.149
15302026-02-19T20:15:52.416Z Checking futures-channel v0.3.32
15312026-02-19T20:15:52.617Z Checking http v1.4.0
15322026-02-19T20:15:52.660Z Checking zeroize v1.7.0
15332026-02-19T20:15:52.786Z Checking futures-task v0.3.32
15342026-02-19T20:15:52.900Z Checking rustls-pki-types v1.14.0
15352026-02-19T20:15:53.014Z Checking stable_deref_trait v1.2.0
15362026-02-19T20:15:53.113Z Checking futures-io v0.3.32
15372026-02-19T20:15:53.163Z Compiling httparse v1.10.0
15382026-02-19T20:15:53.516Z Compiling zerocopy v0.8.27
15392026-02-19T20:15:53.863Z Compiling ring v0.17.13
15402026-02-19T20:15:53.970Z Compiling ucd-trie v0.1.6
15412026-02-19T20:15:54.179Z Checking tracing-core v0.1.32
15422026-02-19T20:15:54.259Z Checking untrusted v0.9.0
15432026-02-19T20:15:54.438Z Checking hashbrown v0.16.1
15442026-02-19T20:15:54.470Z Checking bitflags v2.11.0
15452026-02-19T20:15:54.520Z Checking equivalent v1.0.0
15462026-02-19T20:15:54.635Z Checking http-body v1.0.1
15472026-02-19T20:15:54.757Z Checking writeable v0.5.5
15482026-02-19T20:15:54.797Z Checking atomic-waker v1.1.2
15492026-02-19T20:15:54.808Z Checking tracing v0.1.40
15502026-02-19T20:15:54.839Z Compiling pkg-config v0.3.31
15512026-02-19T20:15:54.942Z Compiling vcpkg v0.2.15
15522026-02-19T20:15:55.078Z Compiling rustversion v1.0.22
15532026-02-19T20:15:55.114Z Checking percent-encoding v2.3.2
15542026-02-19T20:15:55.479Z Checking indexmap v2.13.0
15552026-02-19T20:15:55.908Z Compiling typenum v1.14.0
15562026-02-19T20:15:56.095Z Checking litemap v0.7.4
15572026-02-19T20:15:56.440Z Compiling generic-array v0.14.5
15582026-02-19T20:15:56.779Z Compiling crossbeam-utils v0.8.21
15592026-02-19T20:15:56.856Z Checking try-lock v0.2.3
15602026-02-19T20:15:57.000Z Checking fnv v1.0.7
15612026-02-19T20:15:57.018Z Compiling openssl-sys v0.9.107
15622026-02-19T20:15:57.126Z Checking want v0.3.0
15632026-02-19T20:15:57.538Z Compiling unicase v2.6.0
15642026-02-19T20:15:57.879Z Compiling num-conv v0.2.0
15652026-02-19T20:15:57.971Z Checking icu_locid_transform_data v1.5.0
15662026-02-19T20:15:58.119Z Checking base64 v0.22.1
15672026-02-19T20:15:58.157Z Checking pin-utils v0.1.0
15682026-02-19T20:15:58.254Z Compiling time-core v0.1.8
15692026-02-19T20:15:58.340Z Checking powerfmt v0.2.0
15702026-02-19T20:15:58.533Z Checking subtle v2.5.0
15712026-02-19T20:15:58.597Z Checking httpdate v1.0.1
15722026-02-19T20:15:58.609Z Checking tower-layer v0.3.3
15732026-02-19T20:15:58.767Z Checking tower-service v0.3.3
15742026-02-19T20:15:58.855Z Compiling getrandom v0.4.1
15752026-02-19T20:15:58.869Z Checking deranged v0.5.5
15762026-02-19T20:15:58.902Z Compiling time-macros v0.2.27
15772026-02-19T20:15:58.934Z Compiling slog v2.8.2
15782026-02-19T20:15:59.353Z Compiling synstructure v0.13.1
15792026-02-19T20:16:00.215Z Checking rustls-webpki v0.102.8
15802026-02-19T20:16:00.271Z Checking icu_properties_data v1.5.0
15812026-02-19T20:16:00.509Z Checking num_threads v0.1.3
15822026-02-19T20:16:00.962Z Compiling num-traits v0.2.14
15832026-02-19T20:16:01.144Z Checking openssl-probe v0.1.4
15842026-02-19T20:16:01.225Z Checking ipnet v2.10.0
15852026-02-19T20:16:01.307Z Compiling usdt-impl v0.6.0
15862026-02-19T20:16:01.388Z Checking foreign-types-shared v0.1.1
15872026-02-19T20:16:01.427Z Checking write16 v1.0.0
15882026-02-19T20:16:01.500Z Checking utf16_iter v1.0.5
15892026-02-19T20:16:01.532Z Compiling openssl v0.10.72
15902026-02-19T20:16:01.556Z Checking utf8_iter v1.0.4
15912026-02-19T20:16:01.673Z Checking icu_normalizer_data v1.5.0
15922026-02-19T20:16:01.756Z Checking foreign-types v0.3.2
15932026-02-19T20:16:01.784Z Compiling thread-id v5.0.0
15942026-02-19T20:16:01.847Z Checking block-buffer v0.10.2
15952026-02-19T20:16:01.863Z Checking time v0.3.47
15962026-02-19T20:16:01.891Z Checking crypto-common v0.1.6
15972026-02-19T20:16:02.077Z Checking form_urlencoded v1.2.2
15982026-02-19T20:16:02.153Z Checking rand_core v0.6.3
15992026-02-19T20:16:02.245Z Checking errno v0.3.10
16002026-02-19T20:16:02.346Z Compiling rustls v0.22.4
16012026-02-19T20:16:02.442Z Checking mime v0.3.16
16022026-02-19T20:16:02.452Z Checking ppv-lite86 v0.2.15
16032026-02-19T20:16:02.736Z Checking byteorder v1.4.3
16042026-02-19T20:16:02.754Z Compiling rustls v0.23.13
16052026-02-19T20:16:03.046Z Checking plain v0.2.3
16062026-02-19T20:16:03.139Z Compiling native-tls v0.2.12
16072026-02-19T20:16:03.178Z Compiling ryu v1.0.5
16082026-02-19T20:16:03.207Z Compiling rustix v1.1.3
16092026-02-19T20:16:03.231Z Checking rand_chacha v0.3.1
16102026-02-19T20:16:03.614Z Checking digest v0.10.7
16112026-02-19T20:16:03.623Z Checking pretty-hex v0.4.1
16122026-02-19T20:16:03.861Z Compiling rustix v0.38.44
16132026-02-19T20:16:03.871Z Checking cpufeatures v0.2.17
16142026-02-19T20:16:03.895Z Compiling thiserror v1.0.69
16152026-02-19T20:16:03.961Z Checking iana-time-zone v0.1.47
16162026-02-19T20:16:03.971Z Checking sha1 v0.10.6
16172026-02-19T20:16:04.240Z Compiling mime_guess v2.0.5
16182026-02-19T20:16:04.353Z Checking rand v0.8.4
16192026-02-19T20:16:04.928Z Checking concurrent-queue v2.5.0
16202026-02-19T20:16:05.265Z Compiling serde_derive_internals v0.29.0
16212026-02-19T20:16:05.402Z Compiling serde_derive v1.0.228
16222026-02-19T20:16:05.477Z Compiling thiserror-impl v2.0.18
16232026-02-19T20:16:05.517Z Compiling tokio-macros v2.6.0
16242026-02-19T20:16:05.813Z Compiling zerofrom-derive v0.1.5
16252026-02-19T20:16:07.866Z Checking tokio v1.49.0
16262026-02-19T20:16:08.034Z Compiling yoke-derive v0.7.5
16272026-02-19T20:16:08.128Z Compiling futures-macro v0.3.32
16282026-02-19T20:16:09.114Z Compiling zerovec-derive v0.10.3
16292026-02-19T20:16:09.416Z Compiling displaydoc v0.2.5
16302026-02-19T20:16:10.102Z Compiling pest v2.8.1
16312026-02-19T20:16:10.682Z Checking futures-util v0.3.32
16322026-02-19T20:16:10.696Z Checking zerofrom v0.1.5
16332026-02-19T20:16:10.915Z Compiling zerocopy-derive v0.8.27
16342026-02-19T20:16:11.763Z Compiling icu_provider_macros v1.5.0
16352026-02-19T20:16:12.105Z Checking yoke v0.7.5
16362026-02-19T20:16:12.469Z Checking zerovec v0.10.4
16372026-02-19T20:16:12.502Z Compiling pest_meta v2.8.1
16382026-02-19T20:16:13.007Z Compiling scroll_derive v0.13.1
16392026-02-19T20:16:13.444Z Compiling openssl-macros v0.1.1
16402026-02-19T20:16:14.060Z Checking tinystr v0.7.6
16412026-02-19T20:16:14.404Z Checking icu_locid v1.5.0
16422026-02-19T20:16:14.612Z Compiling pest_generator v2.8.1
16432026-02-19T20:16:14.765Z Checking tokio-util v0.7.7
16442026-02-19T20:16:15.164Z Checking icu_collections v1.5.0
16452026-02-19T20:16:15.358Z Checking icu_provider v1.5.0
16462026-02-19T20:16:15.608Z Checking h2 v0.4.6
16472026-02-19T20:16:15.628Z Checking erased-serde v0.3.31
16482026-02-19T20:16:15.798Z Checking scroll v0.13.0
16492026-02-19T20:16:16.014Z Checking icu_locid_transform v1.5.0
16502026-02-19T20:16:16.018Z Compiling serde_tokenstream v0.2.2
16512026-02-19T20:16:16.349Z Checking goblin v0.10.1
16522026-02-19T20:16:17.046Z Checking icu_properties v1.5.1
16532026-02-19T20:16:17.599Z Compiling pest_derive v2.8.1
16542026-02-19T20:16:19.089Z Compiling dtrace-parser v0.3.0
16552026-02-19T20:16:19.206Z Compiling dof v0.4.0
16562026-02-19T20:16:19.855Z Checking hyper v1.8.1
16572026-02-19T20:16:20.130Z Checking chrono v0.4.43
16582026-02-19T20:16:20.383Z Checking icu_normalizer v1.5.0
16592026-02-19T20:16:20.394Z Compiling thiserror-impl v1.0.69
16602026-02-19T20:16:21.180Z Checking idna_adapter v1.2.0
16612026-02-19T20:16:21.384Z Checking idna v1.0.3
16622026-02-19T20:16:21.523Z Checking http-body-util v0.1.3
16632026-02-19T20:16:21.735Z Checking rustls-pemfile v2.2.0
16642026-02-19T20:16:21.858Z Checking hyper-util v0.1.20
16652026-02-19T20:16:21.890Z Checking sync_wrapper v1.0.1
16662026-02-19T20:16:21.939Z Checking thread_local v1.1.4
16672026-02-19T20:16:21.942Z Compiling multer v3.1.0
16682026-02-19T20:16:21.960Z Checking encoding_rs v0.8.32
16692026-02-19T20:16:22.048Z Checking winnow v0.7.13
16702026-02-19T20:16:22.159Z Checking fastrand v2.1.1
16712026-02-19T20:16:22.226Z Compiling camino v1.2.2
16722026-02-19T20:16:22.363Z Checking match_cfg v0.1.0
16732026-02-19T20:16:22.463Z Checking parking v2.2.0
16742026-02-19T20:16:22.475Z Compiling schemars v0.8.22
16752026-02-19T20:16:22.646Z Compiling paste v1.0.15
16762026-02-19T20:16:22.811Z Compiling slog-async v2.8.0
16772026-02-19T20:16:23.044Z Checking event-listener v5.0.0
16782026-02-19T20:16:23.375Z Checking tempfile v3.25.0
16792026-02-19T20:16:23.472Z Checking hostname v0.3.1
16802026-02-19T20:16:23.540Z Checking tower v0.5.2
16812026-02-19T20:16:23.556Z Checking url v2.5.4
16822026-02-19T20:16:23.625Z Checking tokio-native-tls v0.3.1
16832026-02-19T20:16:23.755Z Compiling usdt-attr-macro v0.6.0
16842026-02-19T20:16:23.895Z Compiling usdt-macro v0.6.0
16852026-02-19T20:16:24.274Z Checking slog-json v2.6.1
16862026-02-19T20:16:24.310Z Checking serde_urlencoded v0.7.1
16872026-02-19T20:16:24.369Z Checking futures-executor v0.3.32
16882026-02-19T20:16:24.444Z Checking tokio-rustls v0.26.0
16892026-02-19T20:16:24.544Z Checking tokio-rustls v0.25.0
16902026-02-19T20:16:24.621Z Compiling schemars_derive v0.8.22
16912026-02-19T20:16:24.659Z Checking toml_parser v1.0.8+spec-1.1.0
16922026-02-19T20:16:24.748Z Compiling async-stream-impl v0.3.6
16932026-02-19T20:16:24.807Z Checking uuid v1.21.0
16942026-02-19T20:16:24.869Z Checking crossbeam-channel v0.5.15
16952026-02-19T20:16:25.377Z Checking serde_spanned v1.0.4
16962026-02-19T20:16:25.398Z Checking toml_datetime v1.0.0+spec-1.1.0
16972026-02-19T20:16:25.521Z Checking webpki-roots v0.26.5
16982026-02-19T20:16:25.609Z Checking is-terminal v0.4.12
16992026-02-19T20:16:25.739Z Checking memmap2 v0.9.8
17002026-02-19T20:16:25.742Z Compiling dropshot v0.16.7 (/work/oxidecomputer/dropshot/dropshot)
17012026-02-19T20:16:25.765Z Checking utf-8 v0.7.6
17022026-02-19T20:16:25.952Z Checking unicode-width v0.1.9
17032026-02-19T20:16:25.977Z Compiling semver v1.0.27
17042026-02-19T20:16:26.029Z Compiling heck v0.5.0
17052026-02-19T20:16:26.051Z Checking spin v0.9.8
17062026-02-19T20:16:26.114Z Checking toml_writer v1.0.6+spec-1.1.0
17072026-02-19T20:16:26.151Z Checking unicode-segmentation v1.10.0
17082026-02-19T20:16:26.161Z Checking term v1.1.0
17092026-02-19T20:16:26.220Z Checking data-encoding v2.4.0
17102026-02-19T20:16:26.475Z Checking lazy_static v1.5.0
17112026-02-19T20:16:26.554Z Checking iri-string v0.7.8
17122026-02-19T20:16:26.571Z Checking dyn-clone v1.0.4
17132026-02-19T20:16:26.617Z Checking take_mut v0.2.2
17142026-02-19T20:16:26.655Z Compiling anyhow v1.0.101
17152026-02-19T20:16:26.656Z Checking async-stream v0.3.6
17162026-02-19T20:16:26.695Z Compiling dropshot_endpoint v0.16.7 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17172026-02-19T20:16:26.751Z Checking newline-converter v0.3.0
17182026-02-19T20:16:26.773Z Checking tungstenite v0.24.0
17192026-02-19T20:16:26.870Z Checking console v0.15.7
17202026-02-19T20:16:26.916Z Checking slog-term v2.9.2
17212026-02-19T20:16:27.066Z Checking toml v1.0.1+spec-1.1.0
17222026-02-19T20:16:27.447Z Checking atomicwrites v0.4.4
17232026-02-19T20:16:27.651Z Checking usdt v0.6.0
17242026-02-19T20:16:27.674Z Checking hyper-rustls v0.27.3
17252026-02-19T20:16:27.775Z Checking futures v0.3.32
17262026-02-19T20:16:27.883Z Checking slog-bunyan v2.5.0
17272026-02-19T20:16:27.909Z Checking hyper-tls v0.6.0
17282026-02-19T20:16:27.986Z Checking event-listener-strategy v0.5.4
17292026-02-19T20:16:28.244Z Checking rustls-native-certs v0.7.0
17302026-02-19T20:16:28.388Z Checking openapiv3 v2.2.0
17312026-02-19T20:16:28.512Z Compiling async-trait v0.1.89
17322026-02-19T20:16:28.521Z Checking yasna v0.5.2
17332026-02-19T20:16:28.812Z Checking pem v3.0.6
17342026-02-19T20:16:29.020Z Checking tower-http v0.6.8
17352026-02-19T20:16:29.071Z Checking waitgroup v0.1.2
17362026-02-19T20:16:29.222Z Checking serde_path_to_error v0.1.20
17372026-02-19T20:16:29.377Z Checking webpki-roots v1.0.0
17382026-02-19T20:16:29.398Z Checking hostname v0.4.2
17392026-02-19T20:16:29.578Z Checking http-range v0.1.4
17402026-02-19T20:16:29.588Z Checking debug-ignore v1.0.5
17412026-02-19T20:16:29.741Z Checking similar v2.2.1
17422026-02-19T20:16:29.777Z Checking simple-mermaid v0.2.0
17432026-02-19T20:16:29.818Z Checking hyper-staticfile v0.10.1
17442026-02-19T20:16:29.875Z Checking reqwest v0.12.28
17452026-02-19T20:16:29.924Z Checking rcgen v0.14.7
17462026-02-19T20:16:30.244Z Checking hyper-rustls v0.26.0
17472026-02-19T20:16:30.302Z Checking async-channel v2.5.0
17482026-02-19T20:16:30.447Z Checking expectorate v1.2.0
17492026-02-19T20:16:30.627Z Checking tokio-tungstenite v0.24.0
17502026-02-19T20:16:30.650Z Checking subprocess v0.2.15
17512026-02-19T20:16:30.783Z Checking buf-list v1.1.2
17522026-02-19T20:16:34.356Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17532026-02-19T20:16:34.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.38s
17542026-02-19T20:16:34.751Z
17552026-02-19T20:16:34.751Z
17562026-02-19T20:16:49.006Ztest fail has been running for over 60 seconds
17572026-02-19T20:17:10.086Ztest tests/fail/bad_channel10.rs ... ok
17582026-02-19T20:17:10.086Ztest tests/fail/bad_channel11.rs ... ok
17592026-02-19T20:17:10.086Ztest tests/fail/bad_channel12.rs ... ok
17602026-02-19T20:17:10.086Ztest tests/fail/bad_channel13.rs ... ok
17612026-02-19T20:17:10.090Ztest tests/fail/bad_channel14.rs ... ok
17622026-02-19T20:17:10.090Ztest tests/fail/bad_channel15.rs ... ok
17632026-02-19T20:17:10.090Ztest tests/fail/bad_channel17.rs ... ok
17642026-02-19T20:17:10.091Ztest tests/fail/bad_channel18.rs ... ok
17652026-02-19T20:17:10.091Ztest tests/fail/bad_channel19.rs ... ok
17662026-02-19T20:17:10.091Ztest tests/fail/bad_channel1a.rs ... ok
17672026-02-19T20:17:10.091Ztest tests/fail/bad_channel1b.rs ... ok
17682026-02-19T20:17:10.091Ztest tests/fail/bad_channel2.rs ... ok
17692026-02-19T20:17:10.091Ztest tests/fail/bad_channel20.rs ... ok
17702026-02-19T20:17:10.091Ztest tests/fail/bad_channel21.rs ... ok
17712026-02-19T20:17:10.091Ztest tests/fail/bad_channel22.rs ... ok
17722026-02-19T20:17:10.091Ztest tests/fail/bad_channel23.rs ... ok
17732026-02-19T20:17:10.091Ztest tests/fail/bad_channel24.rs ... ok
17742026-02-19T20:17:10.091Ztest tests/fail/bad_channel25.rs ... ok
17752026-02-19T20:17:10.091Ztest tests/fail/bad_channel26.rs ... ok
17762026-02-19T20:17:10.091Ztest tests/fail/bad_channel27.rs ... ok
17772026-02-19T20:17:10.091Ztest tests/fail/bad_channel28.rs ... ok
17782026-02-19T20:17:10.091Ztest tests/fail/bad_channel3.rs ... ok
17792026-02-19T20:17:10.091Ztest tests/fail/bad_channel4.rs ... ok
17802026-02-19T20:17:10.091Ztest tests/fail/bad_channel5.rs ... ok
17812026-02-19T20:17:10.091Ztest tests/fail/bad_channel6.rs ... ok
17822026-02-19T20:17:10.091Ztest tests/fail/bad_channel8.rs ... ok
17832026-02-19T20:17:10.091Ztest tests/fail/bad_channel9.rs ... ok
17842026-02-19T20:17:10.091Ztest tests/fail/bad_endpoint1.rs ... ok
17852026-02-19T20:17:10.091Ztest tests/fail/bad_endpoint10.rs ... ok
17862026-02-19T20:17:10.091Ztest tests/fail/bad_endpoint11.rs ... ok
17872026-02-19T20:17:10.091Ztest tests/fail/bad_endpoint12.rs ... ok
17882026-02-19T20:17:10.091Ztest tests/fail/bad_endpoint13.rs ... ok
17892026-02-19T20:17:10.091Ztest tests/fail/bad_endpoint14.rs ... ok
17902026-02-19T20:17:10.091Ztest tests/fail/bad_endpoint15.rs ... ok
17912026-02-19T20:17:10.091Ztest tests/fail/bad_endpoint16.rs ... ok
17922026-02-19T20:17:10.091Ztest tests/fail/bad_endpoint17.rs ... ok
17932026-02-19T20:17:10.091Ztest tests/fail/bad_endpoint18.rs ... ok
17942026-02-19T20:17:10.091Ztest tests/fail/bad_endpoint19.rs ... ok
17952026-02-19T20:17:10.091Ztest tests/fail/bad_endpoint2.rs ... ok
17962026-02-19T20:17:10.091Ztest tests/fail/bad_endpoint20.rs ... ok
17972026-02-19T20:17:10.091Ztest tests/fail/bad_endpoint21.rs ... ok
17982026-02-19T20:17:10.091Ztest tests/fail/bad_endpoint22.rs ... ok
17992026-02-19T20:17:10.091Ztest tests/fail/bad_endpoint23.rs ... ok
18002026-02-19T20:17:10.091Ztest tests/fail/bad_endpoint24.rs ... ok
18012026-02-19T20:17:10.091Ztest tests/fail/bad_endpoint25.rs ... ok
18022026-02-19T20:17:10.092Ztest tests/fail/bad_endpoint26.rs ... ok
18032026-02-19T20:17:10.092Ztest tests/fail/bad_endpoint27.rs ... ok
18042026-02-19T20:17:10.092Ztest tests/fail/bad_endpoint28.rs ... ok
18052026-02-19T20:17:10.092Ztest tests/fail/bad_endpoint3.rs ... ok
18062026-02-19T20:17:10.092Ztest tests/fail/bad_endpoint4.rs ... ok
18072026-02-19T20:17:10.092Ztest tests/fail/bad_endpoint5.rs ... ok
18082026-02-19T20:17:10.092Ztest tests/fail/bad_endpoint6.rs ... ok
18092026-02-19T20:17:10.092Ztest tests/fail/bad_endpoint7.rs ... ok
18102026-02-19T20:17:10.092Ztest tests/fail/bad_endpoint8.rs ... ok
18112026-02-19T20:17:10.092Ztest tests/fail/bad_endpoint9.rs ... ok
18122026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel10.rs ... ok
18132026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel11.rs ... ok
18142026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel12.rs ... ok
18152026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel13.rs ... ok
18162026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel14.rs ... ok
18172026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel15.rs ... ok
18182026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel17.rs ... ok
18192026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel18.rs ... ok
18202026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel19.rs ... ok
18212026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel1a.rs ... ok
18222026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel1b.rs ... ok
18232026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel2.rs ... ok
18242026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel20.rs ... ok
18252026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel21.rs ... ok
18262026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel22.rs ... ok
18272026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel23.rs ... ok
18282026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel24.rs ... ok
18292026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel25.rs ... ok
18302026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel26.rs ... ok
18312026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel28.rs ... ok
18322026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel3.rs ... ok
18332026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel4.rs ... ok
18342026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel5.rs ... ok
18352026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel6.rs ... ok
18362026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel8.rs ... ok
18372026-02-19T20:17:10.092Ztest tests/fail/bad_trait_channel9.rs ... ok
18382026-02-19T20:17:10.092Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18392026-02-19T20:17:10.092Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18402026-02-19T20:17:10.092Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18412026-02-19T20:17:10.093Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18422026-02-19T20:17:10.093Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18432026-02-19T20:17:10.093Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18442026-02-19T20:17:10.093Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18452026-02-19T20:17:10.093Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18462026-02-19T20:17:10.093Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18472026-02-19T20:17:10.093Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18482026-02-19T20:17:10.093Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18492026-02-19T20:17:10.093Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18502026-02-19T20:17:10.093Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18512026-02-19T20:17:10.093Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18522026-02-19T20:17:10.093Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18532026-02-19T20:17:10.093Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18542026-02-19T20:17:10.093Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18552026-02-19T20:17:10.093Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18562026-02-19T20:17:10.093Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18572026-02-19T20:17:10.093Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18582026-02-19T20:17:10.093Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18592026-02-19T20:17:10.093Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18602026-02-19T20:17:10.093Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18612026-02-19T20:17:10.097Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18622026-02-19T20:17:10.097Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18632026-02-19T20:17:10.097Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18642026-02-19T20:17:10.097Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18652026-02-19T20:17:10.097Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18662026-02-19T20:17:10.097Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18672026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only1.rs ... ok
18682026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only10.rs ... ok
18692026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only11.rs ... ok
18702026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only12.rs ... ok
18712026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only13.rs ... ok
18722026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only14.rs ... ok
18732026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only15.rs ... ok
18742026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only16.rs ... ok
18752026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only17.rs ... ok
18762026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only18.rs ... ok
18772026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only19.rs ... ok
18782026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only2.rs ... ok
18792026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only20.rs ... ok
18802026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only21.rs ... ok
18812026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only22.rs ... ok
18822026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only3.rs ... ok
18832026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only4.rs ... ok
18842026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only5.rs ... ok
18852026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only6.rs ... ok
18862026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only7.rs ... ok
18872026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only8.rs ... ok
18882026-02-19T20:17:10.097Ztest tests/fail/bad_trait_only9.rs ... ok
18892026-02-19T20:17:10.097Ztest tests/fail/bad_version_backwards.rs ... ok
18902026-02-19T20:17:10.097Ztest tests/fail/unused_endpoint.rs ... ok
18912026-02-19T20:17:10.097Z
18922026-02-19T20:17:10.097Z
18932026-02-19T20:17:10.097Ztest fail ... ok
18942026-02-19T20:17:10.097Z
18952026-02-19T20:17:10.097Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 81.08s
18962026-02-19T20:17:10.097Z
18972026-02-19T20:17:10.101Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-b2caf51e72139b01`
18982026-02-19T20:17:10.104Z
18992026-02-19T20:17:10.104Zrunning 83 tests
19002026-02-19T20:17:10.108Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
19012026-02-19T20:17:10.108Ztest config::test_config_bad_bind_address_garbage ... ok
19022026-02-19T20:17:10.108Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
19032026-02-19T20:17:10.108Ztest config::test_config_bad_bind_address_port_too_large ... ok
19042026-02-19T20:17:10.108Ztest config::test_config_bad_bind_address_port_too_small ... ok
19052026-02-19T20:17:10.108Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
19062026-02-19T20:17:10.108Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
19072026-02-19T20:17:10.108Ztest api_trait::test_api_trait_with_complex_tags ... ok
19082026-02-19T20:17:10.108Ztest config::test_config_deprecated_request_body_max_bytes ... ok
19092026-02-19T20:17:10.108Ztest config::test_valid_config_all_settings ... ok
19102026-02-19T20:17:10.108Ztest config::test_valid_config_basic ... ok
19112026-02-19T20:17:10.108Ztest config::test_valid_config_empty ... ok
19122026-02-19T20:17:10.108Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-config_bind_address_https_buffer.3441.5.log"
19132026-02-19T20:17:10.108Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-api_trait_basic.3441.0.log"
19142026-02-19T20:17:10.108Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-config_handler_task_mode_detached.3441.6.log"
19152026-02-19T20:17:10.108Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_unversioned_servers_with_versioned_routes.3441.4.log"
19162026-02-19T20:17:10.108Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-config_bind_address_http.3441.2.log"
19172026-02-19T20:17:10.108Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-config_handler_task_mode_cancel.3441.3.log"
19182026-02-19T20:17:10.108Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-config_bind_address_https.3441.1.log"
19192026-02-19T20:17:10.112Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19202026-02-19T20:17:10.112Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_enum_extractor_error.3441.7.log"
19212026-02-19T20:17:10.112Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_enum_user_error.3441.8.log"
19222026-02-19T20:17:10.115Ztest config::test_config_handler_task_mode_detached ... ok
19232026-02-19T20:17:10.115Ztest config::test_config_handler_task_mode_cancel ... ok
19242026-02-19T20:17:10.115Ztest custom_errors::test_enum_extractor_error ... ok
19252026-02-19T20:17:10.115Ztest custom_errors::test_enum_user_error ... ok
19262026-02-19T20:17:10.115Ztest api_trait::test_api_trait_basic ... ok
19272026-02-19T20:17:10.115Ztest custom_errors::test_trait_based_api ... ok
19282026-02-19T20:17:10.115Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_trait_enum_user_error.3441.10.log"
19292026-02-19T20:17:10.115Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_struct_user_error.3441.11.log"
19302026-02-19T20:17:10.115Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_struct_extractor_error.3441.9.log"
19312026-02-19T20:17:10.115Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_trait_struct_user_error.3441.12.log"
19322026-02-19T20:17:10.115Ztest config::test_config_bind_address_http ... ok
19332026-02-19T20:17:10.119Ztest custom_errors::test_trait_enum_user_error ... ok
19342026-02-19T20:17:10.119Ztest custom_errors::test_struct_user_error ... ok
19352026-02-19T20:17:10.119Ztest custom_errors::test_trait_struct_user_error ... ok
19362026-02-19T20:17:10.119Ztest custom_errors::test_struct_extractor_error ... ok
19372026-02-19T20:17:10.119Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_302_bogus.3441.13.log"
19382026-02-19T20:17:10.119Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_302_found.3441.14.log"
19392026-02-19T20:17:10.119Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_303_see_other.3441.15.log"
19402026-02-19T20:17:10.119Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-demo1.3441.16.log"
19412026-02-19T20:17:10.119Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_307_temporary_redirect.3441.17.log"
19422026-02-19T20:17:10.119Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_delete_request.3441.18.log"
19432026-02-19T20:17:10.119Ztest demo::test_302_found ... ok
19442026-02-19T20:17:10.122Ztest demo::test_302_bogus ... ok
19452026-02-19T20:17:10.122Ztest demo::test_303_see_other ... ok
19462026-02-19T20:17:10.122Ztest demo::test_demo1 ... ok
19472026-02-19T20:17:10.122Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-demo2json.3441.19.log"
19482026-02-19T20:17:10.122Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-demo2query.3441.20.log"
19492026-02-19T20:17:10.122Ztest demo::test_delete_request ... ok
19502026-02-19T20:17:10.122Ztest demo::test_307_temporary_redirect ... ok
19512026-02-19T20:17:10.122Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-demo2urlencoded.3441.21.log"
19522026-02-19T20:17:10.122Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-demo3json.3441.22.log"
19532026-02-19T20:17:10.122Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-demo_path_param_string.3441.23.log"
19542026-02-19T20:17:10.125Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-demo_path_param_u32.3441.24.log"
19552026-02-19T20:17:10.125Ztest demo::test_demo2query ... ok
19562026-02-19T20:17:10.125Ztest demo::test_demo2json ... ok
19572026-02-19T20:17:10.125Ztest demo::test_demo2urlencoded ... ok
19582026-02-19T20:17:10.128Ztest demo::test_demo3json ... ok
19592026-02-19T20:17:10.128Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-demo_path_param_uuid.3441.25.log"
19602026-02-19T20:17:10.128Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_head_request.3441.26.log"
19612026-02-19T20:17:10.128Ztest demo::test_demo_path_param_u32 ... ok
19622026-02-19T20:17:10.128Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-demo_websocket.3441.27.log"
19632026-02-19T20:17:10.129Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_header_request.3441.28.log"
19642026-02-19T20:17:10.129Ztest demo::test_demo_path_param_uuid ... ok
19652026-02-19T20:17:10.129Ztest demo::test_demo_websocket ... ok
19662026-02-19T20:17:10.132Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_large_typed_body.3441.29.log"
19672026-02-19T20:17:10.132Ztest demo::test_head_request ... ok
19682026-02-19T20:17:10.132Ztest demo::test_demo_path_param_string ... ok
19692026-02-19T20:17:10.132Ztest config::test_config_bind_address_https ... ok
19702026-02-19T20:17:10.132Ztest demo::test_header_request ... ok
19712026-02-19T20:17:10.132Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-graceful_shutdown_with_detached_handler.3441.30.log"
19722026-02-19T20:17:10.132Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-tet_raw_request.3441.31.log"
19732026-02-19T20:17:10.132Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_request_compat.3441.33.log"
19742026-02-19T20:17:10.132Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_request_remote_addr.3441.34.log"
19752026-02-19T20:17:10.132Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_streaming_body.3441.32.log"
19762026-02-19T20:17:10.132Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_untyped_body.3441.35.log"
19772026-02-19T20:17:10.132Ztest demo::test_raw_request ... ok
19782026-02-19T20:17:10.132Ztest demo::test_request_remote_addr ... ok
19792026-02-19T20:17:10.132Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-multipart_client.3441.36.log"
19802026-02-19T20:17:10.132Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-multipart_client.3441.37.log"
19812026-02-19T20:17:10.136Ztest demo::test_large_typed_body ... ok
19822026-02-19T20:17:10.136Ztest demo::test_request_compat ... ok
19832026-02-19T20:17:10.136Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-multipart_client.3441.38.log"
19842026-02-19T20:17:10.136Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-multipart_client.3441.39.log"
19852026-02-19T20:17:10.136Ztest multipart::missing_boundary ... ok
19862026-02-19T20:17:10.136Ztest multipart::no_content_type ... ok
19872026-02-19T20:17:10.136Ztest demo::test_streaming_body ... ok
19882026-02-19T20:17:10.136Ztest multipart::weird_content_type ... ok
19892026-02-19T20:17:10.136Ztest multipart::test_multipart_client ... ok
19902026-02-19T20:17:10.136Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-pagination-basic.3441.40.log"
19912026-02-19T20:17:10.139Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
19922026-02-19T20:17:10.139Ztest openapi::test_openapi_custom_error_types ... ok
19932026-02-19T20:17:10.139Ztest demo::test_untyped_body ... ok
19942026-02-19T20:17:10.139Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-pagination-multiple-resources.3441.41.log"
19952026-02-19T20:17:10.139Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-pagination-multiple-sorts.3441.42.log"
19962026-02-19T20:17:10.155Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-basic.3441.43.log"
19972026-02-19T20:17:10.164Ztest openapi::test_openapi_fuller ... ok
19982026-02-19T20:17:10.167Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-dictionary.3441.44.log"
19992026-02-19T20:17:10.167Ztest openapi::test_openapi ... ok
20002026-02-19T20:17:10.167Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-empty.3441.45.log"
20012026-02-19T20:17:10.170Ztest pagination::test_paginate_empty ... ok
20022026-02-19T20:17:10.170Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-errors.3441.46.log"
20032026-02-19T20:17:10.174Ztest pagination::test_paginate_errors ... ok
20042026-02-19T20:17:10.177Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-extra_params.3441.47.log"
20052026-02-19T20:17:10.180Ztest pagination::test_paginate_extra_params ... ok
20062026-02-19T20:17:10.180Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-required_params.3441.48.log"
20072026-02-19T20:17:10.183Ztest pagination::test_paginate_with_required_params ... ok
20082026-02-19T20:17:10.183Ztest pagination_schema::test_pagination_schema ... ok
20092026-02-19T20:17:10.183Ztest path_names::test_path_names ... ok
20102026-02-19T20:17:10.183Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_no_tls.3441.49.log"
20112026-02-19T20:17:10.186Ztest starter::test_no_tls ... ok
20122026-02-19T20:17:10.186Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_with_tls.3441.50.log"
20132026-02-19T20:17:10.208Ztest pagination::test_paginate_basic ... ok
20142026-02-19T20:17:10.212Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-non_streaming_servers_do_not_use_transfer_encoding.3441.51.log"
20152026-02-19T20:17:10.212Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
20162026-02-19T20:17:10.212Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-streaming_server_buffered_client.3441.52.log"
20172026-02-19T20:17:10.232Ztest streaming::test_streaming_server_buffered_client ... ok
20182026-02-19T20:17:10.235Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-streaming_server_streaming_client.3441.53.log"
20192026-02-19T20:17:10.249Ztest streaming::test_streaming_server_streaming_client ... ok
20202026-02-19T20:17:10.253Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_server_is_http.3441.54.log"
20212026-02-19T20:17:10.253Ztest tls::test_server_is_http ... ok
20222026-02-19T20:17:10.253Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_server_is_https.3441.55.log"
20232026-02-19T20:17:10.501Ztest starter::test_with_tls ... ok
20242026-02-19T20:17:10.504Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_tls_aborted_negotiation.3441.56.log"
20252026-02-19T20:17:10.568Ztest tls::test_server_is_https ... ok
20262026-02-19T20:17:10.571Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_tls_certificate_loading.3441.57.log"
20272026-02-19T20:17:10.888Ztest tls::test_tls_certificate_loading ... ok
20282026-02-19T20:17:10.892Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_tls_only.3441.58.log"
20292026-02-19T20:17:11.112Ztest tls::test_tls_aborted_negotiation ... ok
20302026-02-19T20:17:11.116Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_tls_refresh_certificates.3441.59.log"
20312026-02-19T20:17:11.157Ztest tls::test_tls_refresh_certificates ... ok
20322026-02-19T20:17:11.160Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_versions.3441.60.log"
20332026-02-19T20:17:11.226Ztest tls::test_tls_only ... ok
20342026-02-19T20:17:11.231Znote: configured to log to "/tmp/integration_tests-b2caf51e72139b01-test_versions_on_missing.3441.61.log"
20352026-02-19T20:17:11.238Ztest versions::test_versions ... ok
20362026-02-19T20:17:11.242Ztest versions::test_versions_openapi ... ok
20372026-02-19T20:17:11.245Ztest versions::test_versions_openapi_same_names ... ok
20382026-02-19T20:17:11.267Ztest versions::test_versions_on_missing ... ok
20392026-02-19T20:17:11.288Ztest pagination::test_example_basic ... ok
20402026-02-19T20:17:11.292Ztest config::test_config_bind_address_https_buffer ... ok
20412026-02-19T20:17:11.381Ztest pagination::test_paginate_dictionary ... ok
20422026-02-19T20:17:12.132Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
20432026-02-19T20:17:13.703Ztest pagination::test_example_multiple_sorts ... ok
20442026-02-19T20:17:14.103Ztest pagination::test_example_multiple_resources ... ok
20452026-02-19T20:17:14.103Z
20462026-02-19T20:17:14.103Ztest result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.00s
20472026-02-19T20:17:14.103Z
20482026-02-19T20:17:14.111Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-d12334ac2081f37f`
20492026-02-19T20:17:14.116Z
20502026-02-19T20:17:14.116Zrunning 35 tests
20512026-02-19T20:17:14.122Ztest channel::tests::test_channel_operation_id ... ok
20522026-02-19T20:17:14.122Ztest channel::tests::test_channel_with_versions ... ok
20532026-02-19T20:17:14.125Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
20542026-02-19T20:17:14.125Ztest channel::tests::test_channel_with_unnamed_params ... ok
20552026-02-19T20:17:14.125Ztest doc::tests::test_extract_summary_description ... ok
20562026-02-19T20:17:14.125Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
20572026-02-19T20:17:14.125Ztest endpoint::tests::test_endpoint_bad_string ... ok
20582026-02-19T20:17:14.125Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
20592026-02-19T20:17:14.125Ztest endpoint::tests::test_endpoint_bad_versions ... ok
20602026-02-19T20:17:14.125Ztest endpoint::tests::test_endpoint_invalid_item ... ok
20612026-02-19T20:17:14.125Ztest endpoint::tests::test_endpoint_no_arguments ... ok
20622026-02-19T20:17:14.126Ztest endpoint::tests::test_endpoint_not_async ... ok
20632026-02-19T20:17:14.126Ztest channel::tests::test_channel_with_custom_params ... ok
20642026-02-19T20:17:14.129Ztest endpoint::tests::test_endpoint_content_type ... ok
20652026-02-19T20:17:14.129Ztest endpoint::tests::test_endpoint_basic ... ok
20662026-02-19T20:17:14.129Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
20672026-02-19T20:17:14.129Ztest api_trait::tests::test_api_trait_basic ... ok
20682026-02-19T20:17:14.129Ztest api_trait::tests::test_api_trait_operation_id ... ok
20692026-02-19T20:17:14.129Ztest endpoint::tests::test_endpoint_pub_crate ... ok
20702026-02-19T20:17:14.129Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
20712026-02-19T20:17:14.129Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
20722026-02-19T20:17:14.129Ztest endpoint::tests::test_endpoint_with_doc ... ok
20732026-02-19T20:17:14.132Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
20742026-02-19T20:17:14.132Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
20752026-02-19T20:17:14.132Ztest endpoint::tests::test_endpoint_with_query ... ok
20762026-02-19T20:17:14.132Ztest endpoint::tests::test_endpoint_with_tags ... ok
20772026-02-19T20:17:14.132Ztest params::tests::test_extract_rqctx_ty_param ... ok
20782026-02-19T20:17:14.132Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
20792026-02-19T20:17:14.132Ztest syn_parsing::tests::test_busted_function ... ok
20802026-02-19T20:17:14.132Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
20812026-02-19T20:17:14.133Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
20822026-02-19T20:17:14.133Ztest endpoint::tests::test_operation_id ... ok
20832026-02-19T20:17:14.136Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
20842026-02-19T20:17:14.136Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
20852026-02-19T20:17:14.139Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
20862026-02-19T20:17:14.139Z
20872026-02-19T20:17:14.139Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
20882026-02-19T20:17:14.139Z
20892026-02-19T20:17:14.139Z Doc-tests dropshot
20902026-02-19T20:17:14.139Z Running `/home/build/.rustup/toolchains/1.93.1-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-987fee56afb15e60/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-cdb2a60d7fb68bf6.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f0206f1d7358ff0b.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-8a022441c56011e2.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-d754a5acf45c1bfe.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-00308df0292d0f2c.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-31f65203b0fa9f27.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-1352e873e9c57172.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-d362a9218ff71c47.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-76ec4334627bdadc.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-a61dc41a03e42861.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-605f28a9b649256b.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-ee921f0ca7cc8718.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-f955fb0533c62dc0.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-83ecd5d3d7e0325e.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-3ecb145d046c149e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-607d897233780f55.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-9f5936da8add4804.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-10c7e7dc7bd4bfb2.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7c18c674699f307e.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-4b38b6694eb364fa.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ccca1e27379dd204.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-dbb758f4b8d6c46a.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-3d4a7ddca9ba7fdc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-443d40f800e10b3d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-b0177619a811e992.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-693117be7c895431.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-9cebde60bceceada.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-49449776d2a32856.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-3cc8d991b623a10b.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-aec76b9ed4326789.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-4d86d33f9e8f5e73.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-d6c8012db1db9c69.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-22169613b84fed60.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-c96e294d88e43f67.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-04f0f6acccfc31e5.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-ba87c11b994c30ce.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-870280cd13f33f3a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ad2cf69079a9b684.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-f70d4eea6ae042c4.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-914e4766f0fc70c3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-6ba507bb29194682.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-911691505516f2f5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-706dbf32d4ef86d7.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7d86354316aaff3b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-71382a9e8ad303f9.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8120a8c4db6c8009.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-2305f8d0f0598db7.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-6b16bc9b233eeda5.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-d2b7320c3b25404f.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3a3e5cdb0285d3a3.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-9cf0fe96e18ab823.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-38f19c24f53a5b1c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-03d0667f332fe93c.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-13550fd5ca42aa85.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-191c870d789586e1.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-27548fa6e48b0b6e.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-02b9b9d1b6b03526.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-4d2f94e259bbacc1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-d63a0ecbd41ea6b8.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`
20912026-02-19T20:17:14.608Z
20922026-02-19T20:17:14.608Zrunning 23 tests
20932026-02-19T20:17:16.601Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
20942026-02-19T20:17:16.601Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
20952026-02-19T20:17:16.601Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
20962026-02-19T20:17:16.645Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
20972026-02-19T20:17:21.428Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
20982026-02-19T20:17:21.428Ztest dropshot/src/lib.rs - (line 334) ... ignored
20992026-02-19T20:17:21.487Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
21002026-02-19T20:17:21.716Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
21012026-02-19T20:17:21.766Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok
21022026-02-19T20:17:21.803Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok
21032026-02-19T20:17:22.164Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
21042026-02-19T20:17:22.167Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
21052026-02-19T20:17:22.167Ztest dropshot/src/lib.rs - channel (line 1181) ... ignored
21062026-02-19T20:17:22.168Ztest dropshot/src/lib.rs - endpoint (line 1226) ... ignored
21072026-02-19T20:17:23.429Ztest dropshot/src/lib.rs - (line 398) ... ok
21082026-02-19T20:17:23.838Ztest dropshot/src/lib.rs - api_description (line 1046) ... ok
21092026-02-19T20:17:23.938Ztest dropshot/src/lib.rs - (line 661) ... ok
21102026-02-19T20:17:23.967Ztest dropshot/src/lib.rs - (line 110) ... ok
21112026-02-19T20:17:24.123Ztest dropshot/src/lib.rs - (line 189) ... ok
21122026-02-19T20:17:24.142Ztest dropshot/src/lib.rs - api_description (line 1107) ... ok
21132026-02-19T20:17:24.991Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok
21142026-02-19T20:17:27.397Ztest dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok
21152026-02-19T20:17:28.639Ztest dropshot/src/lib.rs - (line 497) ... ok
21162026-02-19T20:17:28.639Z
21172026-02-19T20:17:28.639Ztest result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 14.03s
21182026-02-19T20:17:28.639Z
21192026-02-19T20:17:28.666Z Doc-tests dropshot_endpoint
21202026-02-19T20:17:28.669Z Running `/home/build/.rustup/toolchains/1.93.1-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-987fee56afb15e60/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-50b5e768fbe055aa.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-bea934ba1e0e0f04.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-67a5fe7d367b9b47.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-15854438052e6009.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-1f96ef3c12873473.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-235f5860a8364e7e.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-68eed622088dc0cf.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-6389b18acfd0c510.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-d2508aa196f7b616.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-a5eaa9914a020637.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-297d51168f807b5a.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
21212026-02-19T20:17:28.863Z
21222026-02-19T20:17:28.863Zrunning 0 tests
21232026-02-19T20:17:28.863Z
21242026-02-19T20:17:28.863Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21252026-02-19T20:17:28.863Z
21262026-02-19T20:17:28.896Z
21272026-02-19T20:17:28.899Zreal 3:02.873005672
21282026-02-19T20:17:28.899Zuser 16:57.031837982
21292026-02-19T20:17:28.899Zsys 2:52.265684774
21302026-02-19T20:17:28.899Ztrap 0.803140533
21312026-02-19T20:17:28.899Ztflt 0.168492512
21322026-02-19T20:17:28.899Zdflt 0.180672202
21332026-02-19T20:17:28.899Zkflt 0.000536818
21342026-02-19T20:17:28.899Zlock 1:09:54.405729023
21352026-02-19T20:17:28.899Zslp 1:04:29.897063743
21362026-02-19T20:17:28.899Zlat 57.768639339
21372026-02-19T20:17:28.899Zstop 2:01.319931359
21382026-02-19T20:17:28.899Z+ banner docs
21392026-02-19T20:17:28.899Z
21402026-02-19T20:17:28.899Z ##### #### #### ####
21412026-02-19T20:17:28.899Z # # # # # # #
21422026-02-19T20:17:28.899Z # # # # # ####
21432026-02-19T20:17:28.899Z # # # # # #
21442026-02-19T20:17:28.899Z # # # # # # # #
21452026-02-19T20:17:28.900Z ##### #### #### ####
21462026-02-19T20:17:28.900Z
21472026-02-19T20:17:28.900Z+ ptime -m cargo doc --no-deps --lib --bins --examples
21482026-02-19T20:17:29.236Z Compiling proc-macro2 v1.0.106
21492026-02-19T20:17:29.236Z Compiling unicode-ident v1.0.12
21502026-02-19T20:17:29.239Z Checking cfg-if v1.0.0
21512026-02-19T20:17:29.239Z Checking itoa v1.0.1
21522026-02-19T20:17:29.239Z Checking pin-project-lite v0.2.12
21532026-02-19T20:17:29.239Z Compiling quote v1.0.44
21542026-02-19T20:17:29.287Z Checking libc v0.2.182
21552026-02-19T20:17:29.290Z Checking serde_core v1.0.228
21562026-02-19T20:17:29.355Z Checking bytes v1.11.1
21572026-02-19T20:17:29.359Z Checking once_cell v1.20.1
21582026-02-19T20:17:29.410Z Checking smallvec v1.13.2
21592026-02-19T20:17:29.455Z Checking futures-core v0.3.32
21602026-02-19T20:17:29.472Z Checking memchr v2.6.0
21612026-02-19T20:17:29.625Z Checking scopeguard v1.2.0
21622026-02-19T20:17:29.649Z Checking futures-sink v0.3.32
21632026-02-19T20:17:29.743Z Checking slab v0.4.9
21642026-02-19T20:17:29.785Z Checking futures-channel v0.3.32
21652026-02-19T20:17:29.789Z Checking lock_api v0.4.6
21662026-02-19T20:17:29.998Z Checking log v0.4.17
21672026-02-19T20:17:30.145Z Checking zeroize v1.7.0
21682026-02-19T20:17:30.173Z Checking futures-task v0.3.32
21692026-02-19T20:17:30.266Z Checking futures-io v0.3.32
21702026-02-19T20:17:30.276Z Checking parking_lot_core v0.9.4
21712026-02-19T20:17:30.284Z Checking signal-hook-registry v1.4.0
21722026-02-19T20:17:30.324Z Checking socket2 v0.6.0
21732026-02-19T20:17:30.391Z Checking mio v1.0.3
21742026-02-19T20:17:30.401Z Checking getrandom v0.2.11
21752026-02-19T20:17:30.466Z Checking http v1.4.0
21762026-02-19T20:17:30.540Z Checking rustls-pki-types v1.14.0
21772026-02-19T20:17:30.602Z Checking parking_lot v0.12.1
21782026-02-19T20:17:30.809Z Checking stable_deref_trait v1.2.0
21792026-02-19T20:17:30.921Z Checking httparse v1.10.0
21802026-02-19T20:17:30.969Z Checking tracing-core v0.1.32
21812026-02-19T20:17:30.978Z Checking equivalent v1.0.0
21822026-02-19T20:17:31.102Z Compiling syn v2.0.116
21832026-02-19T20:17:31.154Z Checking untrusted v0.9.0
21842026-02-19T20:17:31.154Z Checking hashbrown v0.16.1
21852026-02-19T20:17:31.212Z Checking percent-encoding v2.3.2
21862026-02-19T20:17:31.279Z Checking ring v0.17.13
21872026-02-19T20:17:31.311Z Checking atomic-waker v1.1.2
21882026-02-19T20:17:31.437Z Checking bitflags v2.11.0
21892026-02-19T20:17:31.455Z Checking litemap v0.7.4
21902026-02-19T20:17:31.601Z Checking tracing v0.1.40
21912026-02-19T20:17:31.741Z Checking try-lock v0.2.3
21922026-02-19T20:17:31.768Z Checking http-body v1.0.1
21932026-02-19T20:17:31.782Z Checking writeable v0.5.5
21942026-02-19T20:17:31.890Z Checking fnv v1.0.7
21952026-02-19T20:17:31.913Z Checking want v0.3.0
21962026-02-19T20:17:31.974Z Checking zmij v1.0.2
21972026-02-19T20:17:32.028Z Checking typenum v1.14.0
21982026-02-19T20:17:32.111Z Compiling num-conv v0.2.0
21992026-02-19T20:17:32.121Z Checking powerfmt v0.2.0
22002026-02-19T20:17:32.168Z Checking base64 v0.22.1
22012026-02-19T20:17:32.200Z Compiling time-core v0.1.8
22022026-02-19T20:17:32.345Z Checking subtle v2.5.0
22032026-02-19T20:17:32.377Z Checking pin-utils v0.1.0
22042026-02-19T20:17:32.472Z Checking tower-layer v0.3.3
22052026-02-19T20:17:32.476Z Checking tower-service v0.3.3
22062026-02-19T20:17:32.580Z Checking httpdate v1.0.1
22072026-02-19T20:17:32.608Z Compiling time-macros v0.2.27
22082026-02-19T20:17:32.633Z Checking deranged v0.5.5
22092026-02-19T20:17:32.741Z Checking crossbeam-utils v0.8.21
22102026-02-19T20:17:32.825Z Checking num_threads v0.1.3
22112026-02-19T20:17:32.957Z Checking icu_locid_transform_data v1.5.0
22122026-02-19T20:17:33.152Z Checking generic-array v0.14.5
22132026-02-19T20:17:33.251Z Checking indexmap v2.13.0
22142026-02-19T20:17:33.315Z Checking serde_json v1.0.149
22152026-02-19T20:17:33.519Z Checking rustls-webpki v0.102.8
22162026-02-19T20:17:33.720Z Checking getrandom v0.4.1
22172026-02-19T20:17:33.934Z Checking icu_properties_data v1.5.0
22182026-02-19T20:17:34.182Z Checking ipnet v2.10.0
22192026-02-19T20:17:34.251Z Checking block-buffer v0.10.2
22202026-02-19T20:17:34.275Z Checking crypto-common v0.1.6
22212026-02-19T20:17:34.460Z Checking form_urlencoded v1.2.2
22222026-02-19T20:17:34.470Z Checking icu_normalizer_data v1.5.0
22232026-02-19T20:17:34.541Z Checking foreign-types-shared v0.1.1
22242026-02-19T20:17:34.563Z Checking openssl-probe v0.1.4
22252026-02-19T20:17:34.657Z Checking utf16_iter v1.0.5
22262026-02-19T20:17:34.666Z Checking mime v0.3.16
22272026-02-19T20:17:34.669Z Checking utf8_iter v1.0.4
22282026-02-19T20:17:34.731Z Checking write16 v1.0.0
22292026-02-19T20:17:34.823Z Checking foreign-types v0.3.2
22302026-02-19T20:17:34.833Z Checking digest v0.10.7
22312026-02-19T20:17:34.862Z Checking num-traits v0.2.14
22322026-02-19T20:17:34.880Z Checking openssl-sys v0.9.107
22332026-02-19T20:17:34.914Z Checking rand_core v0.6.3
22342026-02-19T20:17:34.955Z Checking errno v0.3.10
22352026-02-19T20:17:34.974Z Checking cpufeatures v0.2.17
22362026-02-19T20:17:35.072Z Checking time v0.3.47
22372026-02-19T20:17:35.072Z Checking iana-time-zone v0.1.47
22382026-02-19T20:17:35.151Z Checking ppv-lite86 v0.2.15
22392026-02-19T20:17:35.151Z Checking winnow v0.7.13
22402026-02-19T20:17:35.203Z Checking sha1 v0.10.6
22412026-02-19T20:17:35.226Z Checking ryu v1.0.5
22422026-02-19T20:17:35.470Z Checking rustls v0.22.4
22432026-02-19T20:17:35.482Z Compiling unicase v2.6.0
22442026-02-19T20:17:35.771Z Checking rand_chacha v0.3.1
22452026-02-19T20:17:35.828Z Checking serde_spanned v1.0.4
22462026-02-19T20:17:35.924Z Checking toml_datetime v1.0.0+spec-1.1.0
22472026-02-19T20:17:36.041Z Checking http-body-util v0.1.3
22482026-02-19T20:17:36.041Z Checking rustls-pemfile v2.2.0
22492026-02-19T20:17:36.143Z Checking thread_local v1.1.4
22502026-02-19T20:17:36.273Z Checking encoding_rs v0.8.32
22512026-02-19T20:17:36.298Z Checking toml_writer v1.0.6+spec-1.1.0
22522026-02-19T20:17:36.430Z Checking match_cfg v0.1.0
22532026-02-19T20:17:36.477Z Checking rand v0.8.4
22542026-02-19T20:17:36.528Z Checking hostname v0.3.1
22552026-02-19T20:17:36.645Z Compiling mime_guess v2.0.5
22562026-02-19T20:17:36.669Z Checking rustls v0.23.13
22572026-02-19T20:17:36.997Z Checking rustix v1.1.3
22582026-02-19T20:17:37.614Z Checking uuid v1.21.0
22592026-02-19T20:17:37.684Z Checking crossbeam-channel v0.5.15
22602026-02-19T20:17:37.830Z Checking toml_parser v1.0.8+spec-1.1.0
22612026-02-19T20:17:38.250Z Compiling synstructure v0.13.1
22622026-02-19T20:17:38.432Z Compiling serde_derive_internals v0.29.0
22632026-02-19T20:17:38.442Z Checking concurrent-queue v2.5.0
22642026-02-19T20:17:38.589Z Checking is-terminal v0.4.12
22652026-02-19T20:17:38.616Z Checking toml v1.0.1+spec-1.1.0
22662026-02-19T20:17:38.726Z Checking sync_wrapper v1.0.1
22672026-02-19T20:17:38.773Z Compiling dropshot v0.16.7 (/work/oxidecomputer/dropshot/dropshot)
22682026-02-19T20:17:38.886Z Checking semver v1.0.27
22692026-02-19T20:17:38.899Z Checking parking v2.2.0
22702026-02-19T20:17:39.070Z Checking take_mut v0.2.2
22712026-02-19T20:17:39.195Z Checking fastrand v2.1.1
22722026-02-19T20:17:39.233Z Checking term v1.1.0
22732026-02-19T20:17:39.274Z Checking spin v0.9.8
22742026-02-19T20:17:39.459Z Checking dyn-clone v1.0.4
22752026-02-19T20:17:39.532Z Checking tempfile v3.25.0
22762026-02-19T20:17:39.655Z Checking event-listener v5.0.0
22772026-02-19T20:17:39.700Z Checking camino v1.2.2
22782026-02-19T20:17:39.901Z Checking rustix v0.38.44
22792026-02-19T20:17:40.072Z Checking serde_path_to_error v0.1.20
22802026-02-19T20:17:40.082Z Checking waitgroup v0.1.2
22812026-02-19T20:17:40.232Z Checking webpki-roots v0.26.5
22822026-02-19T20:17:40.246Z Checking hostname v0.4.2
22832026-02-19T20:17:40.262Z Checking byteorder v1.4.3
22842026-02-19T20:17:40.271Z Checking unicode-width v0.1.9
22852026-02-19T20:17:40.381Z Checking unicode-segmentation v1.10.0
22862026-02-19T20:17:40.432Z Checking utf-8 v0.7.6
22872026-02-19T20:17:40.436Z Checking iri-string v0.7.8
22882026-02-19T20:17:40.651Z Checking lazy_static v1.5.0
22892026-02-19T20:17:40.672Z Checking data-encoding v2.4.0
22902026-02-19T20:17:40.682Z Checking debug-ignore v1.0.5
22912026-02-19T20:17:40.794Z Checking console v0.15.7
22922026-02-19T20:17:41.011Z Checking newline-converter v0.3.0
22932026-02-19T20:17:41.167Z Checking event-listener-strategy v0.5.4
22942026-02-19T20:17:41.176Z Checking target-triple v1.0.0
22952026-02-19T20:17:41.233Z Checking yasna v0.5.2
22962026-02-19T20:17:41.278Z Checking rustls-native-certs v0.7.0
22972026-02-19T20:17:41.299Z Checking atomicwrites v0.4.4
22982026-02-19T20:17:41.314Z Checking pem v3.0.6
22992026-02-19T20:17:41.372Z Checking webpki-roots v1.0.0
23002026-02-19T20:17:41.428Z Checking http-range v0.1.4
23012026-02-19T20:17:41.497Z Checking similar v2.2.1
23022026-02-19T20:17:41.521Z Checking termcolor v1.1.2
23032026-02-19T20:17:41.577Z Checking glob v0.3.0
23042026-02-19T20:17:41.587Z Checking async-channel v2.5.0
23052026-02-19T20:17:41.618Z Checking anyhow v1.0.101
23062026-02-19T20:17:41.792Z Compiling serde_derive v1.0.228
23072026-02-19T20:17:41.868Z Compiling tokio-macros v2.6.0
23082026-02-19T20:17:41.886Z Compiling zerofrom-derive v0.1.5
23092026-02-19T20:17:41.903Z Compiling futures-macro v0.3.32
23102026-02-19T20:17:42.004Z Compiling yoke-derive v0.7.5
23112026-02-19T20:17:42.081Z Compiling zerovec-derive v0.10.3
23122026-02-19T20:17:42.207Z Compiling displaydoc v0.2.5
23132026-02-19T20:17:42.968Z Compiling icu_provider_macros v1.5.0
23142026-02-19T20:17:43.421Z Checking tokio v1.49.0
23152026-02-19T20:17:43.700Z Compiling openssl-macros v0.1.1
23162026-02-19T20:17:43.710Z Checking futures-util v0.3.32
23172026-02-19T20:17:44.075Z Compiling async-stream-impl v0.3.6
23182026-02-19T20:17:44.381Z Compiling schemars_derive v0.8.22
23192026-02-19T20:17:44.384Z Compiling thiserror-impl v1.0.69
23202026-02-19T20:17:44.505Z Checking openssl v0.10.72
23212026-02-19T20:17:44.720Z Checking zerofrom v0.1.5
23222026-02-19T20:17:44.939Z Checking yoke v0.7.5
23232026-02-19T20:17:45.287Z Checking zerovec v0.10.4
23242026-02-19T20:17:45.296Z Compiling thiserror-impl v2.0.18
23252026-02-19T20:17:46.897Z Checking tinystr v0.7.6
23262026-02-19T20:17:47.051Z Checking icu_collections v1.5.0
23272026-02-19T20:17:47.152Z Checking thiserror v1.0.69
23282026-02-19T20:17:47.233Z Checking icu_locid v1.5.0
23292026-02-19T20:17:47.306Z Checking async-stream v0.3.6
23302026-02-19T20:17:47.523Z Compiling async-trait v0.1.89
23312026-02-19T20:17:47.704Z Checking tungstenite v0.24.0
23322026-02-19T20:17:48.170Z Checking thiserror v2.0.18
23332026-02-19T20:17:48.301Z Checking icu_provider v1.5.0
23342026-02-19T20:17:48.320Z Checking futures-executor v0.3.32
23352026-02-19T20:17:48.330Z Checking multer v3.1.0
23362026-02-19T20:17:48.571Z Checking futures v0.3.32
23372026-02-19T20:17:48.575Z Checking serde v1.0.228
23382026-02-19T20:17:48.687Z Checking expectorate v1.2.0
23392026-02-19T20:17:48.738Z Checking rcgen v0.14.7
23402026-02-19T20:17:48.884Z Checking buf-list v1.1.2
23412026-02-19T20:17:48.929Z Checking icu_locid_transform v1.5.0
23422026-02-19T20:17:49.189Z Checking subprocess v0.2.15
23432026-02-19T20:17:49.412Z Checking native-tls v0.2.12
23442026-02-19T20:17:49.564Z Checking erased-serde v0.3.31
23452026-02-19T20:17:49.606Z Checking chrono v0.4.43
23462026-02-19T20:17:49.735Z Compiling serde_tokenstream v0.2.2
23472026-02-19T20:17:49.776Z Checking serde_urlencoded v0.7.1
23482026-02-19T20:17:49.784Z Checking openapiv3 v2.2.0
23492026-02-19T20:17:49.787Z Checking trybuild v1.0.116
23502026-02-19T20:17:49.940Z Checking icu_properties v1.5.1
23512026-02-19T20:17:50.282Z Compiling dropshot_endpoint v0.16.7 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23522026-02-19T20:17:50.349Z Checking tokio-util v0.7.7
23532026-02-19T20:17:50.359Z Checking tokio-rustls v0.25.0
23542026-02-19T20:17:50.577Z Checking slog v2.8.2
23552026-02-19T20:17:50.736Z Checking tokio-native-tls v0.3.1
23562026-02-19T20:17:51.006Z Checking tokio-rustls v0.26.0
23572026-02-19T20:17:51.073Z Checking tower v0.5.2
23582026-02-19T20:17:51.134Z Checking slog-json v2.6.1
23592026-02-19T20:17:51.173Z Checking h2 v0.4.6
23602026-02-19T20:17:51.376Z Checking slog-async v2.8.0
23612026-02-19T20:17:51.412Z Checking slog-bunyan v2.5.0
23622026-02-19T20:17:51.595Z Checking tokio-tungstenite v0.24.0
23632026-02-19T20:17:51.607Z Checking schemars v0.8.22
23642026-02-19T20:17:51.689Z Checking slog-term v2.9.2
23652026-02-19T20:17:51.906Z Checking tower-http v0.6.8
23662026-02-19T20:17:52.426Z Checking heck v0.5.0
23672026-02-19T20:17:53.188Z Checking icu_normalizer v1.5.0
23682026-02-19T20:17:53.887Z Checking idna_adapter v1.2.0
23692026-02-19T20:17:54.060Z Checking idna v1.0.3
23702026-02-19T20:17:54.413Z Checking url v2.5.4
23712026-02-19T20:17:54.886Z Checking hyper v1.8.1
23722026-02-19T20:17:56.173Z Checking hyper-util v0.1.20
23732026-02-19T20:17:56.173Z Checking hyper-staticfile v0.10.1
23742026-02-19T20:17:57.296Z Documenting dropshot_endpoint v0.16.7 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23752026-02-19T20:17:57.703Z Checking hyper-rustls v0.27.3
23762026-02-19T20:17:57.703Z Checking hyper-tls v0.6.0
23772026-02-19T20:17:57.706Z Checking hyper-rustls v0.26.0
23782026-02-19T20:17:57.706Z Documenting dropshot v0.16.7 (/work/oxidecomputer/dropshot/dropshot)
23792026-02-19T20:17:57.987Z Checking reqwest v0.12.28
23802026-02-19T20:17:59.711Zwarning: unresolved link to `Query`
23812026-02-19T20:17:59.711Z --> dropshot/src/extractor/header.rs:27:29
23822026-02-19T20:17:59.711Z |
23832026-02-19T20:17:59.711Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
23842026-02-19T20:17:59.711Z | ^^^^^ no item named `Query` in scope
23852026-02-19T20:17:59.711Z |
23862026-02-19T20:17:59.711Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
23872026-02-19T20:17:59.711Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
23882026-02-19T20:17:59.711Z
23892026-02-19T20:17:59.712Zwarning: unresolved link to `Path`
23902026-02-19T20:17:59.712Z --> dropshot/src/extractor/header.rs:27:43
23912026-02-19T20:17:59.712Z |
23922026-02-19T20:17:59.712Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
23932026-02-19T20:17:59.712Z | ^^^^ no item named `Path` in scope
23942026-02-19T20:17:59.712Z |
23952026-02-19T20:17:59.712Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
23962026-02-19T20:17:59.712Z
23972026-02-19T20:18:00.055Zwarning: `dropshot` (lib doc) generated 2 warnings
23982026-02-19T20:18:06.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.87s
23992026-02-19T20:18:06.870Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
24002026-02-19T20:18:06.885Z
24012026-02-19T20:18:06.888Zreal 37.964130920
24022026-02-19T20:18:06.888Zuser 3:25.464440642
24032026-02-19T20:18:06.888Zsys 39.675551619
24042026-02-19T20:18:06.888Ztrap 0.132754258
24052026-02-19T20:18:06.888Ztflt 0.012572008
24062026-02-19T20:18:06.888Zdflt 0.006635362
24072026-02-19T20:18:06.888Zkflt 0.000063971
24082026-02-19T20:18:06.888Zlock 10:42.730287661
24092026-02-19T20:18:06.888Zslp 9:00.766108379
24102026-02-19T20:18:06.888Zlat 8.049969768
24112026-02-19T20:18:06.888Zstop 22.434175882
24122026-02-19T20:18:06.888Zprocess exited: duration 388219 ms, exit code 0
 
24132026-02-19T20:18:06.895Zfound 0 output files