01K68QKYJVYQJZ8F8F8HDZ72ZC: build-and-test / illumos

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

Buildomat Job: 01K68QM41RH5BQZ67C99R9JQFG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-09-28T17:59:03.709Zjob assigned to worker 01K68QM4ME0GKMF1E2NGJ8X58G [factory gimlet-EVT22200007-propolis, EVT22200007/43100] (queued for 23 s)
 
22025-09-28T17:59:12.596Zstarting task 0: "setup"
32025-09-28T17:59:12.620Z++ uname -s
42025-09-28T17:59:12.620Z+ kern=SunOS
52025-09-28T17:59:12.621Z+ build_user=build
62025-09-28T17:59:12.621Z+ build_uid=12345
72025-09-28T17:59:12.621Z+ work_dir=/work
82025-09-28T17:59:12.621Z+ input_dir=/input
92025-09-28T17:59:12.621Z+ [[ 0 == 12345 ]]
102025-09-28T17:59:12.621Z+ case "$kern" in
112025-09-28T17:59:12.621Z+ groupadd -g 12345 build
122025-09-28T17:59:12.621Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-09-28T17:59:14.622Z+ zfs create -o mountpoint=/work rpool/work
142025-09-28T17:59:14.659Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-09-28T17:59:14.683Z+ home_fs=zfs
162025-09-28T17:59:14.683Z+ [[ zfs == autofs ]]
172025-09-28T17:59:14.683Z+ mkdir -p /home/build
182025-09-28T17:59:14.683Z+ chown build:build /home/build /work
192025-09-28T17:59:15.668Z+ chmod 0700 /home/build /work
202025-09-28T17:59:15.692Zprocess exited: duration 3075 ms, exit code 0
 
212025-09-28T17:59:15.740Zstarting task 1: "rust-toolchain"
222025-09-28T17:59:15.764Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-09-28T17:59:15.764Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-09-28T17:59:15.764Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252025-09-28T17:59:15.764Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-09-28T17:59:15.764Z * rust toolchain channel = "stable"
272025-09-28T17:59:15.764Z * rust toolchain profile = "default"
282025-09-28T17:59:15.764Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-09-28T17:59:15.764Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-09-28T17:59:15.878Zinfo: downloading installer
312025-09-28T17:59:16.274Zwarn: It looks like you have an existing installation of Rust at:
322025-09-28T17:59:16.274Zwarn: /opt/ooce/bin
332025-09-28T17:59:16.274Zwarn: It is recommended that rustup be the primary Rust installation.
342025-09-28T17:59:16.274Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-09-28T17:59:16.274Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-09-28T17:59:16.274Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-09-28T17:59:16.274Zwarn: or pass `-y' to ignore all ignorable checks.
382025-09-28T17:59:16.274Zerror: cannot install while Rust is installed
392025-09-28T17:59:16.274Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-09-28T17:59:16.298Zinfo: profile set to 'default'
412025-09-28T17:59:16.298Zinfo: default host triple is x86_64-unknown-illumos
422025-09-28T17:59:16.298Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-09-28T17:59:16.402Zinfo: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
442025-09-28T17:59:16.402Zinfo: downloading component 'cargo'
452025-09-28T17:59:16.594Zinfo: downloading component 'clippy'
462025-09-28T17:59:16.663Zinfo: downloading component 'rust-docs'
472025-09-28T17:59:16.872Zinfo: downloading component 'rust-std'
482025-09-28T17:59:17.219Zinfo: downloading component 'rustc'
492025-09-28T17:59:18.290Zinfo: downloading component 'rustfmt'
502025-09-28T17:59:18.543Zinfo: installing component 'cargo'
512025-09-28T17:59:19.750Zinfo: installing component 'clippy'
522025-09-28T17:59:20.216Zinfo: installing component 'rust-docs'
532025-09-28T17:59:23.310Zinfo: installing component 'rust-std'
542025-09-28T17:59:25.492Zinfo: installing component 'rustc'
552025-09-28T17:59:33.326Zinfo: installing component 'rustfmt'
562025-09-28T17:59:33.700Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-09-28T17:59:33.700Z
582025-09-28T17:59:33.869Z stable-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
592025-09-28T17:59:33.869Z
602025-09-28T17:59:33.893Z
612025-09-28T17:59:33.893ZRust is installed now. Great!
622025-09-28T17:59:33.893Z
632025-09-28T17:59:33.893ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-09-28T17:59:33.893Zenvironment variable. This has not been done automatically.
652025-09-28T17:59:33.893Z
662025-09-28T17:59:33.893ZTo configure your current shell, you need to source
672025-09-28T17:59:33.893Zthe corresponding env file under $HOME/.cargo.
682025-09-28T17:59:33.893Z
692025-09-28T17:59:33.893ZThis is usually done by running one of the following (note the leading DOT):
702025-09-28T17:59:33.893Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-09-28T17:59:33.894Zsource "$HOME/.cargo/env.fish" # For fish
722025-09-28T17:59:33.894Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-09-28T17:59:33.967Z+ rustup --version
742025-09-28T17:59:33.991Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-09-28T17:59:33.991Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-09-28T17:59:34.103Zinfo: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
772025-09-28T17:59:34.128Z+ cargo --version
782025-09-28T17:59:34.207Zcargo 1.90.0 (840b83a10 2025-07-30)
792025-09-28T17:59:34.231Z+ rustc --version
802025-09-28T17:59:34.329Zrustc 1.90.0 (1159e78c4 2025-09-14)
812025-09-28T17:59:34.353Zprocess exited: duration 18595 ms, exit code 0
 
822025-09-28T17:59:34.401Zstarting task 2: "authentication"
832025-09-28T17:59:34.458Zprocess exited: duration 56 ms, exit code 0
 
842025-09-28T17:59:34.507Zstarting task 3: "clone repository"
852025-09-28T17:59:34.531Z+ mkdir -p /work/oxidecomputer/dropshot
862025-09-28T17:59:34.531Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
872025-09-28T17:59:34.555ZCloning into '/work/oxidecomputer/dropshot'...
882025-09-28T17:59:35.723Z+ cd /work/oxidecomputer/dropshot
892025-09-28T17:59:35.723Z+ git fetch origin 6a1c3c9c7583e9e182ca3a906b7615af61a23b77
902025-09-28T17:59:36.157ZFrom https://github.com/oxidecomputer/dropshot
912025-09-28T17:59:36.157Z * branch 6a1c3c9c7583e9e182ca3a906b7615af61a23b77 -> FETCH_HEAD
922025-09-28T17:59:36.181Z+ [[ -n sunshowers/spr/migrate-to-rust-2024 ]]
932025-09-28T17:59:36.181Z++ git branch --show-current
942025-09-28T17:59:36.181Z+ current=main
952025-09-28T17:59:36.181Z+ [[ main != sunshowers/spr/migrate-to-rust-2024 ]]
962025-09-28T17:59:36.181Z+ git branch -f sunshowers/spr/migrate-to-rust-2024 6a1c3c9c7583e9e182ca3a906b7615af61a23b77
972025-09-28T17:59:36.181Z+ git checkout -f sunshowers/spr/migrate-to-rust-2024
982025-09-28T17:59:36.208ZSwitched to branch 'sunshowers/spr/migrate-to-rust-2024'
992025-09-28T17:59:36.232Z+ git reset --hard 6a1c3c9c7583e9e182ca3a906b7615af61a23b77
1002025-09-28T17:59:36.255ZHEAD is now at 6a1c3c9 [spr] initial version
1012025-09-28T17:59:36.255Zprocess exited: duration 1729 ms, exit code 0
 
1022025-09-28T17:59:36.303Zstarting task 4: "build"
1032025-09-28T17:59:36.327Z+ cargo --version
1042025-09-28T17:59:36.327Zinfo: syncing channel updates for '1.90.0-x86_64-unknown-illumos'
1052025-09-28T17:59:36.479Zinfo: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
1062025-09-28T17:59:36.503Zinfo: downloading component 'cargo'
1072025-09-28T17:59:36.657Zinfo: downloading component 'clippy'
1082025-09-28T17:59:36.727Zinfo: downloading component 'rust-docs'
1092025-09-28T17:59:36.946Zinfo: downloading component 'rust-std'
1102025-09-28T17:59:37.279Zinfo: downloading component 'rustc'
1112025-09-28T17:59:38.435Zinfo: downloading component 'rustfmt'
1122025-09-28T17:59:38.490Zinfo: installing component 'cargo'
1132025-09-28T17:59:39.630Zinfo: installing component 'clippy'
1142025-09-28T17:59:40.080Zinfo: installing component 'rust-docs'
1152025-09-28T17:59:43.052Zinfo: installing component 'rust-std'
1162025-09-28T17:59:45.235Zinfo: installing component 'rustc'
1172025-09-28T17:59:53.099Zinfo: installing component 'rustfmt'
1182025-09-28T17:59:53.583Zcargo 1.90.0 (840b83a10 2025-07-30)
1192025-09-28T17:59:53.607Z+ rustc --version
1202025-09-28T17:59:53.691Zrustc 1.90.0 (1159e78c4 2025-09-14)
1212025-09-28T17:59:53.715Z+ banner build
1222025-09-28T17:59:53.715Z
1232025-09-28T17:59:53.715Z ##### # # # # #####
1242025-09-28T17:59:53.715Z # # # # # # # #
1252025-09-28T17:59:53.715Z ##### # # # # # #
1262025-09-28T17:59:53.715Z # # # # # # # #
1272025-09-28T17:59:53.715Z # # # # # # # #
1282025-09-28T17:59:53.715Z ##### #### # ###### #####
1292025-09-28T17:59:53.715Z
1302025-09-28T17:59:53.715Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1312025-09-28T17:59:53.898Z Updating crates.io index
1322025-09-28T17:59:54.953Z Downloading crates ...
1332025-09-28T17:59:55.030Z Downloaded block-buffer v0.10.2
1342025-09-28T17:59:55.055Z Downloaded http-range v0.1.4
1352025-09-28T17:59:55.055Z Downloaded litemap v0.7.4
1362025-09-28T17:59:55.055Z Downloaded itoa v1.0.1
1372025-09-28T17:59:55.055Z Downloaded icu_properties_data v1.5.0
1382025-09-28T17:59:55.080Z Downloaded tinyvec v1.5.1
1392025-09-28T17:59:55.080Z Downloaded spin v0.9.8
1402025-09-28T17:59:55.080Z Downloaded iana-time-zone v0.1.47
1412025-09-28T17:59:55.105Z Downloaded errno v0.3.10
1422025-09-28T17:59:55.105Z Downloaded toml v0.9.6
1432025-09-28T17:59:55.105Z Downloaded utf-8 v0.7.6
1442025-09-28T17:59:55.130Z Downloaded untrusted v0.9.0
1452025-09-28T17:59:55.130Z Downloaded usdt-attr-macro v0.6.0
1462025-09-28T17:59:55.130Z Downloaded openapiv3 v2.2.0
1472025-09-28T17:59:55.155Z Downloaded zeroize v1.7.0
1482025-09-28T17:59:55.155Z Downloaded tokio-macros v2.5.0
1492025-09-28T17:59:55.155Z Downloaded unicode-width v0.1.9
1502025-09-28T17:59:55.156Z Downloaded writeable v0.5.5
1512025-09-28T17:59:55.156Z Downloaded zerofrom v0.1.5
1522025-09-28T17:59:55.156Z Downloaded utf16_iter v1.0.5
1532025-09-28T17:59:55.181Z Downloaded zerovec-derive v0.10.3
1542025-09-28T17:59:55.181Z Downloaded usdt-impl v0.6.0
1552025-09-28T17:59:55.181Z Downloaded thiserror-impl v1.0.69
1562025-09-28T17:59:55.181Z Downloaded thiserror-impl v2.0.16
1572025-09-28T17:59:55.181Z Downloaded zerofrom-derive v0.1.5
1582025-09-28T17:59:55.181Z Downloaded utf8_iter v1.0.4
1592025-09-28T17:59:55.181Z Downloaded tungstenite v0.24.0
1602025-09-28T17:59:55.181Z Downloaded zerocopy-derive v0.8.27
1612025-09-28T17:59:55.205Z Downloaded winnow v0.7.10
1622025-09-28T17:59:55.205Z Downloaded want v0.3.0
1632025-09-28T17:59:55.205Z Downloaded zerovec v0.10.4
1642025-09-28T17:59:55.229Z Downloaded rustls v0.22.4
1652025-09-28T17:59:55.229Z Downloaded goblin v0.10.1
1662025-09-28T17:59:55.253Z Downloaded mio v1.0.3
1672025-09-28T17:59:55.253Z Downloaded zerocopy v0.8.27
1682025-09-28T17:59:55.276Z Downloaded vcpkg v0.2.15
1692025-09-28T17:59:55.302Z Downloaded icu_collections v1.5.0
1702025-09-28T17:59:55.327Z Downloaded webpki-roots v0.26.5
1712025-09-28T17:59:55.327Z Downloaded webpki-roots v1.0.0
1722025-09-28T17:59:55.327Z Downloaded tracing v0.1.40
1732025-09-28T17:59:55.327Z Downloaded chrono v0.4.42
1742025-09-28T17:59:55.351Z Downloaded tower-http v0.6.5
1752025-09-28T17:59:55.351Z Downloaded version_check v0.9.5
1762025-09-28T17:59:55.351Z Downloaded uuid v1.18.1
1772025-09-28T17:59:55.351Z Downloaded unicode-segmentation v1.10.0
1782025-09-28T17:59:55.351Z Downloaded tower-service v0.3.3
1792025-09-28T17:59:55.351Z Downloaded idna v1.0.3
1802025-09-28T17:59:55.375Z Downloaded url v2.5.4
1812025-09-28T17:59:55.375Z Downloaded try-lock v0.2.3
1822025-09-28T17:59:55.375Z Downloaded tracing-core v0.1.32
1832025-09-28T17:59:55.375Z Downloaded tokio-util v0.7.7
1842025-09-28T17:59:55.375Z Downloaded time v0.3.36
1852025-09-28T17:59:55.375Z Downloaded indexmap v2.11.1
1862025-09-28T17:59:55.399Z Downloaded futures-util v0.3.31
1872025-09-28T17:59:55.399Z Downloaded tower-layer v0.3.3
1882025-09-28T17:59:55.399Z Downloaded syn v2.0.106
1892025-09-28T17:59:55.423Z Downloaded iri-string v0.7.8
1902025-09-28T17:59:55.423Z Downloaded generic-array v0.14.5
1912025-09-28T17:59:55.423Z Downloaded ucd-trie v0.1.6
1922025-09-28T17:59:55.423Z Downloaded trybuild v1.0.111
1932025-09-28T17:59:55.423Z Downloaded socket2 v0.6.0
1942025-09-28T17:59:55.423Z Downloaded slog-bunyan v2.5.0
1952025-09-28T17:59:55.423Z Downloaded libc v0.2.175
1962025-09-28T17:59:55.448Z Downloaded tokio v1.47.1
1972025-09-28T17:59:55.489Z Downloaded slog v2.7.0
1982025-09-28T17:59:55.513Z Downloaded signal-hook-registry v1.4.0
1992025-09-28T17:59:55.513Z Downloaded serde_spanned v1.0.2
2002025-09-28T17:59:55.513Z Downloaded serde_core v1.0.226
2012025-09-28T17:59:55.513Z Downloaded waitgroup v0.1.2
2022025-09-28T17:59:55.513Z Downloaded toml_writer v1.0.2
2032025-09-28T17:59:55.513Z Downloaded thread-id v5.0.0
2042025-09-28T17:59:55.513Z Downloaded scroll_derive v0.13.1
2052025-09-28T17:59:55.513Z Downloaded schemars_derive v0.8.22
2062025-09-28T17:59:55.513Z Downloaded termcolor v1.1.2
2072025-09-28T17:59:55.513Z Downloaded slab v0.4.9
2082025-09-28T17:59:55.513Z Downloaded simple-mermaid v0.2.0
2092025-09-28T17:59:55.513Z Downloaded shlex v1.3.0
2102025-09-28T17:59:55.513Z Downloaded rustls-native-certs v0.7.0
2112025-09-28T17:59:55.513Z Downloaded thiserror v2.0.16
2122025-09-28T17:59:55.538Z Downloaded encoding_rs v0.8.32
2132025-09-28T17:59:55.562Z Downloaded sync_wrapper v1.0.1
2142025-09-28T17:59:55.562Z Downloaded subtle v2.5.0
2152025-09-28T17:59:55.563Z Downloaded serde_json v1.0.145
2162025-09-28T17:59:55.563Z Downloaded futures-macro v0.3.31
2172025-09-28T17:59:55.563Z Downloaded target-triple v0.1.3
2182025-09-28T17:59:55.563Z Downloaded synstructure v0.13.1
2192025-09-28T17:59:55.563Z Downloaded slog-term v2.9.2
2202025-09-28T17:59:55.563Z Downloaded slog-async v2.8.0
2212025-09-28T17:59:55.563Z Downloaded serde_tokenstream v0.2.2
2222025-09-28T17:59:55.563Z Downloaded rustls-webpki v0.102.8
2232025-09-28T17:59:55.588Z Downloaded h2 v0.4.6
2242025-09-28T17:59:55.588Z Downloaded yoke v0.7.5
2252025-09-28T17:59:55.588Z Downloaded tempfile v3.22.0
2262025-09-28T17:59:55.612Z Downloaded take_mut v0.2.2
2272025-09-28T17:59:55.612Z Downloaded serde_derive_internals v0.29.0
2282025-09-28T17:59:55.612Z Downloaded rand v0.8.4
2292025-09-28T17:59:55.612Z Downloaded memchr v2.6.0
2302025-09-28T17:59:55.612Z Downloaded usdt-macro v0.6.0
2312025-09-28T17:59:55.612Z Downloaded toml_parser v1.0.2
2322025-09-28T17:59:55.612Z Downloaded term v1.1.0
2332025-09-28T17:59:55.612Z Downloaded stable_deref_trait v1.2.0
2342025-09-28T17:59:55.613Z Downloaded smallvec v1.13.2
2352025-09-28T17:59:55.613Z Downloaded slog-json v2.6.1
2362025-09-28T17:59:55.613Z Downloaded sha2 v0.10.8
2372025-09-28T17:59:55.613Z Downloaded sha1 v0.10.6
2382025-09-28T17:59:55.636Z Downloaded serde_urlencoded v0.7.1
2392025-09-28T17:59:55.636Z Downloaded rustix v1.0.2
2402025-09-28T17:59:55.660Z Downloaded pest v2.8.1
2412025-09-28T17:59:55.660Z Downloaded yoke-derive v0.7.5
2422025-09-28T17:59:55.660Z Downloaded usdt v0.6.0
2432025-09-28T17:59:55.660Z Downloaded toml_datetime v0.7.2
2442025-09-28T17:59:55.660Z Downloaded tokio-rustls v0.26.0
2452025-09-28T17:59:55.660Z Downloaded tokio-rustls v0.25.0
2462025-09-28T17:59:55.660Z Downloaded subprocess v0.2.9
2472025-09-28T17:59:55.660Z Downloaded schema-derive v0.1.0
2482025-09-28T17:59:55.660Z Downloaded hyper-util v0.1.17
2492025-09-28T17:59:55.685Z Downloaded http v1.3.1
2502025-09-28T17:59:55.685Z Downloaded unicase v2.6.0
2512025-09-28T17:59:55.685Z Downloaded time-macros v0.2.18
2522025-09-28T17:59:55.685Z Downloaded serde_derive v1.0.226
2532025-09-28T17:59:55.685Z Downloaded semver v1.0.27
2542025-09-28T17:59:55.685Z Downloaded scopeguard v1.2.0
2552025-09-28T17:59:55.685Z Downloaded ryu v1.0.5
2562025-09-28T17:59:55.685Z Downloaded rustls-pki-types v1.12.0
2572025-09-28T17:59:55.685Z Downloaded rustls-pemfile v2.1.3
2582025-09-28T17:59:55.685Z Downloaded rustc-hash v2.0.0
2592025-09-28T17:59:55.709Z Downloaded openssl-probe v0.1.4
2602025-09-28T17:59:55.709Z Downloaded num_threads v0.1.3
2612025-09-28T17:59:55.709Z Downloaded hashbrown v0.15.2
2622025-09-28T17:59:55.709Z Downloaded tinyvec_macros v0.1.0
2632025-09-28T17:59:55.709Z Downloaded tinystr v0.7.6
2642025-09-28T17:59:55.709Z Downloaded thread_local v1.1.4
2652025-09-28T17:59:55.709Z Downloaded rustix v0.38.44
2662025-09-28T17:59:55.733Z Downloaded reqwest v0.12.23
2672025-09-28T17:59:55.733Z Downloaded rand_chacha v0.3.1
2682025-09-28T17:59:55.733Z Downloaded quinn-proto v0.11.8
2692025-09-28T17:59:55.757Z Downloaded prettyplease v0.2.37
2702025-09-28T17:59:55.757Z Downloaded powerfmt v0.2.0
2712025-09-28T17:59:55.757Z Downloaded portable-atomic v1.9.0
2722025-09-28T17:59:55.757Z Downloaded pest_generator v2.8.1
2732025-09-28T17:59:55.757Z Downloaded pest_derive v2.8.1
2742025-09-28T17:59:55.757Z Downloaded parking_lot_core v0.9.4
2752025-09-28T17:59:55.757Z Downloaded parking_lot v0.12.1
2762025-09-28T17:59:55.757Z Downloaded memmap2 v0.9.8
2772025-09-28T17:59:55.757Z Downloaded log v0.4.17
2782025-09-28T17:59:55.781Z Downloaded icu_provider v1.5.0
2792025-09-28T17:59:55.781Z Downloaded icu_properties v1.5.1
2802025-09-28T17:59:55.781Z Downloaded icu_normalizer v1.5.0
2812025-09-28T17:59:55.781Z Downloaded icu_locid_transform_data v1.5.0
2822025-09-28T17:59:55.781Z Downloaded icu_locid v1.5.0
2832025-09-28T17:59:55.782Z Downloaded httparse v1.10.0
2842025-09-28T17:59:55.782Z Downloaded expectorate v1.2.0
2852025-09-28T17:59:55.782Z Downloaded cc v1.2.16
2862025-09-28T17:59:55.805Z Downloaded yasna v0.5.2
2872025-09-28T17:59:55.806Z Downloaded write16 v1.0.0
2882025-09-28T17:59:55.806Z Downloaded unicode-ident v1.0.12
2892025-09-28T17:59:55.806Z Downloaded rcgen v0.14.4
2902025-09-28T17:59:55.806Z Downloaded plain v0.2.3
2912025-09-28T17:59:55.806Z Downloaded native-tls v0.2.12
2922025-09-28T17:59:55.806Z Downloaded multer v3.1.0
2932025-09-28T17:59:55.806Z Downloaded mime_guess v2.0.5
2942025-09-28T17:59:55.806Z Downloaded lock_api v0.4.6
2952025-09-28T17:59:55.806Z Downloaded is-terminal v0.4.12
2962025-09-28T17:59:55.806Z Downloaded hyper-rustls v0.27.3
2972025-09-28T17:59:55.806Z Downloaded cpufeatures v0.2.2
2982025-09-28T17:59:55.806Z Downloaded futures-executor v0.3.31
2992025-09-28T17:59:55.806Z Downloaded event-listener-strategy v0.5.4
3002025-09-28T17:59:55.830Z Downloaded quinn v0.11.4
3012025-09-28T17:59:55.830Z Downloaded getrandom v0.2.11
3022025-09-28T17:59:55.830Z Downloaded futures-io v0.3.31
3032025-09-28T17:59:55.830Z Downloaded socket2 v0.5.9
3042025-09-28T17:59:55.830Z Downloaded proc-macro2 v1.0.101
3052025-09-28T17:59:55.830Z Downloaded ppv-lite86 v0.2.15
3062025-09-28T17:59:55.830Z Downloaded pin-utils v0.1.0
3072025-09-28T17:59:55.830Z Downloaded pin-project-lite v0.2.12
3082025-09-28T17:59:55.830Z Downloaded pest_meta v2.8.1
3092025-09-28T17:59:55.830Z Downloaded openssl v0.10.72
3102025-09-28T17:59:55.854Z Downloaded num-conv v0.1.0
3112025-09-28T17:59:55.854Z Downloaded lazy_static v1.5.0
3122025-09-28T17:59:55.854Z Downloaded idna_adapter v1.2.0
3132025-09-28T17:59:55.854Z Downloaded hyper-tls v0.6.0
3142025-09-28T17:59:55.854Z Downloaded httpdate v1.0.1
3152025-09-28T17:59:55.854Z Downloaded hostname v0.4.0
3162025-09-28T17:59:55.854Z Downloaded hostname v0.3.1
3172025-09-28T17:59:55.854Z Downloaded futures-core v0.3.31
3182025-09-28T17:59:55.854Z Downloaded form_urlencoded v1.2.2
3192025-09-28T17:59:55.854Z Downloaded fnv v1.0.7
3202025-09-28T17:59:55.854Z Downloaded equivalent v1.0.0
3212025-09-28T17:59:55.854Z Downloaded digest v0.10.7
3222025-09-28T17:59:55.854Z Downloaded typenum v1.14.0
3232025-09-28T17:59:55.854Z Downloaded tower v0.5.2
3242025-09-28T17:59:55.878Z Downloaded ring v0.17.13
3252025-09-28T17:59:55.907Z Downloaded quinn-udp v0.5.5
3262025-09-28T17:59:55.931Z Downloaded pem v3.0.5
3272025-09-28T17:59:55.931Z Downloaded openssl-sys v0.9.107
3282025-09-28T17:59:55.931Z Downloaded newline-converter v0.3.0
3292025-09-28T17:59:55.931Z Downloaded icu_provider_macros v1.5.0
3302025-09-28T17:59:55.931Z Downloaded hyper-rustls v0.26.0
3312025-09-28T17:59:55.931Z Downloaded http-body-util v0.1.3
3322025-09-28T17:59:55.931Z Downloaded heck v0.5.0
3332025-09-28T17:59:55.931Z Downloaded futures v0.3.31
3342025-09-28T17:59:55.931Z Downloaded camino v1.2.0
3352025-09-28T17:59:55.931Z Downloaded bitflags v2.4.0
3362025-09-28T17:59:55.962Z Downloaded tokio-tungstenite v0.24.0
3372025-09-28T17:59:55.962Z Downloaded tokio-native-tls v0.3.1
3382025-09-28T17:59:55.962Z Downloaded schemars v0.8.22
3392025-09-28T17:59:55.962Z Downloaded http-body v1.0.1
3402025-09-28T17:59:55.962Z Downloaded glob v0.3.0
3412025-09-28T17:59:55.962Z Downloaded getrandom v0.3.1
3422025-09-28T17:59:55.963Z Downloaded futures-task v0.3.31
3432025-09-28T17:59:55.963Z Downloaded foreign-types-shared v0.1.1
3442025-09-28T17:59:55.963Z Downloaded event-listener v5.0.0
3452025-09-28T17:59:55.963Z Downloaded dtrace-parser v0.3.0
3462025-09-28T17:59:55.963Z Downloaded dof v0.4.0
3472025-09-28T17:59:55.963Z Downloaded dyn-clone v1.0.4
3482025-09-28T17:59:55.963Z Downloaded futures-sink v0.3.31
3492025-09-28T17:59:55.963Z Downloaded futures-channel v0.3.31
3502025-09-28T17:59:55.988Z Downloaded foreign-types v0.3.2
3512025-09-28T17:59:55.989Z Downloaded displaydoc v0.2.5
3522025-09-28T17:59:55.989Z Downloaded concurrent-queue v2.5.0
3532025-09-28T17:59:55.989Z Downloaded base64 v0.22.1
3542025-09-28T17:59:55.989Z Downloaded rustls v0.23.13
3552025-09-28T17:59:55.989Z Downloaded percent-encoding v2.3.2
3562025-09-28T17:59:55.989Z Downloaded parking v2.2.0
3572025-09-28T17:59:55.989Z Downloaded once_cell v1.20.1
3582025-09-28T17:59:55.989Z Downloaded num-traits v0.2.14
3592025-09-28T17:59:56.013Z Downloaded mime v0.3.16
3602025-09-28T17:59:56.013Z Downloaded hyper v1.7.0
3612025-09-28T17:59:56.013Z Downloaded data-encoding v2.4.0
3622025-09-28T17:59:56.013Z Downloaded crossbeam-utils v0.8.15
3632025-09-28T17:59:56.013Z Downloaded crossbeam-channel v0.5.1
3642025-09-28T17:59:56.013Z Downloaded bytes v1.10.1
3652025-09-28T17:59:56.013Z Downloaded byteorder v1.4.3
3662025-09-28T17:59:56.013Z Downloaded autocfg v1.1.0
3672025-09-28T17:59:56.037Z Downloaded atomicwrites v0.4.4
3682025-09-28T17:59:56.037Z Downloaded atomic-waker v1.1.2
3692025-09-28T17:59:56.037Z Downloaded async-trait v0.1.89
3702025-09-28T17:59:56.037Z Downloaded async-stream-impl v0.3.6
3712025-09-28T17:59:56.037Z Downloaded async-channel v2.5.0
3722025-09-28T17:59:56.037Z Downloaded time-core v0.1.2
3732025-09-28T17:59:56.037Z Downloaded thiserror v1.0.69
3742025-09-28T17:59:56.038Z Downloaded similar v2.2.1
3752025-09-28T17:59:56.038Z Downloaded serde_path_to_error v0.1.20
3762025-09-28T17:59:56.038Z Downloaded serde v1.0.226
3772025-09-28T17:59:56.038Z Downloaded scroll v0.13.0
3782025-09-28T17:59:56.038Z Downloaded schema v0.1.0
3792025-09-28T17:59:56.038Z Downloaded rand_core v0.6.3
3802025-09-28T17:59:56.062Z Downloaded quote v1.0.40
3812025-09-28T17:59:56.062Z Downloaded pretty-hex v0.4.1
3822025-09-28T17:59:56.062Z Downloaded pkg-config v0.3.31
3832025-09-28T17:59:56.062Z Downloaded paste v1.0.15
3842025-09-28T17:59:56.062Z Downloaded openssl-macros v0.1.1
3852025-09-28T17:59:56.062Z Downloaded match_cfg v0.1.0
3862025-09-28T17:59:56.062Z Downloaded icu_normalizer_data v1.5.0
3872025-09-28T17:59:56.062Z Downloaded deranged v0.3.11
3882025-09-28T17:59:56.062Z Downloaded debug-ignore v1.0.5
3892025-09-28T17:59:56.062Z Downloaded crypto-common v0.1.6
3902025-09-28T17:59:56.062Z Downloaded cfg-if v1.0.0
3912025-09-28T17:59:56.062Z Downloaded buf-list v1.0.3
3922025-09-28T17:59:56.062Z Downloaded anyhow v1.0.100
3932025-09-28T17:59:56.062Z Downloaded ipnet v2.10.0
3942025-09-28T17:59:56.086Z Downloaded icu_locid_transform v1.5.0
3952025-09-28T17:59:56.086Z Downloaded hyper-staticfile v0.10.1
3962025-09-28T17:59:56.086Z Downloaded console v0.15.7
3972025-09-28T17:59:56.086Z Downloaded fastrand v2.1.1
3982025-09-28T17:59:56.086Z Downloaded async-stream v0.3.6
3992025-09-28T17:59:56.221Z Compiling proc-macro2 v1.0.101
4002025-09-28T17:59:56.221Z Compiling unicode-ident v1.0.12
4012025-09-28T17:59:56.221Z Compiling libc v0.2.175
4022025-09-28T17:59:56.221Z Compiling cfg-if v1.0.0
4032025-09-28T17:59:56.221Z Compiling itoa v1.0.1
4042025-09-28T17:59:56.245Z Compiling memchr v2.6.0
4052025-09-28T17:59:56.245Z Compiling serde v1.0.226
4062025-09-28T17:59:56.246Z Compiling serde_core v1.0.226
4072025-09-28T17:59:56.246Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.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="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=fb8bacb750494458 -C extra-filename=-58766b9a2c2f72d9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-58766b9a2c2f72d9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4082025-09-28T17:59:56.246Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=248a2e8258c91905 -C extra-filename=-85682cc5f50714f9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4092025-09-28T17:59:56.246Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.175/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=1991cef831b7e25b -C extra-filename=-e0d191d139041b97 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-e0d191d139041b97 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4102025-09-28T17:59:56.246Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7fed7f85faf907a -C extra-filename=-e4d708cdc1b32d82 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4112025-09-28T17:59:56.246Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=38b09c2d589b811b -C extra-filename=-abcfa2a5a9ce8b12 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4122025-09-28T17:59:56.270Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=a93ef4d022b8a6f3 -C extra-filename=-9aeda2aa726b7e82 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4132025-09-28T17:59:56.270Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.226/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=47f599367587249c -C extra-filename=-50369c20a3a9e44a --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-50369c20a3a9e44a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4142025-09-28T17:59:56.270Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.226/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=31a77d27fad0c42d -C extra-filename=-11ad0c9b9b3f6094 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-11ad0c9b9b3f6094 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4152025-09-28T17:59:56.380Z Compiling pin-project-lite v0.2.12
4162025-09-28T17:59:56.405Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1755cf1fdb79b27c -C extra-filename=-9ef91c4d733edc06 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4172025-09-28T17:59:56.489Z Compiling autocfg v1.1.0
4182025-09-28T17:59:56.513Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87a38020603b5382 -C extra-filename=-9c976105c3562e9c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4192025-09-28T17:59:56.537Z Compiling shlex v1.3.0
4202025-09-28T17:59:56.561Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=02128bbc7376ca50 -C extra-filename=-09dc8c97e44d2ce5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212025-09-28T17:59:56.561Z Compiling bytes v1.10.1
4222025-09-28T17:59:56.561Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.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 --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=bbb888a00977863f -C extra-filename=-a6fb29251b3b493b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4232025-09-28T17:59:57.175Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-58766b9a2c2f72d9/build-script-build`
4242025-09-28T17:59:57.200Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-11ad0c9b9b3f6094/build-script-build`
4252025-09-28T17:59:57.200Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-50369c20a3a9e44a/build-script-build`
4262025-09-28T17:59:57.224Z Compiling cc v1.2.16
4272025-09-28T17:59:57.224Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=892cfbb72b5a4748 -C extra-filename=-8adc1830db1b8a07 --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-09dc8c97e44d2ce5.rmeta --cap-lints allow`
4282025-09-28T17:59:57.224Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-e0d191d139041b97/build-script-build`
4292025-09-28T17:59:57.248Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.226/src/lib.rs --error-format=json --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=1d7c134821918b83 -C extra-filename=-6d61ac040328b688 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --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)'`
4302025-09-28T17:59:57.272Z Compiling smallvec v1.13.2
4312025-09-28T17:59:57.272Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=99e6aef14170344c -C extra-filename=-6640e57724570f9f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4322025-09-28T17:59:57.297Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.175/src/lib.rs --error-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=457be1ef2f2c5c44 -C extra-filename=-2d710daaaa182574 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --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_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
4332025-09-28T17:59:57.387Z Compiling once_cell v1.20.1
4342025-09-28T17:59:57.411Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=8188b2d8008ad059 -C extra-filename=-206f4431f8d7e649 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4352025-09-28T17:59:57.663Z Compiling version_check v0.9.5
4362025-09-28T17:59:57.687Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa47b446f318136a -C extra-filename=-551a4c09dbe50582 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4372025-09-28T17:59:57.754Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.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="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=1b0ca833ff5111aa -C extra-filename=-89ecd8ee6c3799e8 --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-85682cc5f50714f9.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)'`
4382025-09-28T17:59:57.778Z Compiling futures-core v0.3.31
4392025-09-28T17:59:57.778Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=069b6568974cde06 -C extra-filename=-412b3df115da0b3f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4402025-09-28T17:59:58.022Z Compiling log v0.4.17
4412025-09-28T17:59:58.046Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=988583e08c192b8a -C extra-filename=-97ae4d7f16f9d208 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-97ae4d7f16f9d208 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4422025-09-28T17:59:58.046Z Compiling parking_lot_core v0.9.4
4432025-09-28T17:59:58.046Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=c54fc0770cb79548 -C extra-filename=-ad0cf4fbed64eae1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-ad0cf4fbed64eae1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4442025-09-28T17:59:58.142Z Compiling ryu v1.0.5
4452025-09-28T17:59:58.166Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=4f3e932cd53ee93f -C extra-filename=-1da62bf30288d981 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-1da62bf30288d981 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4462025-09-28T17:59:58.194Z Compiling scopeguard v1.2.0
4472025-09-28T17:59:58.217Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=66c82bf64035a382 -C extra-filename=-132bd9e8581c1284 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4482025-09-28T17:59:58.373Z Compiling lock_api v0.4.6
4492025-09-28T17:59:58.397Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=74f7d8303d0a5f3d -C extra-filename=-79a1fbd9b211d899 --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-132bd9e8581c1284.rmeta --cap-lints allow`
4502025-09-28T17:59:58.421Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-97ae4d7f16f9d208/build-script-build`
4512025-09-28T17:59:58.421Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=73194b9bb62983ac -C extra-filename=-d5dded00f7bb4429 --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-abcfa2a5a9ce8b12.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4522025-09-28T17:59:58.488Z Compiling quote v1.0.40
4532025-09-28T17:59:58.512Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=62e8ebc56d1712fb -C extra-filename=-c327aa7cdcd05eac --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-89ecd8ee6c3799e8.rmeta --cap-lints allow`
4542025-09-28T17:59:58.512Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-ad0cf4fbed64eae1/build-script-build`
4552025-09-28T17:59:58.535Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=6d3077276d47aefb -C extra-filename=-b90b143594982726 --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-abcfa2a5a9ce8b12.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-6640e57724570f9f.rmeta --cap-lints allow`
4562025-09-28T17:59:58.624Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-1da62bf30288d981/build-script-build`
4572025-09-28T17:59:58.682Z Compiling slab v0.4.9
4582025-09-28T17:59:58.706Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f5f1525ef2ec1604 -C extra-filename=-fdfee53195acd0f2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-fdfee53195acd0f2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-9c976105c3562e9c.rlib --cap-lints allow`
4592025-09-28T17:59:58.775Z Compiling futures-sink v0.3.31
4602025-09-28T17:59:58.799Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=dfb3ecd43bdb92f5 -C extra-filename=-62f36eeafc97992f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4612025-09-28T17:59:58.799Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=ed5b370eab1e1e4c -C extra-filename=-d4457b1fe28e710e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
4622025-09-28T17:59:58.923Z Compiling syn v2.0.106
4632025-09-28T17:59:58.947Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.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 --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=6a4fc7a672efba7f -C extra-filename=-952a878db6969639 --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-89ecd8ee6c3799e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-85682cc5f50714f9.rmeta --cap-lints allow`
4642025-09-28T17:59:58.991Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-fdfee53195acd0f2/build-script-build`
4652025-09-28T17:59:59.015Z Compiling parking_lot v0.12.1
4662025-09-28T17:59:59.015Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=8bb7d97a91150381 -C extra-filename=-2e42254812d42bfd --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-79a1fbd9b211d899.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-b90b143594982726.rmeta --cap-lints allow`
4672025-09-28T17:59:59.065Z Compiling mio v1.0.3
4682025-09-28T17:59:59.090Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=40f26d674c47a131 -C extra-filename=-ef25159d7c513ed5 --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-2d710daaaa182574.rmeta --cap-lints allow`
4692025-09-28T17:59:59.090Z Compiling getrandom v0.2.11
4702025-09-28T17:59:59.090Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=ac04f965fe4f50f4 -C extra-filename=-5e145bfeb2a92d95 --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-abcfa2a5a9ce8b12.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rmeta --cap-lints allow`
4712025-09-28T17:59:59.124Z Compiling signal-hook-registry v1.4.0
4722025-09-28T17:59:59.149Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9afc00684861e9ce -C extra-filename=-c75aacc026ba78a7 --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-2d710daaaa182574.rmeta --cap-lints allow`
4732025-09-28T17:59:59.149Z Compiling socket2 v0.6.0
4742025-09-28T17:59:59.149Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=1b0b1ca248f87dcb -C extra-filename=-f715404e7c230a5b --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-2d710daaaa182574.rmeta --cap-lints allow`
4752025-09-28T17:59:59.394Z Compiling serde_json v1.0.145
4762025-09-28T17:59:59.418Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/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=a42478d6c916a1f5 -C extra-filename=-046892d80e9e32a8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-046892d80e9e32a8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4772025-09-28T17:59:59.589Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=bbe9ed121787bb44 -C extra-filename=-177c3ef7ac815999 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4782025-09-28T17:59:59.693Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-046892d80e9e32a8/build-script-build`
4792025-09-28T17:59:59.717Z Compiling fnv v1.0.7
4802025-09-28T17:59:59.717Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a18fdb745dd1724b -C extra-filename=-c924473aced35a77 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4812025-09-28T17:59:59.741Z Compiling futures-channel v0.3.31
4822025-09-28T17:59:59.741Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=8fbb5075cbbac246 -C extra-filename=-86af18776f0ab9e8 --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-412b3df115da0b3f.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-62f36eeafc97992f.rmeta --cap-lints allow`
4832025-09-28T17:59:59.776Z Compiling pin-utils v0.1.0
4842025-09-28T17:59:59.800Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe895281cee72852 -C extra-filename=-7355f9cc9b15879d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4852025-09-28T17:59:59.835Z Compiling http v1.3.1
4862025-09-28T17:59:59.859Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d9fff1fe037b37b8 -C extra-filename=-a4a3dabfcc0ae01d --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-a6fb29251b3b493b.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-c924473aced35a77.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-e4d708cdc1b32d82.rmeta --cap-lints allow`
4872025-09-28T17:59:59.859Z Compiling thiserror v2.0.16
4882025-09-28T17:59:59.859Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ca18b2a23b192a96 -C extra-filename=-1183c82bf34f581f --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-1183c82bf34f581f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4892025-09-28T17:59:59.884Z Compiling bitflags v2.4.0
4902025-09-28T17:59:59.884Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=accfc327496656d1 -C extra-filename=-30e0597c997f96eb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4912025-09-28T17:59:59.964Z Compiling zeroize v1.7.0
4922025-09-28T17:59:59.988Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=de840b057318003c -C extra-filename=-5b519424823ad410 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4932025-09-28T18:00:00.053Z Compiling ring v0.17.13
4942025-09-28T18:00:00.077Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=73e13f5725b59d44 -C extra-filename=-ecee39ca452c2bd2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ring-ecee39ca452c2bd2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-8adc1830db1b8a07.rlib --cap-lints allow`
4952025-09-28T18:00:00.147Z Compiling futures-io v0.3.31
4962025-09-28T18:00:00.171Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=59db3f4e6938c5ff -C extra-filename=-b162361d1cb8d01a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4972025-09-28T18:00:00.248Z Compiling rustls-pki-types v1.12.0
4982025-09-28T18:00:00.284Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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=c9304b85f3fcb7db -C extra-filename=-afe15348e931e359 --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-5b519424823ad410.rmeta --cap-lints allow`
4992025-09-28T18:00:00.308Z Compiling futures-task v0.3.31
5002025-09-28T18:00:00.309Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=1a7905c8adbbe4cb -C extra-filename=-c34c756e80f763e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5012025-09-28T18:00:00.340Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-1183c82bf34f581f/build-script-build`
5022025-09-28T18:00:00.406Z Compiling stable_deref_trait v1.2.0
5032025-09-28T18:00:00.430Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bc0814b7ef38358e -C extra-filename=-af57b34f5b18388f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5042025-09-28T18:00:00.511Z Compiling httparse v1.10.0
5052025-09-28T18:00:00.535Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a9a509a0d2628e6b -C extra-filename=-80b8fd9f43f029ee --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-80b8fd9f43f029ee -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5062025-09-28T18:00:00.579Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.226/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=daef531507e5dac7 -C extra-filename=-4f06dd296f987583 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-4f06dd296f987583 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5072025-09-28T18:00:00.674Z Compiling getrandom v0.3.1
5082025-09-28T18:00:00.698Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=dac9b2fc1baecc79 -C extra-filename=-67f27968647a0c27 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-67f27968647a0c27 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092025-09-28T18:00:00.827Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-ecee39ca452c2bd2/build-script-build`
5102025-09-28T18:00:01.028Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-4f06dd296f987583/build-script-build`
5112025-09-28T18:00:01.055Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-80b8fd9f43f029ee/build-script-build`
5122025-09-28T18:00:01.055Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-67f27968647a0c27/build-script-build`
5132025-09-28T18:00:01.079Z Compiling tracing-core v0.1.32
5142025-09-28T18:00:01.079Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=7e25abae903a3b8a -C extra-filename=-b7f047bbff4ba668 --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-206f4431f8d7e649.rmeta --cap-lints allow`
5152025-09-28T18:00:01.107Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.226/src/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=38fb49b3d697c18e -C extra-filename=-5e29abc2c66bae8c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --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)'`
5162025-09-28T18:00:01.132Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=babf6c6c68e3d8a0 -C extra-filename=-f0f51a1c8081e192 --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`
5172025-09-28T18:00:01.132Z Compiling ucd-trie v0.1.6
5182025-09-28T18:00:01.132Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1ec7b7a6c8b213d4 -C extra-filename=-a51fa30df920930a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5192025-09-28T18:00:01.174Z Compiling hashbrown v0.15.2
5202025-09-28T18:00:01.198Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.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("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=0f9407af16197f68 -C extra-filename=-3086bc0058e1a3af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5212025-09-28T18:00:01.596Z Compiling untrusted v0.9.0
5222025-09-28T18:00:01.621Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5ff243b158a9e04 -C extra-filename=-720224ad6d4ea093 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5232025-09-28T18:00:01.645Z Compiling equivalent v1.0.0
5242025-09-28T18:00:01.645Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fe4d01a5c925117 -C extra-filename=-a600fe24d15fb7c8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5252025-09-28T18:00:01.730Z Compiling tracing v0.1.40
5262025-09-28T18:00:01.788Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=7e7a08db36a87947 -C extra-filename=-7dfa4a9939dd6f40 --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-9ef91c4d733edc06.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-b7f047bbff4ba668.rmeta --cap-lints allow`
5272025-09-28T18:00:01.816Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=498f83b70b344a49 -C extra-filename=-b80c6034ba1900c8 --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-abcfa2a5a9ce8b12.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rmeta --cap-lints allow`
5282025-09-28T18:00:01.860Z Compiling http-body v1.0.1
5292025-09-28T18:00:01.884Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30c79e04a5f8e0c4 -C extra-filename=-cd1427139c2f4d9c --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-a6fb29251b3b493b.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --cap-lints allow`
5302025-09-28T18:00:02.065Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="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=bd48f0d31419c73f -C extra-filename=-96bb40642b472b19 --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-e4d708cdc1b32d82.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-9aeda2aa726b7e82.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-d4457b1fe28e710e.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-6d61ac040328b688.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5312025-09-28T18:00:02.090Z Compiling litemap v0.7.4
5322025-09-28T18:00:02.090Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=8a04fb3ab56c67d9 -C extra-filename=-849837965668dbba --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5332025-09-28T18:00:02.148Z Compiling pkg-config v0.3.31
5342025-09-28T18:00:02.172Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=739a5fbd95c8f7b3 -C extra-filename=-e2eb7c061d105a36 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5352025-09-28T18:00:02.196Z Compiling writeable v0.5.5
5362025-09-28T18:00:02.196Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=a9196b0abdacc674 -C extra-filename=-c26c5bd18d65a285 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5372025-09-28T18:00:02.239Z Compiling base64 v0.22.1
5382025-09-28T18:00:02.264Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=30c0c14bf216242b -C extra-filename=-03590bb7c503e408 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5392025-09-28T18:00:02.422Z Compiling typenum v1.14.0
5402025-09-28T18:00:02.446Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=bb86010085552cf2 -C extra-filename=-26432fbddf0a4e7a --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-26432fbddf0a4e7a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5412025-09-28T18:00:02.669Z Compiling zerocopy v0.8.27
5422025-09-28T18:00:02.693Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=4ba34fe1d412877e -C extra-filename=-cfae568c286ce5f6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-cfae568c286ce5f6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5432025-09-28T18:00:02.800Z Compiling percent-encoding v2.3.2
5442025-09-28T18:00:02.824Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=06a61e9224437fd2 -C extra-filename=-9a02fabab443b4fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5452025-09-28T18:00:03.005Z Compiling vcpkg v0.2.15
5462025-09-28T18:00:03.029Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fdb50695104a173e -C extra-filename=-3538f27e9eb6fc67 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5472025-09-28T18:00:03.139Z Compiling atomic-waker v1.1.2
5482025-09-28T18:00:03.164Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=02ad6a6dc37cfce5 -C extra-filename=-0ceeb0046baa8b4e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5492025-09-28T18:00:03.164Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-26432fbddf0a4e7a/build-script-main`
5502025-09-28T18:00:03.188Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=4818045cfd3f33c2 -C extra-filename=-90434c5b22179673 --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-abcfa2a5a9ce8b12.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-5e145bfeb2a92d95.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-720224ad6d4ea093.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -l static=ring_core_0_17_13_ -l static=ring_core_0_17_13__test`
5512025-09-28T18:00:03.302Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-cfae568c286ce5f6/build-script-build`
5522025-09-28T18:00:03.326Z Compiling errno v0.3.10
5532025-09-28T18:00:03.326Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c6e45f863183107a -C extra-filename=-132a1e85309016d6 --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-2d710daaaa182574.rmeta --cap-lints allow`
5542025-09-28T18:00:03.326Z Compiling generic-array v0.14.5
5552025-09-28T18:00:03.326Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=4ca12883f59876cc -C extra-filename=-a28931129e1ea4f2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-a28931129e1ea4f2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-551a4c09dbe50582.rlib --cap-lints allow`
5562025-09-28T18:00:03.352Z Compiling crossbeam-utils v0.8.15
5572025-09-28T18:00:03.376Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=d5b75e85113eeaa1 -C extra-filename=-e4bc067dd2d7ed62 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-e4bc067dd2d7ed62 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5582025-09-28T18:00:03.536Z Compiling rustix v1.0.2
5592025-09-28T18:00:03.561Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.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 --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(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(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --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", "compiler_builtins", "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=539bd60400577c79 -C extra-filename=-847c82fe16c60be7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-847c82fe16c60be7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5602025-09-28T18:00:03.624Z Compiling try-lock v0.2.3
5612025-09-28T18:00:03.648Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=413f7990e309ca87 -C extra-filename=-382fb3b49bca17ec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5622025-09-28T18:00:03.742Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-e4bc067dd2d7ed62/build-script-build`
5632025-09-28T18:00:03.766Z Compiling want v0.3.0
5642025-09-28T18:00:03.766Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42d6a40617a33d60 -C extra-filename=-b8f7d47769d5f89e --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-d5dded00f7bb4429.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-382fb3b49bca17ec.rmeta --cap-lints allow`
5652025-09-28T18:00:03.790Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-a28931129e1ea4f2/build-script-build`
5662025-09-28T18:00:03.837Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("force_unix_path_separator", "i128", "no_std", "strict"))' -C metadata=e28eed8b96bd6635 -C extra-filename=-83731ec5462a5106 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5672025-09-28T18:00:04.011Z Compiling powerfmt v0.2.0
5682025-09-28T18:00:04.035Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=1ae05211c8abe456 -C extra-filename=-99877b20e3efe418 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5692025-09-28T18:00:04.059Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-847c82fe16c60be7/build-script-build`
5702025-09-28T18:00:04.099Z Compiling openssl-sys v0.9.107
5712025-09-28T18:00:04.123Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=671bc66950be8a2a -C extra-filename=-89420e8e1c892b41 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-sys-89420e8e1c892b41 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-8adc1830db1b8a07.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-e2eb7c061d105a36.rlib --extern vcpkg=/work/oxidecomputer/dropshot/target/debug/deps/libvcpkg-3538f27e9eb6fc67.rlib --cap-lints allow`
5722025-09-28T18:00:04.168Z Compiling httpdate v1.0.1
5732025-09-28T18:00:04.194Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=462a99f142e09fc4 -C extra-filename=-2845571d39d14ba6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5742025-09-28T18:00:04.269Z Compiling subtle v2.5.0
5752025-09-28T18:00:04.293Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=c62913ab3ffedaf1 -C extra-filename=-37ea4a1559f2d320 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5762025-09-28T18:00:04.357Z Compiling tower-service v0.3.3
5772025-09-28T18:00:04.381Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82451c81794e5c57 -C extra-filename=-36766986bb9083be --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5782025-09-28T18:00:04.492Z Compiling icu_locid_transform_data v1.5.0
5792025-09-28T18:00:04.516Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d367c773200afd9b -C extra-filename=-82cef20c48b788fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5802025-09-28T18:00:04.541Z Compiling num-conv v0.1.0
5812025-09-28T18:00:04.541Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.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=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=5595f42b10c2625e -C extra-filename=-d3940c9b0a4dd437 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5822025-09-28T18:00:04.576Z Compiling byteorder v1.4.3
5832025-09-28T18:00:04.601Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=1377cacee8acd010 -C extra-filename=-be3f5daa7392165b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5842025-09-28T18:00:04.624Z Compiling time-core v0.1.2
5852025-09-28T18:00:04.625Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0221698c14dcd7e2 -C extra-filename=-9133c896fa67b2e7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5862025-09-28T18:00:04.704Z Compiling synstructure v0.13.1
5872025-09-28T18:00:04.728Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=6f5515db0fda9932 -C extra-filename=-8d5f935fa4dfbb9f --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-89ecd8ee6c3799e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rmeta --cap-lints allow`
5882025-09-28T18:00:04.782Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=59c7dfb0e962a9f7 -C extra-filename=-a00282618e43ee7e --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-83731ec5462a5106.rmeta --cap-lints allow --cfg relaxed_coherence`
5892025-09-28T18:00:04.806Z Compiling time-macros v0.2.18
5902025-09-28T18:00:04.806Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.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 --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 --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=209aef239ab857e5 -C extra-filename=-eececaadfe4ce2bb --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-d3940c9b0a4dd437.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-9133c896fa67b2e7.rlib --extern proc_macro --cap-lints allow`
5912025-09-28T18:00:04.894Z Compiling deranged v0.3.11
5922025-09-28T18:00:04.918Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=8b1c54142c270069 -C extra-filename=-1cf03ac1e8d20dbb --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-99877b20e3efe418.rmeta --cap-lints allow`
5932025-09-28T18:00:04.918Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-89420e8e1c892b41/build-script-main`
5942025-09-28T18:00:04.985Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-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 --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(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(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --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", "compiler_builtins", "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=014202f8e2b12053 -C extra-filename=-0e1549d65e590fe8 --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-30e0597c997f96eb.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-132a1e85309016d6.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
5952025-09-28T18:00:05.009Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=375443140ddd3228 -C extra-filename=-56ef79a13395fc2d --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-abcfa2a5a9ce8b12.rmeta --cap-lints allow`
5962025-09-28T18:00:05.636Z Compiling rustls-webpki v0.102.8
5972025-09-28T18:00:05.660Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=9726159b4538ab13 -C extra-filename=-411ba4c738276c0b --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-90434c5b22179673.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-720224ad6d4ea093.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
5982025-09-28T18:00:05.787Z Compiling num_threads v0.1.3
5992025-09-28T18:00:05.811Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7974d6d7f8478fe -C extra-filename=-f08c69c9b5eda52d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6002025-09-28T18:00:05.811Z Compiling fastrand v2.1.1
6012025-09-28T18:00:05.811Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=e434ebc4c93383bc -C extra-filename=-6740d6587aba1ac2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6022025-09-28T18:00:05.916Z Compiling slog v2.7.0
6032025-09-28T18:00:05.940Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "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=dc8df4011ef30121 -C extra-filename=-c345269a950182bb --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-c345269a950182bb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6042025-09-28T18:00:06.025Z Compiling rustix v0.38.44
6052025-09-28T18:00:06.049Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=9313eeb7d8cb170c -C extra-filename=-f58f127dc6089265 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-f58f127dc6089265 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6062025-09-28T18:00:06.250Z Compiling icu_properties_data v1.5.0
6072025-09-28T18:00:06.274Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2647492d86ea0f0 -C extra-filename=-95464be7fc92f7c6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6082025-09-28T18:00:06.317Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-c345269a950182bb/build-script-build`
6092025-09-28T18:00:06.379Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.145/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="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=58745bd497d755b4 -C extra-filename=-e90c212c079bf6f3 --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-e4d708cdc1b32d82.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-9aeda2aa726b7e82.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-d4457b1fe28e710e.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-5e29abc2c66bae8c.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6102025-09-28T18:00:06.474Z Compiling thread-id v5.0.0
6112025-09-28T18:00:06.498Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f5976a8e467088a -C extra-filename=-9f6693a0335b6f8b --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-2d710daaaa182574.rmeta --cap-lints allow`
6122025-09-28T18:00:06.588Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-f58f127dc6089265/build-script-build`
6132025-09-28T18:00:06.612Z Compiling unicase v2.6.0
6142025-09-28T18:00:06.612Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=d06fb1fe314a068b -C extra-filename=-e2f27e1da7cf0317 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-e2f27e1da7cf0317 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-551a4c09dbe50582.rlib --cap-lints allow`
6152025-09-28T18:00:06.696Z Compiling num-traits v0.2.14
6162025-09-28T18:00:06.721Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=49a71f4780a8584d -C extra-filename=-d0b0c86f487b8b7d --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-d0b0c86f487b8b7d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-9c976105c3562e9c.rlib --cap-lints allow`
6172025-09-28T18:00:06.845Z Compiling openssl-probe v0.1.4
6182025-09-28T18:00:06.869Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6e5cf0e3d622826 -C extra-filename=-a2ed6fc0c04978a8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6192025-09-28T18:00:06.893Z Compiling time v0.3.36
6202025-09-28T18:00:06.893Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=ec52284c5c801654 -C extra-filename=-7d2d66f1eb45e601 --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-1cf03ac1e8d20dbb.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-e4d708cdc1b32d82.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-d3940c9b0a4dd437.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-f08c69c9b5eda52d.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-99877b20e3efe418.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-9133c896fa67b2e7.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-eececaadfe4ce2bb.so --cap-lints allow`
6212025-09-28T18:00:06.949Z Compiling paste v1.0.15
6222025-09-28T18:00:06.974Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59ece89bbb78c1ac -C extra-filename=-f2d5079c021e4321 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-f2d5079c021e4321 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6232025-09-28T18:00:07.025Z Compiling foreign-types-shared v0.1.1
6242025-09-28T18:00:07.050Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=656867704a201721 -C extra-filename=-22ea9b2e52594380 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6252025-09-28T18:00:07.050Z Compiling utf16_iter v1.0.5
6262025-09-28T18:00:07.050Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43c470e85aec1111 -C extra-filename=-a5a5e53cc8a44dd9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6272025-09-28T18:00:07.145Z Compiling write16 v1.0.0
6282025-09-28T18:00:07.169Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=bffeb2d00682cc08 -C extra-filename=-9676c21d629e178c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6292025-09-28T18:00:07.169Z Compiling icu_normalizer_data v1.5.0
6302025-09-28T18:00:07.169Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e36e0ec4ce10a660 -C extra-filename=-1d820c9985df58cc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6312025-09-28T18:00:07.232Z Compiling usdt-impl v0.6.0
6322025-09-28T18:00:07.256Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=b7890e044a762aa0 -C extra-filename=-9f93d604f038aa14 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-9f93d604f038aa14 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6332025-09-28T18:00:07.279Z Compiling openssl v0.10.72
6342025-09-28T18:00:07.280Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=35f3387cbf02a523 -C extra-filename=-ec4ed40d0c8364b0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/openssl-ec4ed40d0c8364b0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6352025-09-28T18:00:07.303Z Compiling ipnet v2.10.0
6362025-09-28T18:00:07.303Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=8451f2173ef826f1 -C extra-filename=-2f99cb7abadfd115 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6372025-09-28T18:00:07.371Z Compiling utf8_iter v1.0.4
6382025-09-28T18:00:07.395Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=020270be7e7a12b6 -C extra-filename=-78937ebde31c094b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6392025-09-28T18:00:07.395Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-f2d5079c021e4321/build-script-build`
6402025-09-28T18:00:07.451Z Compiling foreign-types v0.3.2
6412025-09-28T18:00:07.475Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e848d1567753b1a -C extra-filename=-96edd2390e62616d --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-22ea9b2e52594380.rmeta --cap-lints allow`
6422025-09-28T18:00:07.560Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-d0b0c86f487b8b7d/build-script-build`
6432025-09-28T18:00:07.584Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-9f93d604f038aa14/build-script-build`
6442025-09-28T18:00:07.634Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-e2f27e1da7cf0317/build-script-build`
6452025-09-28T18:00:07.634Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=b1aa469f75462fd6 -C extra-filename=-6523779a65820454 --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-30e0597c997f96eb.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-132a1e85309016d6.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6462025-09-28T18:00:07.658Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-ec4ed40d0c8364b0/build-script-build`
6472025-09-28T18:00:07.684Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "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=f363756331c3f7ed -C extra-filename=-63f8185fcce2fc7b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128`
6482025-09-28T18:00:07.708Z Compiling serde_derive v1.0.226
6492025-09-28T18:00:07.708Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.226/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=65b90e7995eb84ee -C extra-filename=-61f1d17c3bd7fff2 --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-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern proc_macro --cap-lints allow`
6502025-09-28T18:00:07.795Z Compiling tokio-macros v2.5.0
6512025-09-28T18:00:07.819Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.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=1f62b603edc4a99d -C extra-filename=-dd500a1bb47ef616 --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-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern proc_macro --cap-lints allow`
6522025-09-28T18:00:07.878Z Compiling zerofrom-derive v0.1.5
6532025-09-28T18:00:07.902Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5ed4390068c7930 -C extra-filename=-fb85e65ced2be609 --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-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-8d5f935fa4dfbb9f.rlib --extern proc_macro --cap-lints allow`
6542025-09-28T18:00:08.246Z Compiling thiserror-impl v2.0.16
6552025-09-28T18:00:08.270Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=abc84147be74d2b4 -C extra-filename=-250718a8fb34be07 --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-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern proc_macro --cap-lints allow`
6562025-09-28T18:00:08.294Z Compiling futures-macro v0.3.31
6572025-09-28T18:00:08.294Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=118518448d64ea7c -C extra-filename=-8638f58b63c973e6 --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-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern proc_macro --cap-lints allow`
6582025-09-28T18:00:08.653Z Compiling yoke-derive v0.7.5
6592025-09-28T18:00:08.677Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a7fa1cf414de7ad -C extra-filename=-e227a075d5b2a233 --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-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-8d5f935fa4dfbb9f.rlib --extern proc_macro --cap-lints allow`
6602025-09-28T18:00:08.937Z Compiling tokio v1.47.1
6612025-09-28T18:00:08.961Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.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(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_taskdump)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(tokio_uring)' --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-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=1aaf96c098d3e5e8 -C extra-filename=-bbaebc3fde159024 --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-a6fb29251b3b493b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-ef25159d7c513ed5.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-2e42254812d42bfd.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-c75aacc026ba78a7.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-f715404e7c230a5b.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-dd500a1bb47ef616.so --cap-lints allow`
6622025-09-28T18:00:09.277Z Compiling zerovec-derive v0.10.3
6632025-09-28T18:00:09.301Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=297bfa4722b3d660 -C extra-filename=-b9be0d3959ce4ef5 --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-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern proc_macro --cap-lints allow`
6642025-09-28T18:00:09.630Z Compiling futures-util v0.3.31
6652025-09-28T18:00:09.655Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=43132e77c0c66309 -C extra-filename=-a0de02219867d960 --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-86af18776f0ab9e8.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-412b3df115da0b3f.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-b162361d1cb8d01a.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-8638f58b63c973e6.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-62f36eeafc97992f.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c34c756e80f763e8.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-9aeda2aa726b7e82.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-7355f9cc9b15879d.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-177c3ef7ac815999.rmeta --cap-lints allow`
6662025-09-28T18:00:09.655Z Compiling displaydoc v0.2.5
6672025-09-28T18:00:09.655Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5f2ea9d468cac054 -C extra-filename=-13d2ba7a3a3ce26c --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-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern proc_macro --cap-lints allow`
6682025-09-28T18:00:10.226Z Compiling zerofrom v0.1.5
6692025-09-28T18:00:10.253Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=2d623fdd4f2fe384 -C extra-filename=-29fb20c7063ab034 --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-fb85e65ced2be609.so --cap-lints allow`
6702025-09-28T18:00:10.365Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=27d505b307019e75 -C extra-filename=-0562fa1ecd61dfdc --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-250718a8fb34be07.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6712025-09-28T18:00:10.435Z Compiling icu_provider_macros v1.5.0
6722025-09-28T18:00:10.459Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fffc273178cc4666 -C extra-filename=-445b1adf37927b37 --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-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern proc_macro --cap-lints allow`
6732025-09-28T18:00:10.503Z Compiling yoke v0.7.5
6742025-09-28T18:00:10.527Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=48b38daf1fd251fe -C extra-filename=-b75bbedb814994a2 --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-af57b34f5b18388f.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-e227a075d5b2a233.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-29fb20c7063ab034.rmeta --cap-lints allow`
6752025-09-28T18:00:10.527Z Compiling pest v2.8.1
6762025-09-28T18:00:10.527Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=8ddb3e9f2d540fc4 -C extra-filename=-e6f15770b6ef002b --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-9aeda2aa726b7e82.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-a51fa30df920930a.rmeta --cap-lints allow`
6772025-09-28T18:00:10.820Z Compiling zerocopy-derive v0.8.27
6782025-09-28T18:00:10.844Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47ecb30f28121457 -C extra-filename=-3f83f828e4cb9817 --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-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern proc_macro --cap-lints allow`
6792025-09-28T18:00:10.844Z Compiling scroll_derive v0.13.1
6802025-09-28T18:00:10.844Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=32aa87a7fdf36ac4 -C extra-filename=-19793555daf08ca1 --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-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern proc_macro --cap-lints allow`
6812025-09-28T18:00:11.039Z Compiling zerovec v0.10.4
6822025-09-28T18:00:11.063Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=30e226a1d9c404fe -C extra-filename=-a4eb7d6f62d75c99 --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-b75bbedb814994a2.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-29fb20c7063ab034.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-b9be0d3959ce4ef5.so --cap-lints allow`
6832025-09-28T18:00:11.310Z Compiling openssl-macros v0.1.1
6842025-09-28T18:00:11.334Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bbf1f77bfb5c92ad -C extra-filename=-7f9a3b422c7e43af --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-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern proc_macro --cap-lints allow`
6852025-09-28T18:00:12.033Z Compiling block-buffer v0.10.2
6862025-09-28T18:00:12.057Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d05730408e923f54 -C extra-filename=-0b445d99289660b6 --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-a00282618e43ee7e.rmeta --cap-lints allow`
6872025-09-28T18:00:12.250Z Compiling crypto-common v0.1.6
6882025-09-28T18:00:12.275Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=156f3985bc5ef3d1 -C extra-filename=-8745ccc231535d8d --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-a00282618e43ee7e.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-83731ec5462a5106.rmeta --cap-lints allow`
6892025-09-28T18:00:12.342Z Compiling scroll v0.13.0
6902025-09-28T18:00:12.366Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=273d98f8c6b1bb3a -C extra-filename=-26c5990ffee669cd --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-19793555daf08ca1.so --cap-lints allow`
6912025-09-28T18:00:12.467Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=5f1f0cb0251e1ab0 -C extra-filename=-cb7c3d8a99d01cbe --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-2d710daaaa182574.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)'`
6922025-09-28T18:00:12.721Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.226/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=706624febfc407f8 -C extra-filename=-1f9347ea399e45d2 --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-6d61ac040328b688.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-61f1d17c3bd7fff2.so --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)'`
6932025-09-28T18:00:12.850Z Compiling tinystr v0.7.6
6942025-09-28T18:00:12.875Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=e0fb5373f8d680de -C extra-filename=-ed296a19cfd53aee --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-13d2ba7a3a3ce26c.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4eb7d6f62d75c99.rmeta --cap-lints allow`
6952025-09-28T18:00:12.916Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.226/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=e91a2a1edd43e9c3 -C extra-filename=-a60b8e1faab4385f --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-5e29abc2c66bae8c.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-61f1d17c3bd7fff2.so --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)'`
6962025-09-28T18:00:13.124Z Compiling pest_meta v2.8.1
6972025-09-28T18:00:13.148Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=d772c7e47c8aaad7 -C extra-filename=-d7b0ce3520c5447a --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-e6f15770b6ef002b.rmeta --cap-lints allow`
6982025-09-28T18:00:13.227Z Compiling icu_locid v1.5.0
6992025-09-28T18:00:13.257Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=398fb757079b03c7 -C extra-filename=-364fd94af0923b2e --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-13d2ba7a3a3ce26c.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-849837965668dbba.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-ed296a19cfd53aee.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-c26c5bd18d65a285.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4eb7d6f62d75c99.rmeta --cap-lints allow`
7002025-09-28T18:00:13.257Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=f432001bb9693272 -C extra-filename=-59ebc7dd5aa8340c --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-3f83f828e4cb9817.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)'`
7012025-09-28T18:00:13.614Z Compiling icu_collections v1.5.0
7022025-09-28T18:00:13.638Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=7eddf653cdb18000 -C extra-filename=-3710e10be9b502d8 --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-13d2ba7a3a3ce26c.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-b75bbedb814994a2.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-29fb20c7063ab034.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4eb7d6f62d75c99.rmeta --cap-lints allow`
7032025-09-28T18:00:13.792Z Compiling indexmap v2.11.1
7042025-09-28T18:00:13.816Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.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 '--allow=clippy::style' --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=3f2225ecc21ab928 -C extra-filename=-e67377ab803e4d10 --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-a600fe24d15fb7c8.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-3086bc0058e1a3af.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rmeta --cap-lints allow`
7052025-09-28T18:00:13.962Z Compiling serde_tokenstream v0.2.2
7062025-09-28T18:00:13.986Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15707c2ac00d6ca3 -C extra-filename=-26002b9c0b884f54 --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-89ecd8ee6c3799e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a60b8e1faab4385f.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rmeta --cap-lints allow`
7072025-09-28T18:00:14.184Z Compiling icu_provider v1.5.0
7082025-09-28T18:00:14.209Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=a9e94975f84262cb -C extra-filename=-db1c6dcbb812aa28 --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-13d2ba7a3a3ce26c.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-364fd94af0923b2e.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-445b1adf37927b37.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-af57b34f5b18388f.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-ed296a19cfd53aee.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-c26c5bd18d65a285.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-b75bbedb814994a2.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-29fb20c7063ab034.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4eb7d6f62d75c99.rmeta --cap-lints allow`
7092025-09-28T18:00:14.403Z Compiling pest_generator v2.8.1
7102025-09-28T18:00:14.427Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=3a574b74f47f53d8 -C extra-filename=-f9213d6054d33672 --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-e6f15770b6ef002b.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-d7b0ce3520c5447a.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-89ecd8ee6c3799e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rmeta --cap-lints allow`
7112025-09-28T18:00:14.737Z Compiling form_urlencoded v1.2.2
7122025-09-28T18:00:14.761Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0314007f4fc98843 -C extra-filename=-2fb0540c4255722d --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-9a02fabab443b4fb.rmeta --cap-lints allow`
7132025-09-28T18:00:14.979Z Compiling icu_locid_transform v1.5.0
7142025-09-28T18:00:15.003Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=d101cfd7b53819f6 -C extra-filename=-49bf382b1ca8a007 --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-13d2ba7a3a3ce26c.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-364fd94af0923b2e.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-82cef20c48b788fc.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-db1c6dcbb812aa28.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-ed296a19cfd53aee.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4eb7d6f62d75c99.rmeta --cap-lints allow`
7152025-09-28T18:00:15.032Z Compiling rand_core v0.6.3
7162025-09-28T18:00:15.056Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=ccdd7f949f90df2f -C extra-filename=-6c77a11a1e7a456d --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-5e145bfeb2a92d95.rmeta --cap-lints allow`
7172025-09-28T18:00:15.056Z Compiling native-tls v0.2.12
7182025-09-28T18:00:15.056Z Compiling rustls v0.22.4
7192025-09-28T18:00:15.056Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=0d534f1c51b18f43 -C extra-filename=-9277bc3ad29609a6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/native-tls-9277bc3ad29609a6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7202025-09-28T18:00:15.080Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=357120814331e24b -C extra-filename=-4ed1a47286face4a --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-4ed1a47286face4a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7212025-09-28T18:00:15.331Z Compiling mime v0.3.16
7222025-09-28T18:00:15.355Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84ca374d58ccb0c8 -C extra-filename=-75dac0ba5f60aa0e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7232025-09-28T18:00:15.380Z Compiling plain v0.2.3
7242025-09-28T18:00:15.380Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fce923409fc2f2d -C extra-filename=-7bf6e78141564f4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7252025-09-28T18:00:15.404Z Compiling rustls v0.23.13
7262025-09-28T18:00:15.404Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=58fc012b44313e99 -C extra-filename=-ef5102e5ad9c668f --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-ef5102e5ad9c668f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7272025-09-28T18:00:15.535Z Compiling ppv-lite86 v0.2.15
7282025-09-28T18:00:15.559Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=ac5b13914f2ebbfd -C extra-filename=-9e46494b72bc10a8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7292025-09-28T18:00:15.559Z Compiling goblin v0.10.1
7302025-09-28T18:00:15.559Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=17451e5c207d3735 -C extra-filename=-59ad0422cb83e721 --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-d5dded00f7bb4429.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-7bf6e78141564f4f.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-26c5990ffee669cd.rmeta --cap-lints allow`
7312025-09-28T18:00:15.691Z Compiling tokio-util v0.7.7
7322025-09-28T18:00:15.715Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=bb12f135f6ae01c4 -C extra-filename=-3b132009f8153acb --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-a6fb29251b3b493b.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-412b3df115da0b3f.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-62f36eeafc97992f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-7dfa4a9939dd6f40.rmeta --cap-lints allow`
7332025-09-28T18:00:15.793Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-ef5102e5ad9c668f/build-script-build`
7342025-09-28T18:00:15.817Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-9277bc3ad29609a6/build-script-build`
7352025-09-28T18:00:15.841Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-4ed1a47286face4a/build-script-build`
7362025-09-28T18:00:15.865Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=dc29614c63dc6487 -C extra-filename=-522fdeade01acc9d --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-30e0597c997f96eb.rmeta --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-abcfa2a5a9ce8b12.rmeta --extern foreign_types=/work/oxidecomputer/dropshot/target/debug/deps/libforeign_types-96edd2390e62616d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-206f4431f8d7e649.rmeta --extern openssl_macros=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_macros-7f9a3b422c7e43af.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-cb7c3d8a99d01cbe.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)'`
7372025-09-28T18:00:16.005Z Compiling pest_derive v2.8.1
7382025-09-28T18:00:16.029Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=80b5c11f43b4151f -C extra-filename=-c15f34c2e8503d2c --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-e6f15770b6ef002b.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-f9213d6054d33672.rlib --extern proc_macro --cap-lints allow`
7392025-09-28T18:00:16.098Z Compiling icu_properties v1.5.1
7402025-09-28T18:00:16.122Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=fb2f540be5fb6259 -C extra-filename=-2f569bf5d0b2df66 --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-13d2ba7a3a3ce26c.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-3710e10be9b502d8.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-49bf382b1ca8a007.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-95464be7fc92f7c6.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-db1c6dcbb812aa28.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-ed296a19cfd53aee.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4eb7d6f62d75c99.rmeta --cap-lints allow`
7412025-09-28T18:00:16.311Z Compiling dof v0.4.0
7422025-09-28T18:00:16.335Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=8a938dda8dd84f28 -C extra-filename=-87251c06f04428dd --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-a60b8e1faab4385f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-e90c212c079bf6f3.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-59ebc7dd5aa8340c.rmeta --cap-lints allow`
7432025-09-28T18:00:16.757Z Compiling h2 v0.4.6
7442025-09-28T18:00:16.806Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=e3d5c9153a2b2b10 -C extra-filename=-21c9b83441f45a9f --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-0ceeb0046baa8b4e.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-c924473aced35a77.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-412b3df115da0b3f.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-62f36eeafc97992f.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-177c3ef7ac815999.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-3b132009f8153acb.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-7dfa4a9939dd6f40.rmeta --cap-lints allow`
7452025-09-28T18:00:16.831Z Compiling dtrace-parser v0.3.0
7462025-09-28T18:00:16.831Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b862ea98be6c9f91 -C extra-filename=-33fa1e204b6b070e --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-e6f15770b6ef002b.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-c15f34c2e8503d2c.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rmeta --cap-lints allow`
7472025-09-28T18:00:17.143Z Compiling rand_chacha v0.3.1
7482025-09-28T18:00:17.167Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=345b35cc9e5ccdd9 -C extra-filename=-9578c020f827df4d --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-9e46494b72bc10a8.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-6c77a11a1e7a456d.rmeta --cap-lints allow`
7492025-09-28T18:00:17.289Z Compiling digest v0.10.7
7502025-09-28T18:00:17.313Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=a4fde4e776e1c15a -C extra-filename=-dfa7d3ae59589566 --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-0b445d99289660b6.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-8745ccc231535d8d.rmeta --cap-lints allow`
7512025-09-28T18:00:17.617Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=e960b3c77b613936 -C extra-filename=-e2bb388ea88a5770 --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-be3f5daa7392165b.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-87251c06f04428dd.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-33fa1e204b6b070e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-89ecd8ee6c3799e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a60b8e1faab4385f.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-e90c212c079bf6f3.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-9f6693a0335b6f8b.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)'`
7522025-09-28T18:00:17.985Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=6eb929a9c4686f76 -C extra-filename=-1daa4736bbda2b7f --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`
7532025-09-28T18:00:18.508Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=a39384e2e629c6cf -C extra-filename=-1ee9be922884d7b4 --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`
7542025-09-28T18:00:18.564Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15a293101d2233df -C extra-filename=-676291b925f08f03 --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"))'`
7552025-09-28T18:00:18.834Z Compiling unicode-segmentation v1.10.0
7562025-09-28T18:00:18.858Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=cb222f8b29ef907a -C extra-filename=-defa9909f471089e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7572025-09-28T18:00:19.077Z Compiling winnow v0.7.10
7582025-09-28T18:00:19.101Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.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 --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=cd75d2137e421d79 -C extra-filename=-4e3be0d26f650d08 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7592025-09-28T18:00:19.309Z Compiling icu_normalizer v1.5.0
7602025-09-28T18:00:19.333Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=6073fb5a89e43b65 -C extra-filename=-b306541e12b7e79a --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-13d2ba7a3a3ce26c.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-3710e10be9b502d8.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-1d820c9985df58cc.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-2f569bf5d0b2df66.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-db1c6dcbb812aa28.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-6640e57724570f9f.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-a5a5e53cc8a44dd9.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-78937ebde31c094b.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-9676c21d629e178c.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-a4eb7d6f62d75c99.rmeta --cap-lints allow`
7612025-09-28T18:00:19.438Z Compiling pretty-hex v0.4.1
7622025-09-28T18:00:19.463Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=3f165a2ef31433e8 -C extra-filename=-747318b1cb3f2560 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7632025-09-28T18:00:19.657Z Compiling cpufeatures v0.2.2
7642025-09-28T18:00:19.681Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7130545f9cad1727 -C extra-filename=-58c2427d7da17587 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7652025-09-28T18:00:19.748Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=e990be445e9d309d -C extra-filename=-88ef626bfc9e3bdc --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-88ef626bfc9e3bdc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7662025-09-28T18:00:20.020Z Compiling idna_adapter v1.2.0
7672025-09-28T18:00:20.045Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=014ac36312cbb716 -C extra-filename=-badec64d4ce29121 --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-b306541e12b7e79a.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-2f569bf5d0b2df66.rmeta --cap-lints allow`
7682025-09-28T18:00:20.069Z Compiling unicode-width v0.1.9
7692025-09-28T18:00:20.069Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=02de20d746426b1f -C extra-filename=-bcc7a327db898785 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7702025-09-28T18:00:20.202Z Compiling iana-time-zone v0.1.47
7712025-09-28T18:00:20.227Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=2a8428c5049c001a -C extra-filename=-4090a4b37ffae063 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7722025-09-28T18:00:20.251Z Compiling thiserror v1.0.69
7732025-09-28T18:00:20.251Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=371bcc3d98b9731c -C extra-filename=-ff48d98027b9836f --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-ff48d98027b9836f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7742025-09-28T18:00:20.563Z Compiling hyper v1.7.0
7752025-09-28T18:00:20.587Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-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 --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=45ecd0158eac43f8 -C extra-filename=-575382a8d3ce86b5 --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-0ceeb0046baa8b4e.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-86af18776f0ab9e8.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-412b3df115da0b3f.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-21c9b83441f45a9f.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-cd1427139c2f4d9c.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-f0f51a1c8081e192.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-2845571d39d14ba6.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-e4d708cdc1b32d82.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --extern pin_utils=/work/oxidecomputer/dropshot/target/debug/deps/libpin_utils-7355f9cc9b15879d.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-6640e57724570f9f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-b8f7d47769d5f89e.rmeta --cap-lints allow`
7762025-09-28T18:00:20.719Z Compiling lazy_static v1.5.0
7772025-09-28T18:00:20.743Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=d959d72665feae60 -C extra-filename=-78d8eac9b6302b57 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7782025-09-28T18:00:20.743Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-ff48d98027b9836f/build-script-build`
7792025-09-28T18:00:20.780Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=e69e6e1836e6df47 -C extra-filename=-8ad78861753b69ec --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-d5dded00f7bb4429.rmeta --extern openssl=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl-522fdeade01acc9d.rmeta --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-a2ed6fc0c04978a8.rmeta --extern openssl_sys=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-cb7c3d8a99d01cbe.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
7802025-09-28T18:00:20.866Z Compiling console v0.15.7
7812025-09-28T18:00:20.890Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=fd47e95896300126 -C extra-filename=-e1350aa6cedf5b8b --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-78d8eac9b6302b57.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-bcc7a327db898785.rmeta --cap-lints allow`
7822025-09-28T18:00:21.007Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=e62b939ff4c85772 -C extra-filename=-77c4fe2bb18a9a51 --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-59ad0422cb83e721.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-747318b1cb3f2560.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-59ebc7dd5aa8340c.rmeta --cap-lints allow`
7832025-09-28T18:00:21.269Z Compiling chrono v0.4.42
7842025-09-28T18:00:21.294Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.42/src/lib.rs --error-format=json --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", "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=1962a49739de8cfc -C extra-filename=-827cf4592575cc72 --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-4090a4b37ffae063.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-1daa4736bbda2b7f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rmeta --cap-lints allow`
7852025-09-28T18:00:21.566Z Compiling toml_parser v1.0.2
7862025-09-28T18:00:21.590Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=c4422886b7af3fa6 -C extra-filename=-22a91c374416e8de --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-4e3be0d26f650d08.rmeta --cap-lints allow`
7872025-09-28T18:00:22.032Z Compiling idna v1.0.3
7882025-09-28T18:00:22.056Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=dfedd08959c753b5 -C extra-filename=-9cc188a6e2886c9e --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-badec64d4ce29121.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-6640e57724570f9f.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-78937ebde31c094b.rmeta --cap-lints allow`
7892025-09-28T18:00:22.436Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-88ef626bfc9e3bdc/build-script-build`
7902025-09-28T18:00:22.460Z Compiling sha1 v0.10.6
7912025-09-28T18:00:22.460Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=2a2640e08a7d7be6 -C extra-filename=-abad09e0aa67c881 --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-abcfa2a5a9ce8b12.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-58c2427d7da17587.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-dfa7d3ae59589566.rmeta --cap-lints allow`
7922025-09-28T18:00:22.484Z Compiling hyper-util v0.1.17
7932025-09-28T18:00:22.485Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.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 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --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-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=9e8be890f6ae6635 -C extra-filename=-ecaad9e7ff343d12 --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-03590bb7c503e408.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-86af18776f0ab9e8.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-412b3df115da0b3f.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-a0de02219867d960.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-cd1427139c2f4d9c.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-2f99cb7abadfd115.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-f715404e7c230a5b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-36766986bb9083be.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-7dfa4a9939dd6f40.rmeta --cap-lints allow`
7942025-09-28T18:00:22.786Z Compiling newline-converter v0.3.0
7952025-09-28T18:00:22.810Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=818d27b3c4242c1a -C extra-filename=-640bfdee2c179029 --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-defa9909f471089e.rmeta --cap-lints allow`
7962025-09-28T18:00:22.937Z Compiling mime_guess v2.0.5
7972025-09-28T18:00:22.962Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=41afdbd9a7c0a962 -C extra-filename=-2afcea44265fd8dc --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-2afcea44265fd8dc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-1ee9be922884d7b4.rlib --cap-lints allow`
7982025-09-28T18:00:22.962Z Compiling rand v0.8.4
7992025-09-28T18:00:22.962Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="rand_hc"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "rand_hc", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=f7647f1a039fcdfc -C extra-filename=-0580fff3eda60aa5 --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-2d710daaaa182574.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-9578c020f827df4d.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-6c77a11a1e7a456d.rmeta --cap-lints allow`
8002025-09-28T18:00:23.099Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=533ddc42dc6865d3 -C extra-filename=-17573942bb4ff651 --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-d5dded00f7bb4429.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-90434c5b22179673.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-411ba4c738276c0b.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-37ea4a1559f2d320.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-5b519424823ad410.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
8012025-09-28T18:00:23.378Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=44d11d1a46c783bc -C extra-filename=-07398cd2b31f2a58 --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-206f4431f8d7e649.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-90434c5b22179673.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-411ba4c738276c0b.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-37ea4a1559f2d320.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-5b519424823ad410.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
8022025-09-28T18:00:23.721Z Compiling thiserror-impl v1.0.69
8032025-09-28T18:00:23.745Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b31ded1bdb80043 -C extra-filename=-f15654a2d4b377f9 --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-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern proc_macro --cap-lints allow`
8042025-09-28T18:00:23.745Z Compiling concurrent-queue v2.5.0
8052025-09-28T18:00:23.745Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=76ace5bc3b32c261 -C extra-filename=-7116eda6cf6a7855 --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-56ef79a13395fc2d.rmeta --cap-lints allow`
8062025-09-28T18:00:24.041Z Compiling serde_derive_internals v0.29.0
8072025-09-28T18:00:24.065Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfea703bd672b022 -C extra-filename=-899cbffbbffa6501 --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-89ecd8ee6c3799e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rmeta --cap-lints allow`
8082025-09-28T18:00:24.120Z Compiling rustls-pemfile v2.1.3
8092025-09-28T18:00:24.144Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ec12a74d4a2eb750 -C extra-filename=-5c50b31c03cc252f --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-03590bb7c503e408.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --cap-lints allow`
8102025-09-28T18:00:24.172Z Compiling http-body-util v0.1.3
8112025-09-28T18:00:24.196Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=d020e3b4cced820d -C extra-filename=-727db91404afe926 --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-a6fb29251b3b493b.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-412b3df115da0b3f.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-cd1427139c2f4d9c.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --cap-lints allow`
8122025-09-28T18:00:24.483Z Compiling toml_datetime v0.7.2
8132025-09-28T18:00:24.507Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.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=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=71fc69c335755df6 -C extra-filename=-f7453183e7d039b3 --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-6d61ac040328b688.rmeta --cap-lints allow`
8142025-09-28T18:00:24.557Z Compiling serde_spanned v1.0.2
8152025-09-28T18:00:24.580Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.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=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=60496d54b8c0ee42 -C extra-filename=-0496e557ef1fc807 --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-6d61ac040328b688.rmeta --cap-lints allow`
8162025-09-28T18:00:24.791Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.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="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=bc9fd3e1092dfb9d -C extra-filename=-9e97a8796201b2d2 --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-89ecd8ee6c3799e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-85682cc5f50714f9.rmeta --cap-lints allow`
8172025-09-28T18:00:24.930Z Compiling multer v3.1.0
8182025-09-28T18:00:24.953Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=35b6e128617bad44 -C extra-filename=-3e170fc9bb3a123a --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-3e170fc9bb3a123a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-551a4c09dbe50582.rlib --cap-lints allow`
8192025-09-28T18:00:25.012Z Compiling sync_wrapper v1.0.1
8202025-09-28T18:00:25.035Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=8b32e6ce6e21800e -C extra-filename=-c2341bea79b7ec95 --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-412b3df115da0b3f.rmeta --cap-lints allow`
8212025-09-28T18:00:25.159Z Compiling thread_local v1.1.4
8222025-09-28T18:00:25.183Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=5799b709be2bb63d -C extra-filename=-15e747be0c55062a --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-206f4431f8d7e649.rmeta --cap-lints allow`
8232025-09-28T18:00:25.231Z Compiling encoding_rs v0.8.32
8242025-09-28T18:00:25.255Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=b34879b2154e6fcf -C extra-filename=-c84f4e17bbb29b3c --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-abcfa2a5a9ce8b12.rmeta --cap-lints allow`
8252025-09-28T18:00:25.291Z Compiling parking v2.2.0
8262025-09-28T18:00:25.315Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=4ab37b1937c54ac3 -C extra-filename=-69266ce6719f92ac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8272025-09-28T18:00:25.510Z Compiling toml_writer v1.0.2
8282025-09-28T18:00:25.535Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.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=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=620902877a495d71 -C extra-filename=-af69f4c8fa852ef8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8292025-09-28T18:00:25.598Z Compiling camino v1.2.0
8302025-09-28T18:00:25.622Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=9175c46444e71675 -C extra-filename=-6a98579e3bd0aaa6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-6a98579e3bd0aaa6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8312025-09-28T18:00:25.622Z Compiling semver v1.0.27
8322025-09-28T18:00:25.622Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=81e66db84468f4cb -C extra-filename=-92dff32b8ecb62bd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8332025-09-28T18:00:25.725Z Compiling tower-layer v0.3.3
8342025-09-28T18:00:25.749Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7b86ad87ac06ab4 -C extra-filename=-5915a26174ec5b8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8352025-09-28T18:00:25.873Z Compiling schemars v0.8.22
8362025-09-28T18:00:25.873Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=266035535ca576cf -C extra-filename=-0595e5190205a549 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-0595e5190205a549 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8372025-09-28T18:00:25.976Z Compiling heck v0.5.0
8382025-09-28T18:00:26.000Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2e8d6b7816a35c4 -C extra-filename=-2b087a3cf3ccd23c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8392025-09-28T18:00:26.066Z Compiling similar v2.2.1
8402025-09-28T18:00:26.089Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=e71cdc92f82c15e6 -C extra-filename=-4929ff0e85cf9b00 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8412025-09-28T18:00:26.187Z Compiling target-triple v0.1.3
8422025-09-28T18:00:26.211Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=77f72cb368fdadab -C extra-filename=-9ab3b175e05b220b --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-9ab3b175e05b220b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8432025-09-28T18:00:26.235Z Compiling slog-async v2.8.0
8442025-09-28T18:00:26.235Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=77e0b3b5260cfa5e -C extra-filename=-599e3eca6e5724e0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-599e3eca6e5724e0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8452025-09-28T18:00:26.338Z Compiling match_cfg v0.1.0
8462025-09-28T18:00:26.362Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=75e8e8348c2e7a1c -C extra-filename=-bc4ff9bb5406952d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8472025-09-28T18:00:26.429Z Compiling tokio-rustls v0.25.0
8482025-09-28T18:00:26.453Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=a23f21dc9f5d8d42 -C extra-filename=-fbb1a82549e4f466 --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-17573942bb4ff651.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
8492025-09-28T18:00:26.609Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-9ab3b175e05b220b/build-script-build`
8502025-09-28T18:00:26.633Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-599e3eca6e5724e0/build-script-build`
8512025-09-28T18:00:26.633Z Compiling hostname v0.3.1
8522025-09-28T18:00:26.657Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=c41db74c51e434be -C extra-filename=-8142c55f9824f171 --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-2d710daaaa182574.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-bc4ff9bb5406952d.rmeta --cap-lints allow`
8532025-09-28T18:00:26.695Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-0595e5190205a549/build-script-build`
8542025-09-28T18:00:26.799Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-6a98579e3bd0aaa6/build-script-build`
8552025-09-28T18:00:26.840Z Compiling tower v0.5.2
8562025-09-28T18:00:26.840Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=ee8dd534321b21a2 -C extra-filename=-b7a15302fe0017d6 --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-412b3df115da0b3f.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-a0de02219867d960.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-c2341bea79b7ec95.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-5915a26174ec5b8a.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-36766986bb9083be.rmeta --cap-lints allow`
8572025-09-28T18:00:26.865Z Compiling toml v0.9.6
8582025-09-28T18:00:26.865Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=c81f2dfab99a3e06 -C extra-filename=-cd9882d45153f7ea --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-6d61ac040328b688.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-0496e557ef1fc807.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-f7453183e7d039b3.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-22a91c374416e8de.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-af69f4c8fa852ef8.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-4e3be0d26f650d08.rmeta --cap-lints allow`
8592025-09-28T18:00:26.892Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0bb77d5d74df77ee -C extra-filename=-f9789bb51ebe6456 --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-f15654a2d4b377f9.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
8602025-09-28T18:00:27.033Z Compiling schemars_derive v0.8.22
8612025-09-28T18:00:27.057Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d366107e26d6e5a7 -C extra-filename=-db052cc4b19c7bc9 --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-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-899cbffbbffa6501.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern proc_macro --cap-lints allow`
8622025-09-28T18:00:27.661Z Compiling event-listener v5.0.0
8632025-09-28T18:00:27.685Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=b97c41e1484f9666 -C extra-filename=-2aae95758840e5a9 --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-7116eda6cf6a7855.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-69266ce6719f92ac.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --cap-lints allow`
8642025-09-28T18:00:27.861Z Compiling tokio-rustls v0.26.0
8652025-09-28T18:00:27.885Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=16bc8865bc188efc -C extra-filename=-0437293eb033b8fc --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-07398cd2b31f2a58.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
8662025-09-28T18:00:28.103Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-3e170fc9bb3a123a/build-script-build`
8672025-09-28T18:00:28.173Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-2afcea44265fd8dc/build-script-build`
8682025-09-28T18:00:28.197Z Compiling url v2.5.4
8692025-09-28T18:00:28.223Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=c30d94c93d678f25 -C extra-filename=-cc51d857bcac2b51 --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-2fb0540c4255722d.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-9cc188a6e2886c9e.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rmeta --cap-lints allow`
8702025-09-28T18:00:28.223Z Compiling tokio-native-tls v0.3.1
8712025-09-28T18:00:28.223Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=10d929f57d34ee8b -C extra-filename=-50d9cb14622de2c1 --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-8ad78861753b69ec.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8722025-09-28T18:00:28.247Z Compiling usdt-macro v0.6.0
8732025-09-28T18:00:28.247Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e16b7446fb16d072 -C extra-filename=-c429f414232c60e8 --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-33fa1e204b6b070e.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-26002b9c0b884f54.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-e2bb388ea88a5770.rlib --extern proc_macro --cap-lints allow`
8742025-09-28T18:00:28.459Z Compiling usdt-attr-macro v0.6.0
8752025-09-28T18:00:28.483Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=794517300bbbfd64 -C extra-filename=-d5f099fd684c0fce --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-33fa1e204b6b070e.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-26002b9c0b884f54.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-e2bb388ea88a5770.rlib --extern proc_macro --cap-lints allow`
8762025-09-28T18:00:29.043Z Compiling serde_urlencoded v0.7.1
8772025-09-28T18:00:29.067Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ce67130dcada109 -C extra-filename=-678b30da7faf8eb8 --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-2fb0540c4255722d.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-e4d708cdc1b32d82.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-d4457b1fe28e710e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rmeta --cap-lints allow`
8782025-09-28T18:00:29.383Z Compiling futures-executor v0.3.31
8792025-09-28T18:00:29.407Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=ee7d3a9f942bdb16 -C extra-filename=-71ddbb695d288583 --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-412b3df115da0b3f.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c34c756e80f763e8.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-a0de02219867d960.rmeta --cap-lints allow`
8802025-09-28T18:00:29.475Z Compiling slog-json v2.6.1
8812025-09-28T18:00:29.499Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=ed26c7769f57b40e -C extra-filename=-b4b1db78b00e9f1e --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-1f9347ea399e45d2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-7d2d66f1eb45e601.rmeta --cap-lints allow`
8822025-09-28T18:00:29.654Z Compiling uuid v1.18.1
8832025-09-28T18:00:29.678Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.18.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 --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=50028711c2f2e5c3 -C extra-filename=-6940cc09450b3a46 --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-b80c6034ba1900c8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rmeta --cap-lints allow`
8842025-09-28T18:00:29.678Z Compiling async-stream-impl v0.3.6
8852025-09-28T18:00:29.678Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e5fe0067cc56e73 -C extra-filename=-ad284ff6dc5faf6f --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-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern proc_macro --cap-lints allow`
8862025-09-28T18:00:29.734Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=c740e1fba6a82ae7 -C extra-filename=-420c04c40d41bdf6 --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-be3f5daa7392165b.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-77c4fe2bb18a9a51.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-33fa1e204b6b070e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-89ecd8ee6c3799e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-9e97a8796201b2d2.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-9f6693a0335b6f8b.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)'`
8872025-09-28T18:00:29.788Z Compiling tempfile v3.22.0
8882025-09-28T18:00:29.812Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=83722379b981324e -C extra-filename=-e0038c3d23efbaad --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-6740d6587aba1ac2.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-b80c6034ba1900c8.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-206f4431f8d7e649.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-0e1549d65e590fe8.rmeta --cap-lints allow`
8892025-09-28T18:00:29.854Z Compiling crossbeam-channel v0.5.1
8902025-09-28T18:00:29.878Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossbeam-utils", "default", "std"))' -C metadata=1df45546be1aa090 -C extra-filename=-4d14a03baa8cc472 --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-abcfa2a5a9ce8b12.rmeta --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-56ef79a13395fc2d.rmeta --cap-lints allow`
8912025-09-28T18:00:30.383Z Compiling webpki-roots v0.26.5
8922025-09-28T18:00:30.408Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d210d16c8aa0e75 -C extra-filename=-a5e7fd4071f83456 --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-afe15348e931e359.rmeta --cap-lints allow`
8932025-09-28T18:00:30.508Z Compiling memmap2 v0.9.8
8942025-09-28T18:00:30.532Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=f1960c23199b7145 -C extra-filename=-9a6118164f5bf588 --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-2d710daaaa182574.rmeta --cap-lints allow`
8952025-09-28T18:00:30.567Z Compiling is-terminal v0.4.12
8962025-09-28T18:00:30.591Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0adefac2d7e1dba -C extra-filename=-0aeb4c96ccfd1e83 --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-2d710daaaa182574.rmeta --cap-lints allow`
8972025-09-28T18:00:30.672Z Compiling dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot)
8982025-09-28T18:00:30.696Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 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=7322d3ac053eb922 -C extra-filename=-505a4519d3b7324f --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-505a4519d3b7324f -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-551a4c09dbe50582.rlib`
8992025-09-28T18:00:30.696Z Compiling term v1.1.0
9002025-09-28T18:00:30.696Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=d094e22c4f4ff4bc -C extra-filename=-475068414cfb8999 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9012025-09-28T18:00:30.721Z Compiling dyn-clone v1.0.4
9022025-09-28T18:00:30.745Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f7682875d229341 -C extra-filename=-0b165c36606bada0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9032025-09-28T18:00:30.769Z Compiling anyhow v1.0.100
9042025-09-28T18:00:30.769Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=28d63a9a5cd5e105 -C extra-filename=-b5ca2073f04ee824 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-b5ca2073f04ee824 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9052025-09-28T18:00:30.869Z Compiling utf-8 v0.7.6
9062025-09-28T18:00:30.893Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ce493568e4b6ac3 -C extra-filename=-88a6f6448e2cbd74 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9072025-09-28T18:00:30.893Z Compiling take_mut v0.2.2
9082025-09-28T18:00:30.893Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f466d5b31fd0a7e -C extra-filename=-327860316e1355db --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9092025-09-28T18:00:30.955Z Compiling spin v0.9.8
9102025-09-28T18:00:30.979Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=77b9311bf2a0396a -C extra-filename=-0bae464265e2df47 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9112025-09-28T18:00:31.006Z Compiling iri-string v0.7.8
9122025-09-28T18:00:31.030Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=4fcea05153fd9ba0 -C extra-filename=-b02ed77a3e071505 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9132025-09-28T18:00:31.054Z Compiling buf-list v1.0.3
9142025-09-28T18:00:31.054Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=b47fd55cd5e1b296 -C extra-filename=-744b2a91abf8a48f --out-dir /work/oxidecomputer/dropshot/target/debug/build/buf-list-744b2a91abf8a48f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9152025-09-28T18:00:31.134Z Compiling data-encoding v2.4.0
9162025-09-28T18:00:31.158Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1928eb19902b9100 -C extra-filename=-7c2715c4a5147e02 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9172025-09-28T18:00:31.182Z Compiling slog-term v2.9.2
9182025-09-28T18:00:31.182Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=6d2930faa9bf6268 -C extra-filename=-4cdf84c74af4d4f4 --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-827cf4592575cc72.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-0aeb4c96ccfd1e83.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-475068414cfb8999.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-15e747be0c55062a.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-7d2d66f1eb45e601.rmeta --cap-lints allow`
9192025-09-28T18:00:31.258Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-b5ca2073f04ee824/build-script-build`
9202025-09-28T18:00:31.526Z Running `/work/oxidecomputer/dropshot/target/debug/build/buf-list-744b2a91abf8a48f/build-script-build`
9212025-09-28T18:00:31.588Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=48102bd5e2c9af3b -C extra-filename=-046842cd56a798ed --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-a6fb29251b3b493b.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-c84f4e17bbb29b3c.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-a0de02219867d960.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-f0f51a1c8081e192.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-9aeda2aa726b7e82.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-75dac0ba5f60aa0e.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-0bae464265e2df47.rmeta --cap-lints allow`
9222025-09-28T18:00:31.612Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=4c6793dcd34a0c9d -C extra-filename=-91b220f5d4a101de --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-4d14a03baa8cc472.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-327860316e1355db.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-15e747be0c55062a.rmeta --cap-lints allow --cfg integer128`
9232025-09-28T18:00:31.982Z Compiling tungstenite v0.24.0
9242025-09-28T18:00:32.007Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=cc47e00d07106dd3 -C extra-filename=-6dc093d7a389da25 --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-be3f5daa7392165b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-7c2715c4a5147e02.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-f0f51a1c8081e192.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d5dded00f7bb4429.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-0580fff3eda60aa5.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-f9789bb51ebe6456.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-88a6f6448e2cbd74.rmeta --cap-lints allow`
9252025-09-28T18:00:32.234Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-505a4519d3b7324f/build-script-build`
9262025-09-28T18:00:32.290Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=c4c679c4b129c1b3 -C extra-filename=-37f48650c153e87b --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-827cf4592575cc72.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-0b165c36606bada0.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-db052cc4b19c7bc9.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9272025-09-28T18:00:32.530Z Compiling usdt v0.6.0
9282025-09-28T18:00:32.554Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=37ff6801fb38d9bb -C extra-filename=-91b12c704f023626 --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-77c4fe2bb18a9a51.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-59ad0422cb83e721.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-9a6118164f5bf588.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-d5f099fd684c0fce.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-420c04c40d41bdf6.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-c429f414232c60e8.so --cap-lints allow`
9292025-09-28T18:00:32.615Z Compiling async-stream v0.3.6
9302025-09-28T18:00:32.615Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d33957bcc0eb5732 -C extra-filename=-64dc26909277e4a6 --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-ad284ff6dc5faf6f.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-412b3df115da0b3f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --cap-lints allow`
9312025-09-28T18:00:32.766Z Compiling hyper-rustls v0.27.3
9322025-09-28T18:00:32.790Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=b0545fb9d9c7e829 -C extra-filename=-8c4a1b8dcdbbbc0b --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-a0de02219867d960.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-07398cd2b31f2a58.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0437293eb033b8fc.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-36766986bb9083be.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-a5e7fd4071f83456.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
9332025-09-28T18:00:32.866Z Compiling atomicwrites v0.4.4
9342025-09-28T18:00:32.891Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a98988b14d65b49 -C extra-filename=-e252ee4361dbd592 --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-6523779a65820454.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rmeta --cap-lints allow`
9352025-09-28T18:00:32.959Z Compiling slog-bunyan v2.5.0
9362025-09-28T18:00:32.983Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=4f45e9f54dfce800 -C extra-filename=-9a9be062d87ef5bb --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-8142c55f9824f171.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-7d2d66f1eb45e601.rmeta --cap-lints allow`
9372025-09-28T18:00:33.154Z Compiling futures v0.3.31
9382025-09-28T18:00:33.178Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=8cf689eaffbf462c -C extra-filename=-43e8f7e5e1ad852d --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-86af18776f0ab9e8.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-412b3df115da0b3f.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-71ddbb695d288583.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-b162361d1cb8d01a.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-62f36eeafc97992f.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c34c756e80f763e8.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-a0de02219867d960.rmeta --cap-lints allow`
9392025-09-28T18:00:33.202Z Compiling hyper-tls v0.6.0
9402025-09-28T18:00:33.202Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=5a3a743ba35fc200 -C extra-filename=-cc44071b4ea8f23e --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-a6fb29251b3b493b.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-8ad78861753b69ec.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-50d9cb14622de2c1.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-36766986bb9083be.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9412025-09-28T18:00:33.303Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=88523c395c28d675 -C extra-filename=-9d5eaffd68bb3883 --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-75dac0ba5f60aa0e.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-1ee9be922884d7b4.rmeta --cap-lints allow`
9422025-09-28T18:00:33.327Z Compiling event-listener-strategy v0.5.4
9432025-09-28T18:00:33.327Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=a0a94fc3e9572caa -C extra-filename=-80dbe961207e3f22 --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-2aae95758840e5a9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --cap-lints allow`
9442025-09-28T18:00:33.368Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=a0fcb6ebf2ee4368 -C extra-filename=-a88f3b22fa695d18 --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-6d61ac040328b688.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 --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)'`
9452025-09-28T18:00:33.514Z Compiling tower-http v0.6.5
9462025-09-28T18:00:33.538Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.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="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=0c8aded3d2f3ce74 -C extra-filename=-e4d1264ae461618e --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-30e0597c997f96eb.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-a0de02219867d960.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-cd1427139c2f4d9c.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-b02ed77a3e071505.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-b7a15302fe0017d6.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-5915a26174ec5b8a.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-36766986bb9083be.rmeta --cap-lints allow`
9472025-09-28T18:00:33.562Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-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=e5625bb0fb3a5159 -C extra-filename=-6ea762b0d34a07c6 --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"))'`
9482025-09-28T18:00:33.653Z Compiling dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9492025-09-28T18:00:33.678Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 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=f441c855b360f6d2 -C extra-filename=-e3a6ca6aa08431cf --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-2b087a3cf3ccd23c.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a60b8e1faab4385f.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-26002b9c0b884f54.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern proc_macro`
9502025-09-28T18:00:33.721Z Compiling rustls-native-certs v0.7.0
9512025-09-28T18:00:33.745Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3508fb7a0b52d73c -C extra-filename=-c21a3650764c4445 --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-a2ed6fc0c04978a8.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --cap-lints allow`
9522025-09-28T18:00:33.998Z Compiling openapiv3 v2.2.0
9532025-09-28T18:00:34.022Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=30c615f4ed8f179a -C extra-filename=-8d2978f0fcbf22cf --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-e67377ab803e4d10.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rmeta --cap-lints allow`
9542025-09-28T18:00:34.074Z Compiling yasna v0.5.2
9552025-09-28T18:00:34.098Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=8e2ec8cbebabc02c -C extra-filename=-67f6b9fd19d8fce9 --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-7d2d66f1eb45e601.rmeta --cap-lints allow`
9562025-09-28T18:00:34.138Z Compiling async-trait v0.1.89
9572025-09-28T18:00:34.162Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b996115419280a6 -C extra-filename=-270281ef30f2f100 --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-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern proc_macro --cap-lints allow`
9582025-09-28T18:00:34.245Z Compiling waitgroup v0.1.2
9592025-09-28T18:00:34.270Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e6d0b985c4d6c94 -C extra-filename=-3726d2f536179c60 --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-0ceeb0046baa8b4e.rmeta --cap-lints allow`
9602025-09-28T18:00:34.326Z Compiling pem v3.0.5
9612025-09-28T18:00:34.350Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fd2d795b28e1531c -C extra-filename=-805b1036c642bb2c --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-03590bb7c503e408.rmeta --cap-lints allow`
9622025-09-28T18:00:34.460Z Compiling serde_path_to_error v0.1.20
9632025-09-28T18:00:34.484Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=841c9759ab2bc8eb -C extra-filename=-93c12ee8d299d62f --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-e4d708cdc1b32d82.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-6d61ac040328b688.rmeta --cap-lints allow`
9642025-09-28T18:00:34.740Z Compiling webpki-roots v1.0.0
9652025-09-28T18:00:34.764Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3b76f4542ae27b7 -C extra-filename=-73d1ec9cffaa1b4a --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-afe15348e931e359.rmeta --cap-lints allow`
9662025-09-28T18:00:34.907Z Compiling hostname v0.4.0
9672025-09-28T18:00:34.931Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=b47f95cf24b8bdbb -C extra-filename=-dec034f9604165e8 --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-abcfa2a5a9ce8b12.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rmeta --cap-lints allow`
9682025-09-28T18:00:34.970Z Compiling simple-mermaid v0.2.0
9692025-09-28T18:00:34.995Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c81501d82ef2a73 -C extra-filename=-44312c2eeff58136 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9702025-09-28T18:00:35.059Z Compiling glob v0.3.0
9712025-09-28T18:00:35.083Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52e8697d7be85906 -C extra-filename=-2983dbcc5bfc540d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9722025-09-28T18:00:35.083Z Compiling debug-ignore v1.0.5
9732025-09-28T18:00:35.108Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=c057f3a1d33867cd -C extra-filename=-b398bb838a9aea8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9742025-09-28T18:00:35.133Z Compiling termcolor v1.1.2
9752025-09-28T18:00:35.133Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=570d96c9d3f26682 -C extra-filename=-24e12f2309063729 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9762025-09-28T18:00:35.133Z Compiling http-range v0.1.4
9772025-09-28T18:00:35.133Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0435e0464838b753 -C extra-filename=-d445001bd76db1e3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9782025-09-28T18:00:35.232Z Compiling reqwest v0.12.23
9792025-09-28T18:00:35.256Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.23/src/lib.rs --error-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=cf08a5d070196f10 -C extra-filename=-dcc5f490165ac496 --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-03590bb7c503e408.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-c84f4e17bbb29b3c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-412b3df115da0b3f.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-21c9b83441f45a9f.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-cd1427139c2f4d9c.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-8c4a1b8dcdbbbc0b.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-cc44071b4ea8f23e.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d5dded00f7bb4429.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-75dac0ba5f60aa0e.rmeta --extern native_tls_crate=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-8ad78861753b69ec.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-07398cd2b31f2a58.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-c2341bea79b7ec95.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-50d9cb14622de2c1.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0437293eb033b8fc.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-b7a15302fe0017d6.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-e4d1264ae461618e.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-36766986bb9083be.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-cc51d857bcac2b51.rmeta --extern webpki_roots=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki_roots-73d1ec9cffaa1b4a.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
9802025-09-28T18:00:35.386Z Compiling hyper-staticfile v0.10.1
9812025-09-28T18:00:35.410Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a75ad2aff01fcf14 -C extra-filename=-0dde76dda4d6a594 --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-a0de02219867d960.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern http_range=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_range-d445001bd76db1e3.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-2845571d39d14ba6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rmeta --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-0580fff3eda60aa5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-cc51d857bcac2b51.rmeta --cap-lints allow`
9822025-09-28T18:00:35.434Z Compiling rcgen v0.14.4
9832025-09-28T18:00:35.434Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.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="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=bf5a3d6da19289d3 -C extra-filename=-232c03249b5c82cb --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-805b1036c642bb2c.rmeta --extern ring=/work/oxidecomputer/dropshot/target/debug/deps/libring-90434c5b22179673.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-7d2d66f1eb45e601.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-67f6b9fd19d8fce9.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
9842025-09-28T18:00:35.700Z Compiling trybuild v1.0.111
9852025-09-28T18:00:35.724Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.111/src/lib.rs --error-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=780afaf2e9161c8c -C extra-filename=-68f75c2f66f50f05 --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-2983dbcc5bfc540d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-61f1d17c3bd7fff2.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-6ea762b0d34a07c6.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-24e12f2309063729.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rmeta --cap-lints allow`
9862025-09-28T18:00:35.840Z Compiling hyper-rustls v0.26.0
9872025-09-28T18:00:35.864Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=9f708c62c3c9ab0d -C extra-filename=-dc55bdd2626d03e1 --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-a0de02219867d960.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d5dded00f7bb4429.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-c21a3650764c4445.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-36766986bb9083be.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
9882025-09-28T18:00:35.888Z Compiling async-channel v2.5.0
9892025-09-28T18:00:35.888Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=1d25f0abab47943a -C extra-filename=-1188973a40facc17 --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-7116eda6cf6a7855.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-80dbe961207e3f22.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-412b3df115da0b3f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-9ef91c4d733edc06.rmeta --cap-lints allow`
9902025-09-28T18:00:36.201Z Compiling expectorate v1.2.0
9912025-09-28T18:00:36.225Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=8b92b1f0947e09dd -C extra-filename=-f8da52bf54b12fb1 --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-e252ee4361dbd592.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-e1350aa6cedf5b8b.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-640bfdee2c179029.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-4929ff0e85cf9b00.rmeta --cap-lints allow`
9922025-09-28T18:00:36.274Z Compiling tokio-tungstenite v0.24.0
9932025-09-28T18:00:36.298Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=754225d59e8250ee -C extra-filename=-49f73279d27df0e2 --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-a0de02219867d960.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d5dded00f7bb4429.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-6dc093d7a389da25.rmeta --cap-lints allow`
9942025-09-28T18:00:36.298Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=c97100498ed59292 -C extra-filename=-7f3c895630a9a69f --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(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
9952025-09-28T18:00:36.433Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=8fc22b852a6c8910 -C extra-filename=-e3365bec4ac274a8 --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-a6fb29251b3b493b.rmeta --cap-lints allow --cfg seek_convenience --cfg const_fn_trait_bounds`
9962025-09-28T18:00:36.781Z Compiling subprocess v0.2.9
9972025-09-28T18:00:36.805Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5478448f55aaafe8 -C extra-filename=-9e45984f7b8406ca --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-2d710daaaa182574.rmeta --cap-lints allow`
9982025-09-28T18:00:36.920Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=c140f3c34884ec58 -C extra-filename=-34daea41aeff99a6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9992025-09-28T18:00:37.029Z Compiling prettyplease v0.2.37
10002025-09-28T18:00:37.053Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=16b17d64d64213d5 -C extra-filename=-c7d46039528c9fb6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-c7d46039528c9fb6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10012025-09-28T18:00:37.145Z Compiling schema-derive v0.1.0
10022025-09-28T18:00:37.169Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=154786a51bfcb5b2 -C extra-filename=-e933c5e154ebb787 --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-676291b925f08f03.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern proc_macro --cap-lints allow`
10032025-09-28T18:00:37.211Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=a3c6d25d3bb1bf06 -C extra-filename=-503e6eea0378bdc6 --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-6740d6587aba1ac2.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-b80c6034ba1900c8.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-34daea41aeff99a6.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-0e1549d65e590fe8.rmeta --cap-lints allow`
10042025-09-28T18:00:37.388Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-c7d46039528c9fb6/build-script-build`
10052025-09-28T18:00:37.412Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=0072f1bad324052a -C extra-filename=-6561a937f4a4acfc --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-89ecd8ee6c3799e8.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10062025-09-28T18:00:37.615Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7805cef812900823 -C extra-filename=-ef4494ba096c0947 --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-6523779a65820454.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-503e6eea0378bdc6.rmeta --cap-lints allow`
10072025-09-28T18:00:37.907Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=163b9f460a263aa0 -C extra-filename=-e3b94a89b868b702 --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-ef4494ba096c0947.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-e1350aa6cedf5b8b.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-640bfdee2c179029.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-4929ff0e85cf9b00.rmeta --cap-lints allow`
10082025-09-28T18:00:38.625Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 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=740fe14683046da3 -C extra-filename=-c53ad3c74d6aa206 --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-64dc26909277e4a6.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
10092025-09-28T18:00:38.730Z Compiling schema v0.1.0
10102025-09-28T18:00:38.754Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7227815dd1b8f09 -C extra-filename=-66776dea524ae2c6 --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-89ecd8ee6c3799e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-e933c5e154ebb787.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rmeta --cap-lints allow`
10112025-09-28T18:00:38.839Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 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=11d884873088abf8 -C extra-filename=-022bea26e24b1bca --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-e3b94a89b868b702.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-2b087a3cf3ccd23c.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-6561a937f4a4acfc.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-66776dea524ae2c6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a60b8e1faab4385f.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-26002b9c0b884f54.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern proc_macro`
10122025-09-28T18:00:40.390Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 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=dadf015709ff0467 -C extra-filename=-554b11407853d454 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10132025-09-28T18:00:46.435Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 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=bc35509bdac7fa28 -C extra-filename=-509c3d670420749f --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10142025-09-28T18:00:46.503Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 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=2200e57894fe195a -C extra-filename=-d51cecf689c863d5 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10152025-09-28T18:00:46.503Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 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=fef8d72878517084 -C extra-filename=-1d25ff1bec060a45 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10162025-09-28T18:00:46.503Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 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=e6a5fc323c45b7e0 -C extra-filename=-edd9f7783c076186 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10172025-09-28T18:00:46.503Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 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=684d0b057b4903e6 -C extra-filename=-c0fa393152c15814 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10182025-09-28T18:00:46.503Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 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=5d6978aff203c760 -C extra-filename=-d0868479afd1a62c --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10192025-09-28T18:00:46.503Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 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=f0b7ea5498fd6682 -C extra-filename=-36deaf2f7636da15 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10202025-09-28T18:00:47.568Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 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=b4b8fb42166dc8b9 -C extra-filename=-895e2ac50721a909 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10212025-09-28T18:00:58.648Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 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=363f9d4408a12fcb -C extra-filename=-d8b5310cc6be274e --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10222025-09-28T18:01:02.435Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 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=627a65222cadaf5e -C extra-filename=-091b9116abd649f2 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10232025-09-28T18:01:04.121Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 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=645d40c349513aba -C extra-filename=-192fe3bf238ed9dd --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10242025-09-28T18:01:04.599Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 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=979393033d31564c -C extra-filename=-13d959f42b9d26f4 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10252025-09-28T18:01:04.799Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 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=8ee481f901f51f54 -C extra-filename=-7b00553131f459d5 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10262025-09-28T18:01:06.491Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 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=0fa410fa4be1a404 -C extra-filename=-3dd15573c7d13a13 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10272025-09-28T18:01:07.682Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 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=1dac8b1b32f56abf -C extra-filename=-0663cb4fa73dcdb7 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10282025-09-28T18:01:14.292Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 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=2c61d9e9f32a9560 -C extra-filename=-b4f6c1053d3b716c --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10292025-09-28T18:01:18.687Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 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=8e708c0b4870dd0c -C extra-filename=-226d524948abf5dd --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10302025-09-28T18:01:21.157Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 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=0ed01c4d0dbcd80f -C extra-filename=-bc30071e7be3ca86 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10312025-09-28T18:01:21.903Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 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=805c25232ec845f0 -C extra-filename=-fdf398f4424fc659 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10322025-09-28T18:01:24.918Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 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=de950d4854d75c07 -C extra-filename=-f28ebb358832641f --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10332025-09-28T18:01:25.263Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 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=b3d3e33b1616cd98 -C extra-filename=-7f847fd4f5d63b8c --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10342025-09-28T18:01:25.362Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 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=4b02c206edc3e7ca -C extra-filename=-37e62893c92f2b07 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10352025-09-28T18:01:26.869Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 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=22029967afb1989f -C extra-filename=-18e6eb20295f02d8 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10362025-09-28T18:01:29.900Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 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=2f9c8f03ad2581f7 -C extra-filename=-74da0182994079a5 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c53ad3c74d6aa206.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-e3a6ca6aa08431cf.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
10372025-09-28T18:02:03.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
10382025-09-28T18:02:03.838Z
10392025-09-28T18:02:03.839Zreal 2:10.103364085
10402025-09-28T18:02:03.839Zuser 11:45.431628779
10412025-09-28T18:02:03.839Zsys 1:46.218040113
10422025-09-28T18:02:03.839Ztrap 0.500276280
10432025-09-28T18:02:03.839Ztflt 0.144500493
10442025-09-28T18:02:03.839Zdflt 0.206860422
10452025-09-28T18:02:03.839Zkflt 0.004896185
10462025-09-28T18:02:03.839Zlock 36:06.369061216
10472025-09-28T18:02:03.863Zslp 54:13.694792976
10482025-09-28T18:02:03.863Zlat 48.237323905
10492025-09-28T18:02:03.863Zstop 57.594396144
10502025-09-28T18:02:03.863Z+ banner test
10512025-09-28T18:02:03.863Z
10522025-09-28T18:02:03.863Z ##### ###### #### #####
10532025-09-28T18:02:03.863Z # # # #
10542025-09-28T18:02:03.864Z # ##### #### #
10552025-09-28T18:02:03.864Z # # # #
10562025-09-28T18:02:03.864Z # # # # #
10572025-09-28T18:02:03.864Z # ###### #### #
10582025-09-28T18:02:03.864Z
10592025-09-28T18:02:03.864Z+ ptime -m cargo test --all-features --locked --verbose
10602025-09-28T18:02:04.203Z Fresh unicode-ident v1.0.12
10612025-09-28T18:02:04.204Z Fresh cfg-if v1.0.0
10622025-09-28T18:02:04.204Z Fresh itoa v1.0.1
10632025-09-28T18:02:04.204Z Fresh memchr v2.6.0
10642025-09-28T18:02:04.250Z Fresh proc-macro2 v1.0.101
10652025-09-28T18:02:04.250Z Fresh pin-project-lite v0.2.12
10662025-09-28T18:02:04.250Z Fresh autocfg v1.1.0
10672025-09-28T18:02:04.250Z Fresh shlex v1.3.0
10682025-09-28T18:02:04.250Z Fresh quote v1.0.40
10692025-09-28T18:02:04.250Z Fresh libc v0.2.175
10702025-09-28T18:02:04.250Z Fresh cc v1.2.16
10712025-09-28T18:02:04.250Z Fresh smallvec v1.13.2
10722025-09-28T18:02:04.250Z Fresh bytes v1.10.1
10732025-09-28T18:02:04.250Z Fresh version_check v0.9.5
10742025-09-28T18:02:04.250Z Fresh futures-core v0.3.31
10752025-09-28T18:02:04.250Z Fresh scopeguard v1.2.0
10762025-09-28T18:02:04.250Z Fresh futures-sink v0.3.31
10772025-09-28T18:02:04.250Z Fresh mio v1.0.3
10782025-09-28T18:02:04.250Z Fresh serde_derive v1.0.226
10792025-09-28T18:02:04.250Z Fresh lock_api v0.4.6
10802025-09-28T18:02:04.250Z Fresh synstructure v0.13.1
10812025-09-28T18:02:04.250Z Fresh tokio-macros v2.5.0
10822025-09-28T18:02:04.250Z Fresh log v0.4.17
10832025-09-28T18:02:04.250Z Fresh parking_lot_core v0.9.4
10842025-09-28T18:02:04.250Z Fresh ryu v1.0.5
10852025-09-28T18:02:04.251Z Fresh socket2 v0.6.0
10862025-09-28T18:02:04.251Z Fresh signal-hook-registry v1.4.0
10872025-09-28T18:02:04.251Z Fresh getrandom v0.2.11
10882025-09-28T18:02:04.251Z Fresh parking_lot v0.12.1
10892025-09-28T18:02:04.251Z Fresh slab v0.4.9
10902025-09-28T18:02:04.251Z Fresh fnv v1.0.7
10912025-09-28T18:02:04.251Z Fresh bitflags v2.4.0
10922025-09-28T18:02:04.251Z Fresh zerofrom-derive v0.1.5
10932025-09-28T18:02:04.251Z Fresh futures-channel v0.3.31
10942025-09-28T18:02:04.251Z Fresh pin-utils v0.1.0
10952025-09-28T18:02:04.251Z Fresh tokio v1.47.1
10962025-09-28T18:02:04.251Z Fresh http v1.3.1
10972025-09-28T18:02:04.251Z Fresh zeroize v1.7.0
10982025-09-28T18:02:04.251Z Fresh zerofrom v0.1.5
10992025-09-28T18:02:04.251Z Fresh yoke-derive v0.7.5
11002025-09-28T18:02:04.251Z Fresh futures-macro v0.3.31
11012025-09-28T18:02:04.251Z Fresh thiserror-impl v2.0.16
11022025-09-28T18:02:04.251Z Fresh rustls-pki-types v1.12.0
11032025-09-28T18:02:04.251Z Fresh futures-io v0.3.31
11042025-09-28T18:02:04.251Z Fresh stable_deref_trait v1.2.0
11052025-09-28T18:02:04.251Z Fresh futures-task v0.3.31
11062025-09-28T18:02:04.251Z Fresh zerovec-derive v0.10.3
11072025-09-28T18:02:04.251Z Fresh futures-util v0.3.31
11082025-09-28T18:02:04.251Z Fresh thiserror v2.0.16
11092025-09-28T18:02:04.251Z Fresh yoke v0.7.5
11102025-09-28T18:02:04.251Z Fresh displaydoc v0.2.5
11112025-09-28T18:02:04.251Z Fresh serde_core v1.0.226
11122025-09-28T18:02:04.251Z Fresh zerovec v0.10.4
11132025-09-28T18:02:04.251Z Fresh tracing-core v0.1.32
11142025-09-28T18:02:04.251Z Fresh hashbrown v0.15.2
11152025-09-28T18:02:04.251Z Fresh untrusted v0.9.0
11162025-09-28T18:02:04.251Z Fresh ucd-trie v0.1.6
11172025-09-28T18:02:04.251Z Fresh getrandom v0.3.1
11182025-09-28T18:02:04.251Z Fresh httparse v1.10.0
11192025-09-28T18:02:04.251Z Fresh equivalent v1.0.0
11202025-09-28T18:02:04.251Z Fresh pest v2.8.1
11212025-09-28T18:02:04.251Z Fresh tinystr v0.7.6
11222025-09-28T18:02:04.251Z Fresh tracing v0.1.40
11232025-09-28T18:02:04.251Z Fresh ring v0.17.13
11242025-09-28T18:02:04.251Z Fresh serde v1.0.226
11252025-09-28T18:02:04.252Z Fresh indexmap v2.11.1
11262025-09-28T18:02:04.252Z Fresh http-body v1.0.1
11272025-09-28T18:02:04.252Z Fresh errno v0.3.10
11282025-09-28T18:02:04.252Z Fresh writeable v0.5.5
11292025-09-28T18:02:04.252Z Fresh percent-encoding v2.3.2
11302025-09-28T18:02:04.252Z Fresh vcpkg v0.2.15
11312025-09-28T18:02:04.252Z Fresh litemap v0.7.4
11322025-09-28T18:02:04.252Z Fresh base64 v0.22.1
11332025-09-28T18:02:04.252Z Fresh atomic-waker v1.1.2
11342025-09-28T18:02:04.252Z Fresh pkg-config v0.3.31
11352025-09-28T18:02:04.252Z Fresh tokio-util v0.7.7
11362025-09-28T18:02:04.252Z Fresh icu_locid v1.5.0
11372025-09-28T18:02:04.252Z Fresh pest_meta v2.8.1
11382025-09-28T18:02:04.252Z Fresh zerocopy-derive v0.8.27
11392025-09-28T18:02:04.252Z Fresh icu_provider_macros v1.5.0
11402025-09-28T18:02:04.252Z Fresh try-lock v0.2.3
11412025-09-28T18:02:04.252Z Fresh icu_provider v1.5.0
11422025-09-28T18:02:04.252Z Fresh typenum v1.14.0
11432025-09-28T18:02:04.252Z Fresh pest_generator v2.8.1
11442025-09-28T18:02:04.252Z Fresh rustix v1.0.2
11452025-09-28T18:02:04.252Z Fresh zerocopy v0.8.27
11462025-09-28T18:02:04.252Z Fresh want v0.3.0
11472025-09-28T18:02:04.252Z Fresh h2 v0.4.6
11482025-09-28T18:02:04.252Z Fresh rustls-webpki v0.102.8
11492025-09-28T18:02:04.252Z Fresh httpdate v1.0.1
11502025-09-28T18:02:04.252Z Fresh byteorder v1.4.3
11512025-09-28T18:02:04.252Z Fresh subtle v2.5.0
11522025-09-28T18:02:04.252Z Fresh fastrand v2.1.1
11532025-09-28T18:02:04.252Z Fresh time-core v0.1.2
11542025-09-28T18:02:04.252Z Fresh icu_locid_transform_data v1.5.0
11552025-09-28T18:02:04.252Z Fresh tower-service v0.3.3
11562025-09-28T18:02:04.252Z Fresh num-conv v0.1.0
11572025-09-28T18:02:04.252Z Fresh powerfmt v0.2.0
11582025-09-28T18:02:04.252Z Fresh crossbeam-utils v0.8.15
11592025-09-28T18:02:04.252Z Fresh time-macros v0.2.18
11602025-09-28T18:02:04.252Z Fresh deranged v0.3.11
11612025-09-28T18:02:04.252Z Fresh icu_locid_transform v1.5.0
11622025-09-28T18:02:04.252Z Fresh hyper v1.7.0
11632025-09-28T18:02:04.252Z Fresh pest_derive v2.8.1
11642025-09-28T18:02:04.278Z Fresh generic-array v0.14.5
11652025-09-28T18:02:04.278Z Fresh serde_tokenstream v0.2.2
11662025-09-28T18:02:04.278Z Fresh icu_collections v1.5.0
11672025-09-28T18:02:04.278Z Fresh icu_properties_data v1.5.0
11682025-09-28T18:02:04.278Z Fresh num_threads v0.1.3
11692025-09-28T18:02:04.278Z Fresh rustix v0.38.44
11702025-09-28T18:02:04.278Z Fresh dtrace-parser v0.3.0
11712025-09-28T18:02:04.278Z Fresh serde_json v1.0.145
11722025-09-28T18:02:04.278Z Fresh icu_properties v1.5.1
11732025-09-28T18:02:04.278Z Fresh time v0.3.36
11742025-09-28T18:02:04.278Z Fresh scroll_derive v0.13.1
11752025-09-28T18:02:04.278Z Fresh thread-id v5.0.0
11762025-09-28T18:02:04.278Z Fresh icu_normalizer_data v1.5.0
11772025-09-28T18:02:04.278Z Fresh openssl-probe v0.1.4
11782025-09-28T18:02:04.278Z Fresh foreign-types-shared v0.1.1
11792025-09-28T18:02:04.278Z Fresh ipnet v2.10.0
11802025-09-28T18:02:04.278Z Fresh utf16_iter v1.0.5
11812025-09-28T18:02:04.278Z Fresh write16 v1.0.0
11822025-09-28T18:02:04.278Z Fresh utf8_iter v1.0.4
11832025-09-28T18:02:04.278Z Fresh hyper-util v0.1.17
11842025-09-28T18:02:04.278Z Fresh foreign-types v0.3.2
11852025-09-28T18:02:04.278Z Fresh scroll v0.13.0
11862025-09-28T18:02:04.278Z Fresh icu_normalizer v1.5.0
11872025-09-28T18:02:04.278Z Fresh paste v1.0.15
11882025-09-28T18:02:04.278Z Fresh slog v2.7.0
11892025-09-28T18:02:04.278Z Fresh crypto-common v0.1.6
11902025-09-28T18:02:04.278Z Fresh block-buffer v0.10.2
11912025-09-28T18:02:04.278Z Fresh openssl-sys v0.9.107
11922025-09-28T18:02:04.278Z Fresh form_urlencoded v1.2.2
11932025-09-28T18:02:04.278Z Fresh rand_core v0.6.3
11942025-09-28T18:02:04.278Z Fresh openssl-macros v0.1.1
11952025-09-28T18:02:04.278Z Fresh mime v0.3.16
11962025-09-28T18:02:04.278Z Fresh plain v0.2.3
11972025-09-28T18:02:04.278Z Fresh unicode-segmentation v1.10.0
11982025-09-28T18:02:04.279Z Fresh ppv-lite86 v0.2.15
11992025-09-28T18:02:04.279Z Fresh unicode-width v0.1.9
12002025-09-28T18:02:04.279Z Fresh lazy_static v1.5.0
12012025-09-28T18:02:04.279Z Fresh rand_chacha v0.3.1
12022025-09-28T18:02:04.279Z Fresh openssl v0.10.72
12032025-09-28T18:02:04.279Z Fresh newline-converter v0.3.0
12042025-09-28T18:02:04.279Z Fresh console v0.15.7
12052025-09-28T18:02:04.279Z Fresh goblin v0.10.1
12062025-09-28T18:02:04.279Z Fresh idna_adapter v1.2.0
12072025-09-28T18:02:04.279Z Fresh digest v0.10.7
12082025-09-28T18:02:04.279Z Fresh num-traits v0.2.14
12092025-09-28T18:02:04.279Z Fresh unicase v2.6.0
12102025-09-28T18:02:04.279Z Fresh similar v2.2.1
12112025-09-28T18:02:04.279Z Fresh cpufeatures v0.2.2
12122025-09-28T18:02:04.279Z Fresh iana-time-zone v0.1.47
12132025-09-28T18:02:04.279Z Fresh pretty-hex v0.4.1
12142025-09-28T18:02:04.279Z Fresh heck v0.5.0
12152025-09-28T18:02:04.279Z Fresh winnow v0.7.10
12162025-09-28T18:02:04.279Z Fresh semver v1.0.27
12172025-09-28T18:02:04.279Z Fresh toml_parser v1.0.2
12182025-09-28T18:02:04.279Z Fresh sha1 v0.10.6
12192025-09-28T18:02:04.279Z Fresh dof v0.4.0
12202025-09-28T18:02:04.279Z Fresh chrono v0.4.42
12212025-09-28T18:02:04.279Z Fresh rustls v0.22.4
12222025-09-28T18:02:04.279Z Fresh idna v1.0.3
12232025-09-28T18:02:04.279Z Fresh rustls v0.23.13
12242025-09-28T18:02:04.279Z Fresh native-tls v0.2.12
12252025-09-28T18:02:04.279Z Fresh rand v0.8.4
12262025-09-28T18:02:04.279Z Fresh concurrent-queue v2.5.0
12272025-09-28T18:02:04.279Z Fresh rustls-pemfile v2.1.3
12282025-09-28T18:02:04.279Z Fresh http-body-util v0.1.3
12292025-09-28T18:02:04.279Z Fresh thiserror-impl v1.0.69
12302025-09-28T18:02:04.279Z Fresh serde_derive_internals v0.29.0
12312025-09-28T18:02:04.279Z Fresh sync_wrapper v1.0.1
12322025-09-28T18:02:04.279Z Fresh toml_datetime v0.7.2
12332025-09-28T18:02:04.279Z Fresh serde_spanned v1.0.2
12342025-09-28T18:02:04.279Z Fresh syn v2.0.106
12352025-09-28T18:02:04.279Z Fresh thread_local v1.1.4
12362025-09-28T18:02:04.279Z Fresh encoding_rs v0.8.32
12372025-09-28T18:02:04.279Z Fresh match_cfg v0.1.0
12382025-09-28T18:02:04.280Z Fresh tower-layer v0.3.3
12392025-09-28T18:02:04.280Z Fresh toml_writer v1.0.2
12402025-09-28T18:02:04.280Z Fresh parking v2.2.0
12412025-09-28T18:02:04.280Z Fresh tower v0.5.2
12422025-09-28T18:02:04.280Z Fresh hostname v0.3.1
12432025-09-28T18:02:04.280Z Fresh toml v0.9.6
12442025-09-28T18:02:04.280Z Fresh event-listener v5.0.0
12452025-09-28T18:02:04.280Z Fresh schemars_derive v0.8.22
12462025-09-28T18:02:04.280Z Fresh usdt-impl v0.6.0
12472025-09-28T18:02:04.280Z Fresh thiserror v1.0.69
12482025-09-28T18:02:04.280Z Fresh url v2.5.4
12492025-09-28T18:02:04.280Z Fresh tokio-native-tls v0.3.1
12502025-09-28T18:02:04.280Z Fresh tokio-rustls v0.26.0
12512025-09-28T18:02:04.280Z Compiling dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12522025-09-28T18:02:04.280Z Fresh tokio-rustls v0.25.0
12532025-09-28T18:02:04.280Z Fresh usdt-attr-macro v0.6.0
12542025-09-28T18:02:04.280Z Fresh usdt-macro v0.6.0
12552025-09-28T18:02:04.280Z Fresh slog-json v2.6.1
12562025-09-28T18:02:04.280Z Fresh serde_urlencoded v0.7.1
12572025-09-28T18:02:04.280Z Fresh crossbeam-channel v0.5.1
12582025-09-28T18:02:04.280Z Fresh uuid v1.18.1
12592025-09-28T18:02:04.280Z Fresh futures-executor v0.3.31
12602025-09-28T18:02:04.280Z Fresh webpki-roots v0.26.5
12612025-09-28T18:02:04.280Z Fresh async-stream-impl v0.3.6
12622025-09-28T18:02:04.280Z Fresh memmap2 v0.9.8
12632025-09-28T18:02:04.280Z Fresh is-terminal v0.4.12
12642025-09-28T18:02:04.305Z Fresh term v1.1.0
12652025-09-28T18:02:04.305Z Fresh utf-8 v0.7.6
12662025-09-28T18:02:04.305Z Fresh take_mut v0.2.2
12672025-09-28T18:02:04.305Z Fresh data-encoding v2.4.0
12682025-09-28T18:02:04.305Z Fresh dyn-clone v1.0.4
12692025-09-28T18:02:04.305Z Fresh spin v0.9.8
12702025-09-28T18:02:04.305Z Fresh iri-string v0.7.8
12712025-09-28T18:02:04.305Z Fresh slog-async v2.8.0
12722025-09-28T18:02:04.305Z Fresh tungstenite v0.24.0
12732025-09-28T18:02:04.305Z Fresh schemars v0.8.22
12742025-09-28T18:02:04.306Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 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=72ea8023862ab62b -C extra-filename=-de3effee678f7a73 --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-2b087a3cf3ccd23c.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a60b8e1faab4385f.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-26002b9c0b884f54.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern proc_macro`
12752025-09-28T18:02:04.306Z Fresh tower-http v0.6.5
12762025-09-28T18:02:04.306Z Fresh multer v3.1.0
12772025-09-28T18:02:04.306Z Fresh slog-term v2.9.2
12782025-09-28T18:02:04.306Z Fresh usdt v0.6.0
12792025-09-28T18:02:04.306Z Fresh hyper-rustls v0.27.3
12802025-09-28T18:02:04.306Z Fresh futures v0.3.31
12812025-09-28T18:02:04.306Z Fresh async-stream v0.3.6
12822025-09-28T18:02:04.306Z Fresh mime_guess v2.0.5
12832025-09-28T18:02:04.306Z Fresh slog-bunyan v2.5.0
12842025-09-28T18:02:04.306Z Fresh hyper-tls v0.6.0
12852025-09-28T18:02:04.306Z Fresh event-listener-strategy v0.5.4
12862025-09-28T18:02:04.306Z Fresh target-triple v0.1.3
12872025-09-28T18:02:04.306Z Fresh camino v1.2.0
12882025-09-28T18:02:04.306Z Fresh rustls-native-certs v0.7.0
12892025-09-28T18:02:04.306Z Fresh yasna v0.5.2
12902025-09-28T18:02:04.306Z Fresh pem v3.0.5
12912025-09-28T18:02:04.306Z Fresh waitgroup v0.1.2
12922025-09-28T18:02:04.306Z Fresh openapiv3 v2.2.0
12932025-09-28T18:02:04.306Z Fresh webpki-roots v1.0.0
12942025-09-28T18:02:04.306Z Fresh async-trait v0.1.89
12952025-09-28T18:02:04.306Z Fresh serde_path_to_error v0.1.20
12962025-09-28T18:02:04.306Z Fresh hostname v0.4.0
12972025-09-28T18:02:04.306Z Fresh termcolor v1.1.2
12982025-09-28T18:02:04.306Z Fresh debug-ignore v1.0.5
12992025-09-28T18:02:04.306Z Fresh simple-mermaid v0.2.0
13002025-09-28T18:02:04.306Z Fresh glob v0.3.0
13012025-09-28T18:02:04.306Z Fresh http-range v0.1.4
13022025-09-28T18:02:04.306Z Fresh reqwest v0.12.23
13032025-09-28T18:02:04.306Z Fresh rcgen v0.14.4
13042025-09-28T18:02:04.306Z Fresh hyper-rustls v0.26.0
13052025-09-28T18:02:04.306Z Fresh async-channel v2.5.0
13062025-09-28T18:02:04.306Z Fresh hyper-staticfile v0.10.1
13072025-09-28T18:02:04.306Z Fresh trybuild v1.0.111
13082025-09-28T18:02:04.306Z Fresh buf-list v1.0.3
13092025-09-28T18:02:04.306Z Fresh tokio-tungstenite v0.24.0
13102025-09-28T18:02:04.306Z Fresh anyhow v1.0.100
13112025-09-28T18:02:04.306Z Fresh subprocess v0.2.9
13122025-09-28T18:02:04.306Z Fresh once_cell v1.20.1
13132025-09-28T18:02:04.307Z Fresh tempfile v3.22.0
13142025-09-28T18:02:04.307Z Fresh schema-derive v0.1.0
13152025-09-28T18:02:04.307Z Fresh atomicwrites v0.4.4
13162025-09-28T18:02:04.307Z Fresh schema v0.1.0
13172025-09-28T18:02:04.307Z Fresh prettyplease v0.2.37
13182025-09-28T18:02:04.307Z Fresh expectorate v1.2.0
13192025-09-28T18:02:06.607Z Compiling dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot)
13202025-09-28T18:02:06.675Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 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=715206ac38cc97ea -C extra-filename=-280254f65888007f --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13212025-09-28T18:02:06.675Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 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=d0e1156578013c6e -C extra-filename=-97e8e2c12ddc3230 --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-64dc26909277e4a6.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
13222025-09-28T18:02:14.398Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 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=a72089692b415ea5 -C extra-filename=-0a41b03647e757e0 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13232025-09-28T18:02:14.467Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 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=ee39fecd365c8ee3 -C extra-filename=-3b5c260a4d42fbbc --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13242025-09-28T18:02:14.467Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 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=ed07493f529a98f4 -C extra-filename=-3b586100651ef425 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13252025-09-28T18:02:14.467Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 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=3016e8f6e6f86add -C extra-filename=-8d9589c125164b32 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13262025-09-28T18:02:14.467Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 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=32b41bf887e638ed -C extra-filename=-39f71de800ce890d --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13272025-09-28T18:02:14.467Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 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=6d8ed8a0badc8eb3 -C extra-filename=-147fb8404b08ddfd --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13282025-09-28T18:02:14.467Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 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=162cab5ef3cb5176 -C extra-filename=-3f6e52e6963c7eea --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13292025-09-28T18:02:15.467Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 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=d36eadda31222eaa -C extra-filename=-e6ed6d25b1c2509f --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13302025-09-28T18:02:29.990Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 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=89e7439d41770af7 -C extra-filename=-3c58a66ec4ce1c56 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13312025-09-28T18:02:30.436Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 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=0881de5c9cc25128 -C extra-filename=-ad8d1c0cbb8835dd --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13322025-09-28T18:02:32.036Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 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=9a5b5804aefe96f8 -C extra-filename=-c5cfdfa99adfe32d --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13332025-09-28T18:02:33.296Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 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=b761c192893832e1 -C extra-filename=-6db8fc54695da41e --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13342025-09-28T18:02:33.893Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 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=9682f0692d964dde -C extra-filename=-7b710833d878655a --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13352025-09-28T18:02:34.510Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 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=a6e4a48b1fbf7250 -C extra-filename=-b26793d8b0155508 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13362025-09-28T18:02:41.895Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 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=ddca52b8c83aba34 -C extra-filename=-48ae7d9fae9301c8 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13372025-09-28T18:02:48.686Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 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=e0d37b87b8054d9d -C extra-filename=-4eee4129afe4e29f --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13382025-09-28T18:02:50.900Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 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=9ea02bac5052c041 -C extra-filename=-f328cccc7fa847ac --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13392025-09-28T18:02:51.073Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 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=8cb6d44ae5b31a5a -C extra-filename=-66c365a558e129a5 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13402025-09-28T18:02:51.489Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 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=0ac1edaba0f7775a -C extra-filename=-8763929656418710 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13412025-09-28T18:02:52.107Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 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=80afe7fe4d1e2f35 -C extra-filename=-a028f6d9e7a43c33 --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13422025-09-28T18:02:52.625Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 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=c119f8cb4feb9e92 -C extra-filename=-0bb2e5aab40dabdd --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13432025-09-28T18:02:57.664Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 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=00870f277ac61191 -C extra-filename=-6bc61ae8b02cacbc --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13442025-09-28T18:03:04.628Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 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=72a34a2786811d4a -C extra-filename=-e8a2fa0c851e923e --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13452025-09-28T18:03:06.752Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 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=92eb252e8e1993a0 -C extra-filename=-a9b5993b02424c8d --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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out -L native=/usr/ssl-3/lib/amd64`
13462025-09-28T18:03:19.318Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
13472025-09-28T18:03:19.355Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-280254f65888007f`
13482025-09-28T18:03:19.424Z
13492025-09-28T18:03:19.424Zrunning 108 tests
13502025-09-28T18:03:19.424Ztest api_description::test::test_endpoint_versions_range ... ok
13512025-09-28T18:03:19.424Ztest api_description::test::test_endpoint_versions_matches ... ok
13522025-09-28T18:03:19.424Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13532025-09-28T18:03:19.424Ztest api_description::test::test_badpath4 - should panic ... ok
13542025-09-28T18:03:19.424Ztest api_description::test::test_tags_need_one ... ok
13552025-09-28T18:03:19.424Ztest api_description::test::test_tag_config_deserialize_old ... ok
13562025-09-28T18:03:19.424Ztest api_description::test::test_tags_too_many ... ok
13572025-09-28T18:03:19.424Ztest api_description::test::test_badpath3 ... ok
13582025-09-28T18:03:19.424Ztest api_description::test::test_badpath2 ... ok
13592025-09-28T18:03:19.424Ztest api_description::test::test_dup_names ... ok
13602025-09-28T18:03:19.424Ztest api_description::test::test_badpath1 ... ok
13612025-09-28T18:03:19.424Ztest api_description::test::test_tags_just_right ... ok
13622025-09-28T18:03:19.424Ztest error::test::test_serialize_error_response_body ... ok
13632025-09-28T18:03:19.424Ztest extractor::metadata::test::test_metadata_flattened ... ok
13642025-09-28T18:03:19.424Ztest extractor::header::tests::test_header_parsing ... ok
13652025-09-28T18:03:19.424Ztest from_map::test::test_deep ... ok
13662025-09-28T18:03:19.424Ztest extractor::metadata::test::test_metadata_simple ... ok
13672025-09-28T18:03:19.424Ztest from_map::test::test_case_insensitive ... ok
13682025-09-28T18:03:19.425Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
13692025-09-28T18:03:19.425Ztest from_map::test::test_missing_data2 ... ok
13702025-09-28T18:03:19.425Ztest from_map::test::test_lone_literal ... ok
13712025-09-28T18:03:19.425Ztest from_map::test::test_types ... ok
13722025-09-28T18:03:19.425Ztest extractor::metadata::test::test_metadata_pagination ... ok
13732025-09-28T18:03:19.425Ztest from_map::test::test_missing_data1 ... ok
13742025-09-28T18:03:19.425Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
13752025-09-28T18:03:19.425Ztest logging::test::test_config_bad_terminal_bad_level ... ok
13762025-09-28T18:03:19.425Ztest logging::test::test_config_bad_file_no_level ... ok
13772025-09-28T18:03:19.425Ztest logging::test::test_config_bad_file_no_file ... ok
13782025-09-28T18:03:19.425Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
13792025-09-28T18:03:19.425Ztest extractor::body::tests::test_content_plus_json ... ok
13802025-09-28T18:03:19.425Ztest logging::test::test_config_bad_log_mode ... ok
13812025-09-28T18:03:19.425Ztest logging::test::test_config_bad_terminal_no_level ... ok
13822025-09-28T18:03:19.425Ztest logging::test::test_config_bad_file_bad_path_type ... ok
13832025-09-28T18:03:19.425Ztest api_description::test::test_tags_set ... ok
13842025-09-28T18:03:19.425Ztest pagination::test::test_pagination_schema ... ok
13852025-09-28T18:03:19.425Znote: configured to log to "/tmp/dropshot-280254f65888007f.2119.file_dir/log.out"
13862025-09-28T18:03:19.425Ztest pagination::test::test_results_page ... ok
13872025-09-28T18:03:19.425Ztest pagination::test::test_page_token_serialization ... ok
13882025-09-28T18:03:19.425Ztest router::test::test_bad_path_segment3 - should panic ... ok
13892025-09-28T18:03:19.425Ztest logging::test::test_config_stderr_terminal ... ok
13902025-09-28T18:03:19.425Ztest pagination::test::test_pagparams_parsing ... ok
13912025-09-28T18:03:19.425Ztest router::test::test_bad_path_segment4 - should panic ... ok
13922025-09-28T18:03:19.425Ztest router::test::test_bad_path_segment2 - should panic ... ok
13932025-09-28T18:03:19.425Ztest router::test::test_bad_path_segment1 - should panic ... ok
13942025-09-28T18:03:19.425Ztest router::test::test_bogus_regex - should panic ... ok
13952025-09-28T18:03:19.425Ztest router::test::test_duplicate_route1 - should panic ... ok
13962025-09-28T18:03:19.425Ztest router::test::test_duplicate_varname - should panic ... ok
13972025-09-28T18:03:19.425Ztest router::test::test_duplicate_route3 - should panic ... ok
13982025-09-28T18:03:19.425Ztest router::test::test_embedded_non_variable ... ok
13992025-09-28T18:03:19.425Znote: configured to log to "/tmp/dropshot-280254f65888007f.2119.file_dir/log.out"
14002025-09-28T18:03:19.425Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14012025-09-28T18:03:19.425Ztest router::test::test_duplicate_route2 - should panic ... ok
14022025-09-28T18:03:19.425Ztest router::test::test_empty_variable ... ok
14032025-09-28T18:03:19.425Ztest router::test::test_inconsistent_varname - should panic ... ok
14042025-09-28T18:03:19.425Ztest router::test::test_iter_null ... ok
14052025-09-28T18:03:19.425Ztest router::test::test_literal_after_regex - should panic ... ok
14062025-09-28T18:03:19.425Ztest router::test::test_error_cases ... ok
14072025-09-28T18:03:19.425Ztest router::test::test_iter2 ... ok
14082025-09-28T18:03:19.426Ztest router::test::test_literal_after_variable - should panic ... ok
14092025-09-28T18:03:19.426Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14102025-09-28T18:03:19.426Ztest router::test::test_map_bad_seq ... ok
14112025-09-28T18:03:19.426Ztest router::test::test_map ... ok
14122025-09-28T18:03:19.426Ztest router::test::test_iter ... ok
14132025-09-28T18:03:19.426Ztest router::test::test_map_bad_value ... ok
14142025-09-28T18:03:19.426Ztest router::test::test_more_after_regex - should panic ... ok
14152025-09-28T18:03:19.426Znote: configured to log to "/tmp/dropshot-280254f65888007f.2119.file_dir/log.out"
14162025-09-28T18:03:19.426Ztest router::test::test_router_versioned ... ok
14172025-09-28T18:03:19.426Ztest router::test::test_path_segment ... ok
14182025-09-28T18:03:19.426Ztest router::test::test_router_basic ... ok
14192025-09-28T18:03:19.426Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14202025-09-28T18:03:19.426Ztest router::test::test_segments ... ok
14212025-09-28T18:03:19.426Ztest router::test::test_variable_after_literal - should panic ... ok
14222025-09-28T18:03:19.426Ztest router::test::test_variable_name_bad_end - should panic ... ok
14232025-09-28T18:03:19.426Ztest router::test::test_variable_name_bad_start - should panic ... ok
14242025-09-28T18:03:19.426Ztest router::test::test_variable_rename ... ok
14252025-09-28T18:03:19.426Ztest router::test::test_variable_name_empty - should panic ... ok
14262025-09-28T18:03:19.426Ztest router::test::test_variables_basic ... ok
14272025-09-28T18:03:19.426Ztest logging::test::test_config_file ... ok
14282025-09-28T18:03:19.426Ztest router::test::test_variables_multi ... ok
14292025-09-28T18:03:19.426Ztest router::test::test_variables_glob ... ok
14302025-09-28T18:03:19.426Ztest schema_util::test::test_empty_struct ... ok
14312025-09-28T18:03:19.426Ztest schema_util::test::test_additional_properties ... ok
14322025-09-28T18:03:19.426Ztest schema_util::test::test_embedded_schema ... ok
14332025-09-28T18:03:19.426Ztest schema_util::test::test_nullable ... ok
14342025-09-28T18:03:19.426Ztest schema_util::test::test_two_types - should panic ... ok
14352025-09-28T18:03:19.426Ztest schema_util::test::test_extension_conversion ... ok
14362025-09-28T18:03:19.426Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14372025-09-28T18:03:19.426Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14382025-09-28T18:03:19.426Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14392025-09-28T18:03:19.426Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14402025-09-28T18:03:19.426Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14412025-09-28T18:03:19.426Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14422025-09-28T18:03:19.426Ztest test_util::test::test_bunyan_easy_cases ... ok
14432025-09-28T18:03:19.426Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14442025-09-28T18:03:19.426Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14452025-09-28T18:03:19.426Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14462025-09-28T18:03:19.426Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14472025-09-28T18:03:19.427Ztest to_map::test::test_to_map_enum ... ok
14482025-09-28T18:03:19.451Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14492025-09-28T18:03:19.451Ztest to_map::test::test_to_map_num ... ok
14502025-09-28T18:03:19.451Ztest to_map::test::test_struct_with_options ... ok
14512025-09-28T18:03:19.451Ztest to_map::test::test_to_map_seq ... ok
14522025-09-28T18:03:19.451Ztest type_util::tests::test_commented_ref ... ok
14532025-09-28T18:03:19.451Ztest to_map::test::test_to_map_vec ... ok
14542025-09-28T18:03:19.451Ztest server::test::test_drop_server_without_close_okay ... ok
14552025-09-28T18:03:19.452Ztest to_map::test::test_to_map_valid ... ok
14562025-09-28T18:03:19.452Ztest type_util::tests::test_reflexive_type - should panic ... ok
14572025-09-28T18:03:19.452Ztest type_util::tests::test_recursive_type - should panic ... ok
14582025-09-28T18:03:19.452Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
14592025-09-28T18:03:19.452Ztest server::test::test_server_run_then_close ... ok
14602025-09-28T18:03:19.452Ztest server::test::test_http_acceptor_happy_path ... ok
14612025-09-28T18:03:19.452Z
14622025-09-28T18:03:19.452Ztest result: ok. 108 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
14632025-09-28T18:03:19.452Z
14642025-09-28T18:03:19.452Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-3b586100651ef425`
14652025-09-28T18:03:19.452Z
14662025-09-28T18:03:19.452Zrunning 1 test
14672025-09-28T18:03:19.906Z Compiling proc-macro2 v1.0.101
14682025-09-28T18:03:19.906Z Compiling unicode-ident v1.0.12
14692025-09-28T18:03:19.931Z Compiling libc v0.2.175
14702025-09-28T18:03:19.931Z Checking cfg-if v1.0.0
14712025-09-28T18:03:19.931Z Compiling serde v1.0.226
14722025-09-28T18:03:19.931Z Checking itoa v1.0.1
14732025-09-28T18:03:19.931Z Compiling serde_core v1.0.226
14742025-09-28T18:03:19.931Z Checking pin-project-lite v0.2.12
14752025-09-28T18:03:20.057Z Compiling shlex v1.3.0
14762025-09-28T18:03:20.081Z Compiling autocfg v1.1.0
14772025-09-28T18:03:20.124Z Checking memchr v2.6.0
14782025-09-28T18:03:20.148Z Compiling version_check v0.9.5
14792025-09-28T18:03:20.396Z Compiling cc v1.2.16
14802025-09-28T18:03:20.536Z Checking smallvec v1.13.2
14812025-09-28T18:03:20.798Z Checking bytes v1.10.1
14822025-09-28T18:03:20.822Z Checking once_cell v1.20.1
14832025-09-28T18:03:20.877Z Checking futures-core v0.3.31
14842025-09-28T18:03:20.929Z Compiling log v0.4.17
14852025-09-28T18:03:21.054Z Compiling parking_lot_core v0.9.4
14862025-09-28T18:03:21.094Z Compiling ryu v1.0.5
14872025-09-28T18:03:21.503Z Compiling thiserror v2.0.16
14882025-09-28T18:03:21.528Z Checking scopeguard v1.2.0
14892025-09-28T18:03:21.592Z Compiling slab v0.4.9
14902025-09-28T18:03:21.639Z Checking futures-sink v0.3.31
14912025-09-28T18:03:21.663Z Checking lock_api v0.4.6
14922025-09-28T18:03:21.792Z Compiling quote v1.0.40
14932025-09-28T18:03:22.007Z Checking socket2 v0.6.0
14942025-09-28T18:03:22.094Z Checking parking_lot v0.12.1
14952025-09-28T18:03:22.201Z Checking getrandom v0.2.11
14962025-09-28T18:03:22.252Z Checking mio v1.0.3
14972025-09-28T18:03:22.428Z Compiling syn v2.0.106
14982025-09-28T18:03:22.495Z Checking signal-hook-registry v1.4.0
14992025-09-28T18:03:22.558Z Compiling serde_json v1.0.145
15002025-09-28T18:03:22.622Z Checking fnv v1.0.7
15012025-09-28T18:03:22.739Z Checking futures-channel v0.3.31
15022025-09-28T18:03:22.764Z Checking http v1.3.1
15032025-09-28T18:03:22.789Z Checking pin-utils v0.1.0
15042025-09-28T18:03:22.856Z Checking zeroize v1.7.0
15052025-09-28T18:03:23.057Z Checking futures-io v0.3.31
15062025-09-28T18:03:23.081Z Checking rustls-pki-types v1.12.0
15072025-09-28T18:03:23.202Z Checking stable_deref_trait v1.2.0
15082025-09-28T18:03:23.232Z Checking futures-task v0.3.31
15092025-09-28T18:03:23.302Z Compiling httparse v1.10.0
15102025-09-28T18:03:23.569Z Compiling ucd-trie v0.1.6
15112025-09-28T18:03:23.693Z Compiling ring v0.17.13
15122025-09-28T18:03:23.847Z Compiling zerocopy v0.8.27
15132025-09-28T18:03:24.079Z Checking tracing-core v0.1.32
15142025-09-28T18:03:24.134Z Checking equivalent v1.0.0
15152025-09-28T18:03:24.206Z Checking hashbrown v0.15.2
15162025-09-28T18:03:24.230Z Checking untrusted v0.9.0
15172025-09-28T18:03:24.257Z Checking bitflags v2.4.0
15182025-09-28T18:03:24.392Z Checking http-body v1.0.1
15192025-09-28T18:03:24.518Z Checking base64 v0.22.1
15202025-09-28T18:03:24.617Z Compiling typenum v1.14.0
15212025-09-28T18:03:24.641Z Checking tracing v0.1.40
15222025-09-28T18:03:24.671Z Compiling vcpkg v0.2.15
15232025-09-28T18:03:24.949Z Checking percent-encoding v2.3.2
15242025-09-28T18:03:24.973Z Checking writeable v0.5.5
15252025-09-28T18:03:25.077Z Compiling pkg-config v0.3.31
15262025-09-28T18:03:25.160Z Checking litemap v0.7.4
15272025-09-28T18:03:25.263Z Checking atomic-waker v1.1.2
15282025-09-28T18:03:25.490Z Compiling generic-array v0.14.5
15292025-09-28T18:03:25.707Z Compiling crossbeam-utils v0.8.15
15302025-09-28T18:03:25.822Z Checking try-lock v0.2.3
15312025-09-28T18:03:25.960Z Checking want v0.3.0
15322025-09-28T18:03:26.303Z Compiling unicase v2.6.0
15332025-09-28T18:03:26.327Z Checking tower-service v0.3.3
15342025-09-28T18:03:26.419Z Compiling openssl-sys v0.9.107
15352025-09-28T18:03:26.641Z Checking httpdate v1.0.1
15362025-09-28T18:03:26.705Z Compiling num-conv v0.1.0
15372025-09-28T18:03:26.876Z Checking subtle v2.5.0
15382025-09-28T18:03:26.977Z Compiling time-core v0.1.2
15392025-09-28T18:03:27.059Z Checking powerfmt v0.2.0
15402025-09-28T18:03:27.140Z Checking icu_locid_transform_data v1.5.0
15412025-09-28T18:03:27.183Z Compiling getrandom v0.3.1
15422025-09-28T18:03:27.254Z Compiling time-macros v0.2.18
15432025-09-28T18:03:27.315Z Checking deranged v0.3.11
15442025-09-28T18:03:28.211Z Checking icu_properties_data v1.5.0
15452025-09-28T18:03:28.351Z Compiling slog v2.7.0
15462025-09-28T18:03:28.417Z Checking num_threads v0.1.3
15472025-09-28T18:03:28.467Z Compiling synstructure v0.13.1
15482025-09-28T18:03:28.629Z Compiling num-traits v0.2.14
15492025-09-28T18:03:28.960Z Checking utf8_iter v1.0.4
15502025-09-28T18:03:29.025Z Checking rustls-webpki v0.102.8
15512025-09-28T18:03:29.142Z Checking write16 v1.0.0
15522025-09-28T18:03:29.166Z Checking foreign-types-shared v0.1.1
15532025-09-28T18:03:29.284Z Checking ipnet v2.10.0
15542025-09-28T18:03:29.308Z Checking utf16_iter v1.0.5
15552025-09-28T18:03:29.471Z Checking icu_normalizer_data v1.5.0
15562025-09-28T18:03:29.573Z Compiling openssl v0.10.72
15572025-09-28T18:03:29.632Z Compiling usdt-impl v0.6.0
15582025-09-28T18:03:29.692Z Checking openssl-probe v0.1.4
15592025-09-28T18:03:29.860Z Checking foreign-types v0.3.2
15602025-09-28T18:03:29.890Z Checking time v0.3.36
15612025-09-28T18:03:29.914Z Compiling thread-id v5.0.0
15622025-09-28T18:03:30.040Z Checking crypto-common v0.1.6
15632025-09-28T18:03:30.064Z Checking block-buffer v0.10.2
15642025-09-28T18:03:30.296Z Checking form_urlencoded v1.2.2
15652025-09-28T18:03:30.373Z Checking rand_core v0.6.3
15662025-09-28T18:03:30.435Z Checking errno v0.3.10
15672025-09-28T18:03:30.460Z Checking mime v0.3.16
15682025-09-28T18:03:30.497Z Checking ppv-lite86 v0.2.15
15692025-09-28T18:03:30.604Z Compiling native-tls v0.2.12
15702025-09-28T18:03:30.727Z Compiling rustls v0.22.4
15712025-09-28T18:03:30.863Z Compiling rustls v0.23.13
15722025-09-28T18:03:30.888Z Compiling byteorder v1.4.3
15732025-09-28T18:03:31.033Z Compiling rustix v1.0.2
15742025-09-28T18:03:31.057Z Checking plain v0.2.3
15752025-09-28T18:03:31.193Z Checking rand_chacha v0.3.1
15762025-09-28T18:03:31.312Z Checking digest v0.10.7
15772025-09-28T18:03:31.530Z Compiling thiserror v1.0.69
15782025-09-28T18:03:31.554Z Compiling rustix v0.38.44
15792025-09-28T18:03:31.578Z Checking iana-time-zone v0.1.47
15802025-09-28T18:03:31.609Z Checking cpufeatures v0.2.2
15812025-09-28T18:03:31.708Z Checking pretty-hex v0.4.1
15822025-09-28T18:03:31.732Z Checking sha1 v0.10.6
15832025-09-28T18:03:31.765Z Compiling mime_guess v2.0.5
15842025-09-28T18:03:31.962Z Checking rand v0.8.4
15852025-09-28T18:03:32.453Z Compiling serde_derive_internals v0.29.0
15862025-09-28T18:03:32.867Z Checking concurrent-queue v2.5.0
15872025-09-28T18:03:33.159Z Checking rustls-pemfile v2.1.3
15882025-09-28T18:03:33.184Z Checking http-body-util v0.1.3
15892025-09-28T18:03:33.334Z Checking thread_local v1.1.4
15902025-09-28T18:03:33.404Z Checking sync_wrapper v1.0.1
15912025-09-28T18:03:33.548Z Compiling multer v3.1.0
15922025-09-28T18:03:33.572Z Checking encoding_rs v0.8.32
15932025-09-28T18:03:33.596Z Checking fastrand v2.1.1
15942025-09-28T18:03:33.733Z Compiling serde_derive v1.0.226
15952025-09-28T18:03:33.878Z Compiling tokio-macros v2.5.0
15962025-09-28T18:03:33.902Z Compiling thiserror-impl v2.0.16
15972025-09-28T18:03:34.604Z Compiling zerofrom-derive v0.1.5
15982025-09-28T18:03:35.076Z Compiling yoke-derive v0.7.5
15992025-09-28T18:03:35.265Z Compiling futures-macro v0.3.31
16002025-09-28T18:03:35.552Z Checking tokio v1.47.1
16012025-09-28T18:03:35.842Z Compiling zerovec-derive v0.10.3
16022025-09-28T18:03:36.084Z Compiling displaydoc v0.2.5
16032025-09-28T18:03:37.277Z Checking futures-util v0.3.31
16042025-09-28T18:03:37.448Z Compiling pest v2.8.1
16052025-09-28T18:03:37.934Z Compiling zerocopy-derive v0.8.27
16062025-09-28T18:03:38.111Z Compiling icu_provider_macros v1.5.0
16072025-09-28T18:03:38.540Z Checking zerofrom v0.1.5
16082025-09-28T18:03:38.564Z Compiling scroll_derive v0.13.1
16092025-09-28T18:03:38.740Z Checking yoke v0.7.5
16102025-09-28T18:03:39.038Z Checking zerovec v0.10.4
16112025-09-28T18:03:39.375Z Compiling openssl-macros v0.1.1
16122025-09-28T18:03:39.933Z Compiling pest_meta v2.8.1
16132025-09-28T18:03:40.362Z Checking tinystr v0.7.6
16142025-09-28T18:03:40.477Z Checking icu_collections v1.5.0
16152025-09-28T18:03:40.680Z Checking icu_locid v1.5.0
16162025-09-28T18:03:41.048Z Compiling pest_generator v2.8.1
16172025-09-28T18:03:41.433Z Checking tokio-util v0.7.7
16182025-09-28T18:03:41.458Z Checking indexmap v2.11.1
16192025-09-28T18:03:41.482Z Checking icu_provider v1.5.0
16202025-09-28T18:03:42.080Z Checking icu_locid_transform v1.5.0
16212025-09-28T18:03:42.175Z Compiling serde_tokenstream v0.2.2
16222025-09-28T18:03:42.241Z Checking scroll v0.13.0
16232025-09-28T18:03:42.658Z Checking h2 v0.4.6
16242025-09-28T18:03:42.682Z Checking goblin v0.10.1
16252025-09-28T18:03:42.926Z Checking icu_properties v1.5.1
16262025-09-28T18:03:44.074Z Compiling pest_derive v2.8.1
16272025-09-28T18:03:44.155Z Compiling dof v0.4.0
16282025-09-28T18:03:44.709Z Checking chrono v0.4.42
16292025-09-28T18:03:44.881Z Compiling thiserror-impl v1.0.69
16302025-09-28T18:03:45.216Z Checking parking v2.2.0
16312025-09-28T18:03:45.291Z Compiling dtrace-parser v0.3.0
16322025-09-28T18:03:45.398Z Compiling slog-async v2.8.0
16332025-09-28T18:03:45.648Z Checking icu_normalizer v1.5.0
16342025-09-28T18:03:45.802Z Compiling schemars v0.8.22
16352025-09-28T18:03:45.981Z Checking hyper v1.7.0
16362025-09-28T18:03:46.151Z Compiling paste v1.0.15
16372025-09-28T18:03:46.305Z Checking idna_adapter v1.2.0
16382025-09-28T18:03:46.331Z Compiling camino v1.2.0
16392025-09-28T18:03:46.498Z Checking idna v1.0.3
16402025-09-28T18:03:46.672Z Checking winnow v0.7.10
16412025-09-28T18:03:46.908Z Checking match_cfg v0.1.0
16422025-09-28T18:03:46.934Z Checking tower-layer v0.3.3
16432025-09-28T18:03:47.057Z Checking hostname v0.3.1
16442025-09-28T18:03:47.106Z Checking url v2.5.4
16452025-09-28T18:03:47.187Z Checking tower v0.5.2
16462025-09-28T18:03:47.345Z Checking event-listener v5.0.0
16472025-09-28T18:03:47.369Z Compiling usdt-macro v0.6.0
16482025-09-28T18:03:47.667Z Checking hyper-util v0.1.17
16492025-09-28T18:03:47.707Z Compiling usdt-attr-macro v0.6.0
16502025-09-28T18:03:47.809Z Checking tokio-native-tls v0.3.1
16512025-09-28T18:03:47.905Z Checking uuid v1.18.1
16522025-09-28T18:03:48.043Z Checking slog-json v2.6.1
16532025-09-28T18:03:48.292Z Checking serde_urlencoded v0.7.1
16542025-09-28T18:03:48.329Z Checking tokio-rustls v0.26.0
16552025-09-28T18:03:48.446Z Checking tokio-rustls v0.25.0
16562025-09-28T18:03:48.665Z Checking futures-executor v0.3.31
16572025-09-28T18:03:48.665Z Compiling schemars_derive v0.8.22
16582025-09-28T18:03:48.690Z Checking tempfile v3.22.0
16592025-09-28T18:03:48.835Z Compiling async-stream-impl v0.3.6
16602025-09-28T18:03:48.905Z Checking toml_parser v1.0.2
16612025-09-28T18:03:49.133Z Checking crossbeam-channel v0.5.1
16622025-09-28T18:03:49.175Z Checking serde_spanned v1.0.2
16632025-09-28T18:03:49.379Z Checking toml_datetime v0.7.2
16642025-09-28T18:03:49.403Z Checking webpki-roots v0.26.5
16652025-09-28T18:03:49.501Z Checking is-terminal v0.4.12
16662025-09-28T18:03:49.589Z Checking memmap2 v0.9.8
16672025-09-28T18:03:49.614Z Compiling dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot)
16682025-09-28T18:03:49.638Z Checking data-encoding v2.4.0
16692025-09-28T18:03:49.733Z Checking spin v0.9.8
16702025-09-28T18:03:49.758Z Checking take_mut v0.2.2
16712025-09-28T18:03:49.867Z Checking dyn-clone v1.0.4
16722025-09-28T18:03:49.894Z Checking unicode-segmentation v1.10.0
16732025-09-28T18:03:49.919Z Checking lazy_static v1.5.0
16742025-09-28T18:03:49.945Z Checking iri-string v0.7.8
16752025-09-28T18:03:49.996Z Checking unicode-width v0.1.9
16762025-09-28T18:03:50.060Z Compiling anyhow v1.0.100
16772025-09-28T18:03:50.084Z Compiling heck v0.5.0
16782025-09-28T18:03:50.151Z Checking utf-8 v0.7.6
16792025-09-28T18:03:50.279Z Compiling buf-list v1.0.3
16802025-09-28T18:03:50.357Z Checking term v1.1.0
16812025-09-28T18:03:50.381Z Checking toml_writer v1.0.2
16822025-09-28T18:03:50.415Z Compiling semver v1.0.27
16832025-09-28T18:03:50.554Z Checking async-stream v0.3.6
16842025-09-28T18:03:50.696Z Checking toml v0.9.6
16852025-09-28T18:03:50.738Z Checking slog-term v2.9.2
16862025-09-28T18:03:50.762Z Checking newline-converter v0.3.0
16872025-09-28T18:03:50.910Z Checking tungstenite v0.24.0
16882025-09-28T18:03:50.964Z Checking atomicwrites v0.4.4
16892025-09-28T18:03:51.027Z Checking console v0.15.7
16902025-09-28T18:03:51.058Z Compiling dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint)
16912025-09-28T18:03:51.501Z Checking usdt v0.6.0
16922025-09-28T18:03:51.525Z Checking hyper-rustls v0.27.3
16932025-09-28T18:03:51.582Z Checking hyper-tls v0.6.0
16942025-09-28T18:03:51.746Z Checking futures v0.3.31
16952025-09-28T18:03:51.808Z Checking slog-bunyan v2.5.0
16962025-09-28T18:03:51.854Z Checking event-listener-strategy v0.5.4
16972025-09-28T18:03:52.050Z Checking openapiv3 v2.2.0
16982025-09-28T18:03:52.130Z Compiling async-trait v0.1.89
16992025-09-28T18:03:52.188Z Checking tower-http v0.6.5
17002025-09-28T18:03:52.232Z Checking rustls-native-certs v0.7.0
17012025-09-28T18:03:52.387Z Checking yasna v0.5.2
17022025-09-28T18:03:52.431Z Checking waitgroup v0.1.2
17032025-09-28T18:03:52.598Z Checking pem v3.0.5
17042025-09-28T18:03:52.675Z Checking serde_path_to_error v0.1.20
17052025-09-28T18:03:52.832Z Checking webpki-roots v1.0.0
17062025-09-28T18:03:52.997Z Checking hostname v0.4.0
17072025-09-28T18:03:53.022Z Checking http-range v0.1.4
17082025-09-28T18:03:53.081Z Checking similar v2.2.1
17092025-09-28T18:03:53.135Z Checking debug-ignore v1.0.5
17102025-09-28T18:03:53.212Z Checking simple-mermaid v0.2.0
17112025-09-28T18:03:53.292Z Checking hyper-staticfile v0.10.1
17122025-09-28T18:03:53.316Z Checking rcgen v0.14.4
17132025-09-28T18:03:53.316Z Checking reqwest v0.12.23
17142025-09-28T18:03:53.555Z Checking hyper-rustls v0.26.0
17152025-09-28T18:03:53.691Z Checking expectorate v1.2.0
17162025-09-28T18:03:53.748Z Checking async-channel v2.5.0
17172025-09-28T18:03:53.854Z Checking tokio-tungstenite v0.24.0
17182025-09-28T18:03:54.053Z Checking subprocess v0.2.9
17192025-09-28T18:03:58.513Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17202025-09-28T18:03:58.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.17s
17212025-09-28T18:03:58.985Z
17222025-09-28T18:03:58.985Z
17232025-09-28T18:04:10.106Ztest tests/fail/bad_channel10.rs ... ok
17242025-09-28T18:04:10.107Ztest tests/fail/bad_channel11.rs ... ok
17252025-09-28T18:04:10.107Ztest tests/fail/bad_channel12.rs ... ok
17262025-09-28T18:04:10.107Ztest tests/fail/bad_channel13.rs ... ok
17272025-09-28T18:04:10.107Ztest tests/fail/bad_channel14.rs ... ok
17282025-09-28T18:04:10.175Ztest tests/fail/bad_channel15.rs ... ok
17292025-09-28T18:04:10.175Ztest tests/fail/bad_channel17.rs ... ok
17302025-09-28T18:04:10.175Ztest tests/fail/bad_channel18.rs ... ok
17312025-09-28T18:04:10.175Ztest tests/fail/bad_channel19.rs ... ok
17322025-09-28T18:04:10.175Ztest tests/fail/bad_channel1a.rs ... ok
17332025-09-28T18:04:10.175Ztest tests/fail/bad_channel1b.rs ... ok
17342025-09-28T18:04:10.175Ztest tests/fail/bad_channel2.rs ... ok
17352025-09-28T18:04:10.175Ztest tests/fail/bad_channel20.rs ... ok
17362025-09-28T18:04:10.175Ztest tests/fail/bad_channel21.rs ... ok
17372025-09-28T18:04:10.175Ztest tests/fail/bad_channel22.rs ... ok
17382025-09-28T18:04:10.175Ztest tests/fail/bad_channel23.rs ... ok
17392025-09-28T18:04:10.175Ztest tests/fail/bad_channel24.rs ... ok
17402025-09-28T18:04:10.175Ztest tests/fail/bad_channel25.rs ... ok
17412025-09-28T18:04:10.175Ztest tests/fail/bad_channel26.rs ... ok
17422025-09-28T18:04:10.175Ztest tests/fail/bad_channel27.rs ... ok
17432025-09-28T18:04:10.175Ztest tests/fail/bad_channel28.rs ... ok
17442025-09-28T18:04:10.175Ztest tests/fail/bad_channel3.rs ... ok
17452025-09-28T18:04:10.175Ztest tests/fail/bad_channel4.rs ... ok
17462025-09-28T18:04:10.175Ztest tests/fail/bad_channel5.rs ... ok
17472025-09-28T18:04:10.175Ztest tests/fail/bad_channel6.rs ... ok
17482025-09-28T18:04:10.175Ztest tests/fail/bad_channel8.rs ... ok
17492025-09-28T18:04:10.175Ztest tests/fail/bad_channel9.rs ... ok
17502025-09-28T18:04:10.175Ztest tests/fail/bad_endpoint1.rs ... ok
17512025-09-28T18:04:10.175Ztest tests/fail/bad_endpoint10.rs ... ok
17522025-09-28T18:04:10.175Ztest tests/fail/bad_endpoint11.rs ... ok
17532025-09-28T18:04:10.175Ztest tests/fail/bad_endpoint12.rs ... ok
17542025-09-28T18:04:10.175Ztest tests/fail/bad_endpoint13.rs ... ok
17552025-09-28T18:04:10.175Ztest tests/fail/bad_endpoint14.rs ... ok
17562025-09-28T18:04:10.175Ztest tests/fail/bad_endpoint15.rs ... ok
17572025-09-28T18:04:10.175Ztest tests/fail/bad_endpoint16.rs ... ok
17582025-09-28T18:04:10.175Ztest tests/fail/bad_endpoint17.rs ... ok
17592025-09-28T18:04:10.175Ztest tests/fail/bad_endpoint18.rs ... ok
17602025-09-28T18:04:10.175Ztest tests/fail/bad_endpoint19.rs ... ok
17612025-09-28T18:04:10.175Ztest tests/fail/bad_endpoint2.rs ... ok
17622025-09-28T18:04:10.175Ztest tests/fail/bad_endpoint20.rs ... ok
17632025-09-28T18:04:10.175Ztest tests/fail/bad_endpoint21.rs ... ok
17642025-09-28T18:04:10.176Ztest tests/fail/bad_endpoint22.rs ... ok
17652025-09-28T18:04:10.176Ztest tests/fail/bad_endpoint23.rs ... ok
17662025-09-28T18:04:10.176Ztest tests/fail/bad_endpoint24.rs ... ok
17672025-09-28T18:04:10.176Ztest tests/fail/bad_endpoint25.rs ... ok
17682025-09-28T18:04:10.176Ztest tests/fail/bad_endpoint26.rs ... ok
17692025-09-28T18:04:10.176Ztest tests/fail/bad_endpoint27.rs ... ok
17702025-09-28T18:04:10.176Ztest tests/fail/bad_endpoint28.rs ... ok
17712025-09-28T18:04:10.176Ztest tests/fail/bad_endpoint3.rs ... ok
17722025-09-28T18:04:10.176Ztest tests/fail/bad_endpoint4.rs ... ok
17732025-09-28T18:04:10.176Ztest tests/fail/bad_endpoint5.rs ... ok
17742025-09-28T18:04:10.176Ztest tests/fail/bad_endpoint6.rs ... ok
17752025-09-28T18:04:10.176Ztest tests/fail/bad_endpoint7.rs ... ok
17762025-09-28T18:04:10.176Ztest tests/fail/bad_endpoint8.rs ... ok
17772025-09-28T18:04:10.176Ztest tests/fail/bad_endpoint9.rs ... ok
17782025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel10.rs ... ok
17792025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel11.rs ... ok
17802025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel12.rs ... ok
17812025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel13.rs ... ok
17822025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel14.rs ... ok
17832025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel15.rs ... ok
17842025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel17.rs ... ok
17852025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel18.rs ... ok
17862025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel19.rs ... ok
17872025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel1a.rs ... ok
17882025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel1b.rs ... ok
17892025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel2.rs ... ok
17902025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel20.rs ... ok
17912025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel21.rs ... ok
17922025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel22.rs ... ok
17932025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel23.rs ... ok
17942025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel24.rs ... ok
17952025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel25.rs ... ok
17962025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel26.rs ... ok
17972025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel28.rs ... ok
17982025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel3.rs ... ok
17992025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel4.rs ... ok
18002025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel5.rs ... ok
18012025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel6.rs ... ok
18022025-09-28T18:04:10.176Ztest tests/fail/bad_trait_channel8.rs ... ok
18032025-09-28T18:04:10.177Ztest tests/fail/bad_trait_channel9.rs ... ok
18042025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18052025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18062025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18072025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18082025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18092025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18102025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18112025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18122025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18132025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18142025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18152025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18162025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18172025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18182025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18192025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18202025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18212025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18222025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18232025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18242025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18252025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18262025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18272025-09-28T18:04:10.177Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18282025-09-28T18:04:10.202Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18292025-09-28T18:04:10.202Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18302025-09-28T18:04:10.202Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18312025-09-28T18:04:10.202Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18322025-09-28T18:04:10.202Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18332025-09-28T18:04:10.202Ztest tests/fail/bad_trait_only1.rs ... ok
18342025-09-28T18:04:10.202Ztest tests/fail/bad_trait_only10.rs ... ok
18352025-09-28T18:04:10.202Ztest tests/fail/bad_trait_only11.rs ... ok
18362025-09-28T18:04:10.202Ztest tests/fail/bad_trait_only12.rs ... ok
18372025-09-28T18:04:10.202Ztest tests/fail/bad_trait_only13.rs ... ok
18382025-09-28T18:04:10.202Ztest tests/fail/bad_trait_only14.rs ... ok
18392025-09-28T18:04:10.202Ztest tests/fail/bad_trait_only15.rs ... ok
18402025-09-28T18:04:10.202Ztest tests/fail/bad_trait_only16.rs ... ok
18412025-09-28T18:04:10.202Ztest tests/fail/bad_trait_only17.rs ... ok
18422025-09-28T18:04:10.203Ztest tests/fail/bad_trait_only18.rs ... ok
18432025-09-28T18:04:10.203Ztest tests/fail/bad_trait_only19.rs ... ok
18442025-09-28T18:04:10.203Ztest tests/fail/bad_trait_only2.rs ... ok
18452025-09-28T18:04:10.203Ztest tests/fail/bad_trait_only20.rs ... ok
18462025-09-28T18:04:10.203Ztest tests/fail/bad_trait_only21.rs ... ok
18472025-09-28T18:04:10.203Ztest tests/fail/bad_trait_only22.rs ... ok
18482025-09-28T18:04:10.203Ztest tests/fail/bad_trait_only3.rs ... ok
18492025-09-28T18:04:10.203Ztest tests/fail/bad_trait_only4.rs ... ok
18502025-09-28T18:04:10.203Ztest tests/fail/bad_trait_only5.rs ... ok
18512025-09-28T18:04:10.203Ztest tests/fail/bad_trait_only6.rs ... ok
18522025-09-28T18:04:10.203Ztest tests/fail/bad_trait_only7.rs ... ok
18532025-09-28T18:04:10.203Ztest tests/fail/bad_trait_only8.rs ... ok
18542025-09-28T18:04:10.203Ztest tests/fail/bad_trait_only9.rs ... ok
18552025-09-28T18:04:10.203Ztest tests/fail/bad_version_backwards.rs ... ok
18562025-09-28T18:04:10.203Ztest tests/fail/unused_endpoint.rs ... ok
18572025-09-28T18:04:10.203Z
18582025-09-28T18:04:10.203Z
18592025-09-28T18:04:10.203Ztest fail ... ok
18602025-09-28T18:04:10.203Z
18612025-09-28T18:04:10.203Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 50.72s
18622025-09-28T18:04:10.203Z
18632025-09-28T18:04:10.203Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-39f71de800ce890d`
18642025-09-28T18:04:10.203Z
18652025-09-28T18:04:10.203Zrunning 82 tests
18662025-09-28T18:04:10.203Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
18672025-09-28T18:04:10.203Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
18682025-09-28T18:04:10.203Ztest config::test_config_bad_bind_address_port_too_small ... ok
18692025-09-28T18:04:10.203Ztest config::test_config_bad_bind_address_port_too_large ... ok
18702025-09-28T18:04:10.203Ztest config::test_config_bad_bind_address_garbage ... ok
18712025-09-28T18:04:10.203Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
18722025-09-28T18:04:10.203Ztest api_trait::test_api_trait_with_complex_tags ... ok
18732025-09-28T18:04:10.203Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
18742025-09-28T18:04:10.203Ztest config::test_config_deprecated_request_body_max_bytes ... ok
18752025-09-28T18:04:10.203Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_unversioned_servers_with_versioned_routes.2979.6.log"
18762025-09-28T18:04:10.203Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-api_trait_basic.2979.0.log"
18772025-09-28T18:04:10.203Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-config_bind_address_http.2979.1.log"
18782025-09-28T18:04:10.203Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-config_handler_task_mode_detached.2979.3.log"
18792025-09-28T18:04:10.203Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-config_handler_task_mode_cancel.2979.5.log"
18802025-09-28T18:04:10.203Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-config_bind_address_https_buffer.2979.2.log"
18812025-09-28T18:04:10.204Ztest config::test_valid_config_all_settings ... ok
18822025-09-28T18:04:10.204Ztest config::test_unversioned_servers_with_versioned_routes ... ok
18832025-09-28T18:04:10.204Ztest config::test_valid_config_basic ... ok
18842025-09-28T18:04:10.204Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-config_bind_address_https.2979.4.log"
18852025-09-28T18:04:10.204Ztest config::test_valid_config_empty ... ok
18862025-09-28T18:04:10.204Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_enum_extractor_error.2979.7.log"
18872025-09-28T18:04:10.204Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_enum_user_error.2979.8.log"
18882025-09-28T18:04:10.204Ztest config::test_config_handler_task_mode_detached ... ok
18892025-09-28T18:04:10.204Ztest config::test_config_handler_task_mode_cancel ... ok
18902025-09-28T18:04:10.204Ztest custom_errors::test_enum_extractor_error ... ok
18912025-09-28T18:04:10.204Ztest custom_errors::test_enum_user_error ... ok
18922025-09-28T18:04:10.204Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_struct_extractor_error.2979.9.log"
18932025-09-28T18:04:10.204Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_struct_user_error.2979.10.log"
18942025-09-28T18:04:10.204Ztest custom_errors::test_trait_based_api ... ok
18952025-09-28T18:04:10.204Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_trait_enum_user_error.2979.11.log"
18962025-09-28T18:04:10.204Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_trait_struct_user_error.2979.12.log"
18972025-09-28T18:04:10.204Ztest config::test_config_bind_address_http ... ok
18982025-09-28T18:04:10.204Ztest custom_errors::test_struct_user_error ... ok
18992025-09-28T18:04:10.204Ztest custom_errors::test_struct_extractor_error ... ok
19002025-09-28T18:04:10.204Ztest custom_errors::test_trait_enum_user_error ... ok
19012025-09-28T18:04:10.204Ztest custom_errors::test_trait_struct_user_error ... ok
19022025-09-28T18:04:10.204Ztest api_trait::test_api_trait_basic ... ok
19032025-09-28T18:04:10.204Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_302_bogus.2979.13.log"
19042025-09-28T18:04:10.204Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_302_found.2979.14.log"
19052025-09-28T18:04:10.204Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_307_temporary_redirect.2979.16.log"
19062025-09-28T18:04:10.204Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_303_see_other.2979.17.log"
19072025-09-28T18:04:10.204Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-demo1.2979.15.log"
19082025-09-28T18:04:10.204Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_delete_request.2979.18.log"
19092025-09-28T18:04:10.204Ztest demo::test_302_found ... ok
19102025-09-28T18:04:10.204Ztest demo::test_302_bogus ... ok
19112025-09-28T18:04:10.204Ztest demo::test_303_see_other ... ok
19122025-09-28T18:04:10.204Ztest demo::test_307_temporary_redirect ... ok
19132025-09-28T18:04:10.204Ztest demo::test_delete_request ... ok
19142025-09-28T18:04:10.204Ztest demo::test_demo1 ... ok
19152025-09-28T18:04:10.204Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-demo2query.2979.20.log"
19162025-09-28T18:04:10.204Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-demo2json.2979.19.log"
19172025-09-28T18:04:10.204Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-demo3json.2979.21.log"
19182025-09-28T18:04:10.204Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-demo_path_param_string.2979.22.log"
19192025-09-28T18:04:10.204Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-demo2urlencoded.2979.23.log"
19202025-09-28T18:04:10.205Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-demo_path_param_u32.2979.24.log"
19212025-09-28T18:04:10.205Ztest demo::test_demo_path_param_u32 ... ok
19222025-09-28T18:04:10.205Ztest demo::test_demo2query ... ok
19232025-09-28T18:04:10.205Ztest demo::test_demo3json ... ok
19242025-09-28T18:04:10.205Ztest demo::test_demo2json ... ok
19252025-09-28T18:04:10.205Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-demo_path_param_uuid.2979.25.log"
19262025-09-28T18:04:10.205Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_head_request.2979.27.log"
19272025-09-28T18:04:10.205Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-demo_websocket.2979.26.log"
19282025-09-28T18:04:10.230Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_header_request.2979.28.log"
19292025-09-28T18:04:10.230Ztest demo::test_head_request ... ok
19302025-09-28T18:04:10.230Ztest demo::test_demo_path_param_string ... ok
19312025-09-28T18:04:10.230Ztest demo::test_demo2urlencoded ... ok
19322025-09-28T18:04:10.230Ztest demo::test_demo_path_param_uuid ... ok
19332025-09-28T18:04:10.230Ztest demo::test_demo_websocket ... ok
19342025-09-28T18:04:10.230Ztest demo::test_header_request ... ok
19352025-09-28T18:04:10.230Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_large_typed_body.2979.29.log"
19362025-09-28T18:04:10.230Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-tet_raw_request.2979.30.log"
19372025-09-28T18:04:10.230Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_request_compat.2979.31.log"
19382025-09-28T18:04:10.230Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_request_remote_addr.2979.32.log"
19392025-09-28T18:04:10.230Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_streaming_body.2979.33.log"
19402025-09-28T18:04:10.230Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_untyped_body.2979.34.log"
19412025-09-28T18:04:10.230Ztest demo::test_raw_request ... ok
19422025-09-28T18:04:10.230Ztest demo::test_request_compat ... ok
19432025-09-28T18:04:10.230Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-graceful_shutdown_with_detached_handler.2979.35.log"
19442025-09-28T18:04:10.230Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-multipart_client.2979.36.log"
19452025-09-28T18:04:10.230Ztest demo::test_request_remote_addr ... ok
19462025-09-28T18:04:10.230Ztest demo::test_large_typed_body ... ok
19472025-09-28T18:04:10.230Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-multipart_client.2979.37.log"
19482025-09-28T18:04:10.230Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-multipart_client.2979.38.log"
19492025-09-28T18:04:10.231Ztest multipart::missing_boundary ... ok
19502025-09-28T18:04:10.231Ztest demo::test_streaming_body ... ok
19512025-09-28T18:04:10.231Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-multipart_client.2979.39.log"
19522025-09-28T18:04:10.231Ztest multipart::no_content_type ... ok
19532025-09-28T18:04:10.231Ztest multipart::test_multipart_client ... ok
19542025-09-28T18:04:10.231Ztest multipart::weird_content_type ... ok
19552025-09-28T18:04:10.231Ztest openapi::test_openapi_custom_error_types ... ok
19562025-09-28T18:04:10.231Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-pagination-basic.2979.40.log"
19572025-09-28T18:04:10.231Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
19582025-09-28T18:04:10.231Ztest demo::test_untyped_body ... ok
19592025-09-28T18:04:10.231Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-pagination-multiple-resources.2979.41.log"
19602025-09-28T18:04:10.231Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-pagination-multiple-sorts.2979.42.log"
19612025-09-28T18:04:10.231Ztest config::test_config_bind_address_https_buffer ... ok
19622025-09-28T18:04:10.231Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-basic.2979.43.log"
19632025-09-28T18:04:10.231Ztest openapi::test_openapi ... ok
19642025-09-28T18:04:10.231Ztest openapi::test_openapi_fuller ... ok
19652025-09-28T18:04:10.231Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-dictionary.2979.44.log"
19662025-09-28T18:04:10.231Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-empty.2979.45.log"
19672025-09-28T18:04:10.231Ztest pagination::test_paginate_empty ... ok
19682025-09-28T18:04:10.231Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-errors.2979.46.log"
19692025-09-28T18:04:10.231Ztest pagination::test_paginate_errors ... ok
19702025-09-28T18:04:10.231Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-extra_params.2979.47.log"
19712025-09-28T18:04:10.231Ztest pagination::test_paginate_extra_params ... ok
19722025-09-28T18:04:10.231Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-required_params.2979.48.log"
19732025-09-28T18:04:10.256Ztest pagination::test_paginate_with_required_params ... ok
19742025-09-28T18:04:10.256Ztest pagination_schema::test_pagination_schema ... ok
19752025-09-28T18:04:10.256Ztest path_names::test_path_names ... ok
19762025-09-28T18:04:10.256Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_no_tls.2979.49.log"
19772025-09-28T18:04:10.256Ztest starter::test_no_tls ... ok
19782025-09-28T18:04:10.256Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_with_tls.2979.50.log"
19792025-09-28T18:04:10.281Ztest pagination::test_paginate_basic ... ok
19802025-09-28T18:04:10.281Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-non_streaming_servers_do_not_use_transfer_encoding.2979.51.log"
19812025-09-28T18:04:10.281Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
19822025-09-28T18:04:10.281Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-streaming_server_buffered_client.2979.52.log"
19832025-09-28T18:04:10.306Ztest streaming::test_streaming_server_buffered_client ... ok
19842025-09-28T18:04:10.306Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-streaming_server_streaming_client.2979.53.log"
19852025-09-28T18:04:10.330Ztest streaming::test_streaming_server_streaming_client ... ok
19862025-09-28T18:04:10.330Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_server_is_http.2979.54.log"
19872025-09-28T18:04:10.330Ztest tls::test_server_is_http ... ok
19882025-09-28T18:04:10.331Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_server_is_https.2979.55.log"
19892025-09-28T18:04:10.557Ztest starter::test_with_tls ... ok
19902025-09-28T18:04:10.582Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_tls_aborted_negotiation.2979.56.log"
19912025-09-28T18:04:10.647Ztest tls::test_server_is_https ... ok
19922025-09-28T18:04:10.672Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_tls_certificate_loading.2979.57.log"
19932025-09-28T18:04:10.974Ztest tls::test_tls_certificate_loading ... ok
19942025-09-28T18:04:10.998Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_tls_only.2979.58.log"
19952025-09-28T18:04:11.170Ztest tls::test_tls_aborted_negotiation ... ok
19962025-09-28T18:04:11.194Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_tls_refresh_certificates.2979.59.log"
19972025-09-28T18:04:11.219Ztest tls::test_tls_refresh_certificates ... ok
19982025-09-28T18:04:11.219Znote: configured to log to "/tmp/integration_tests-39f71de800ce890d-test_versions.2979.60.log"
19992025-09-28T18:04:11.259Ztest versions::test_versions ... ok
20002025-09-28T18:04:11.284Ztest versions::test_versions_openapi ... ok
20012025-09-28T18:04:11.284Ztest versions::test_versions_openapi_same_names ... ok
20022025-09-28T18:04:11.308Ztest tls::test_tls_only ... ok
20032025-09-28T18:04:11.339Ztest config::test_config_bind_address_https ... ok
20042025-09-28T18:04:11.509Ztest pagination::test_example_basic ... ok
20052025-09-28T18:04:11.741Ztest pagination::test_paginate_dictionary ... ok
20062025-09-28T18:04:12.179Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
20072025-09-28T18:04:14.525Ztest pagination::test_example_multiple_sorts ... ok
20082025-09-28T18:04:15.172Ztest pagination::test_example_multiple_resources ... ok
20092025-09-28T18:04:15.172Z
20102025-09-28T18:04:15.172Ztest result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.04s
20112025-09-28T18:04:15.172Z
20122025-09-28T18:04:15.196Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-022bea26e24b1bca`
20132025-09-28T18:04:15.196Z
20142025-09-28T18:04:15.196Zrunning 35 tests
20152025-09-28T18:04:15.220Ztest channel::tests::test_channel_operation_id ... ok
20162025-09-28T18:04:15.220Ztest channel::tests::test_channel_with_versions ... ok
20172025-09-28T18:04:15.220Ztest channel::tests::test_channel_with_unnamed_params ... ok
20182025-09-28T18:04:15.220Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
20192025-09-28T18:04:15.220Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
20202025-09-28T18:04:15.220Ztest endpoint::tests::test_endpoint_bad_string ... ok
20212025-09-28T18:04:15.220Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
20222025-09-28T18:04:15.220Ztest doc::tests::test_extract_summary_description ... ok
20232025-09-28T18:04:15.221Ztest endpoint::tests::test_endpoint_bad_versions ... ok
20242025-09-28T18:04:15.221Ztest channel::tests::test_channel_with_custom_params ... ok
20252025-09-28T18:04:15.221Ztest endpoint::tests::test_endpoint_invalid_item ... ok
20262025-09-28T18:04:15.221Ztest endpoint::tests::test_endpoint_no_arguments ... ok
20272025-09-28T18:04:15.221Ztest endpoint::tests::test_endpoint_not_async ... ok
20282025-09-28T18:04:15.221Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
20292025-09-28T18:04:15.221Ztest endpoint::tests::test_endpoint_basic ... ok
20302025-09-28T18:04:15.221Ztest endpoint::tests::test_endpoint_content_type ... ok
20312025-09-28T18:04:15.221Ztest api_trait::tests::test_api_trait_operation_id ... ok
20322025-09-28T18:04:15.221Ztest api_trait::tests::test_api_trait_basic ... ok
20332025-09-28T18:04:15.221Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
20342025-09-28T18:04:15.221Ztest endpoint::tests::test_endpoint_pub_crate ... ok
20352025-09-28T18:04:15.221Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
20362025-09-28T18:04:15.221Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
20372025-09-28T18:04:15.221Ztest endpoint::tests::test_endpoint_with_doc ... ok
20382025-09-28T18:04:15.221Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
20392025-09-28T18:04:15.221Ztest endpoint::tests::test_endpoint_with_query ... ok
20402025-09-28T18:04:15.221Ztest endpoint::tests::test_endpoint_with_tags ... ok
20412025-09-28T18:04:15.221Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
20422025-09-28T18:04:15.221Ztest syn_parsing::tests::test_busted_function ... ok
20432025-09-28T18:04:15.221Ztest params::tests::test_extract_rqctx_ty_param ... ok
20442025-09-28T18:04:15.221Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
20452025-09-28T18:04:15.221Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
20462025-09-28T18:04:15.221Ztest endpoint::tests::test_operation_id ... ok
20472025-09-28T18:04:15.221Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
20482025-09-28T18:04:15.221Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
20492025-09-28T18:04:15.221Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
20502025-09-28T18:04:15.221Z
20512025-09-28T18:04:15.221Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
20522025-09-28T18:04:15.221Z
20532025-09-28T18:04:15.246Z Doc-tests dropshot
20542025-09-28T18:04:15.246Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-ae7025d83ae4f613/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-7f3c895630a9a69f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1188973a40facc17.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-64dc26909277e4a6.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-270281ef30f2f100.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-e3365bec4ac274a8.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a88f3b22fa695d18.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-827cf4592575cc72.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-97e8e2c12ddc3230.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-f8da52bf54b12fb1.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-43e8f7e5e1ad852d.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-dec034f9604165e8.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-727db91404afe926.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-575382a8d3ce86b5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-dc55bdd2626d03e1.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-0dde76dda4d6a594.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecaad9e7ff343d12.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-e67377ab803e4d10.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-2d710daaaa182574.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-046842cd56a798ed.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-8d2978f0fcbf22cf.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-676291b925f08f03.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-805b1036c642bb2c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-232c03249b5c82cb.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-dcc5f490165ac496.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-17573942bb4ff651.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-37f48650c153e87b.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-132bd9e8581c1284.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-1f9347ea399e45d2.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-96bb40642b472b19.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-93c12ee8d299d62f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-678b30da7faf8eb8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-44312c2eeff58136.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-63f8185fcce2fc7b.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-91b220f5d4a101de.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-9a9be062d87ef5bb.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-b4b1db78b00e9f1e.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-4cdf84c74af4d4f4.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9e45984f7b8406ca.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-e0038c3d23efbaad.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-0562fa1ecd61dfdc.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-bbaebc3fde159024.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-fbb1a82549e4f466.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-49f73279d27df0e2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-cd9882d45153f7ea.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-68f75c2f66f50f05.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-91b12c704f023626.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-6940cc09450b3a46.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.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`
20552025-09-28T18:04:16.602Z
20562025-09-28T18:04:16.602Zrunning 23 tests
20572025-09-28T18:04:18.447Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
20582025-09-28T18:04:18.447Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
20592025-09-28T18:04:18.472Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
20602025-09-28T18:04:18.472Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
20612025-09-28T18:04:22.440Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
20622025-09-28T18:04:22.464Ztest dropshot/src/lib.rs - (line 322) ... ignored
20632025-09-28T18:04:22.550Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
20642025-09-28T18:04:22.798Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
20652025-09-28T18:04:22.958Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 374) ... ok
20662025-09-28T18:04:23.016Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 349) ... ok
20672025-09-28T18:04:23.254Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
20682025-09-28T18:04:23.279Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
20692025-09-28T18:04:23.279Ztest dropshot/src/lib.rs - channel (line 1169) ... ignored
20702025-09-28T18:04:23.279Ztest dropshot/src/lib.rs - endpoint (line 1214) ... ignored
20712025-09-28T18:04:24.221Ztest dropshot/src/lib.rs - (line 386) ... ok
20722025-09-28T18:04:24.722Ztest dropshot/src/lib.rs - api_description (line 1034) ... ok
20732025-09-28T18:04:24.820Ztest dropshot/src/lib.rs - (line 649) ... ok
20742025-09-28T18:04:24.959Ztest dropshot/src/lib.rs - api_description (line 1095) ... ok
20752025-09-28T18:04:25.164Ztest dropshot/src/lib.rs - (line 110) ... ok
20762025-09-28T18:04:25.266Ztest dropshot/src/lib.rs - (line 189) ... ok
20772025-09-28T18:04:25.980Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok
20782025-09-28T18:04:28.605Ztest dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok
20792025-09-28T18:04:30.150Ztest dropshot/src/lib.rs - (line 485) ... ok
20802025-09-28T18:04:30.150Z
20812025-09-28T18:04:30.175Ztest result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 13.55s
20822025-09-28T18:04:30.175Z
20832025-09-28T18:04:30.175Zall doctests ran in 14.36s; merged doctests compilation took 0.81s
20842025-09-28T18:04:30.200Z Doc-tests dropshot_endpoint
20852025-09-28T18:04:30.200Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --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-ae7025d83ae4f613/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-de3effee678f7a73.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e3b94a89b868b702.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-2b087a3cf3ccd23c.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-6561a937f4a4acfc.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-c327aa7cdcd05eac.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-66776dea524ae2c6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-a60b8e1faab4385f.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-26002b9c0b884f54.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-952a878db6969639.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
20862025-09-28T18:04:30.466Z
20872025-09-28T18:04:30.466Zrunning 0 tests
20882025-09-28T18:04:30.466Z
20892025-09-28T18:04:30.466Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
20902025-09-28T18:04:30.466Z
20912025-09-28T18:04:30.512Z
20922025-09-28T18:04:30.537Zreal 2:26.657879022
20932025-09-28T18:04:30.537Zuser 12:21.933692084
20942025-09-28T18:04:30.538Zsys 2:25.268495297
20952025-09-28T18:04:30.538Ztrap 0.521250779
20962025-09-28T18:04:30.538Ztflt 0.225003272
20972025-09-28T18:04:30.538Zdflt 0.220450728
20982025-09-28T18:04:30.538Zkflt 0.000188043
20992025-09-28T18:04:30.538Zlock 40:34.229417233
21002025-09-28T18:04:30.538Zslp 1:05:02.815615358
21012025-09-28T18:04:30.538Zlat 48.281297918
21022025-09-28T18:04:30.538Zstop 50.102558512
21032025-09-28T18:04:30.538Z+ banner docs
21042025-09-28T18:04:30.538Z
21052025-09-28T18:04:30.538Z ##### #### #### ####
21062025-09-28T18:04:30.538Z # # # # # # #
21072025-09-28T18:04:30.538Z # # # # # ####
21082025-09-28T18:04:30.538Z # # # # # #
21092025-09-28T18:04:30.538Z # # # # # # # #
21102025-09-28T18:04:30.538Z ##### #### #### ####
21112025-09-28T18:04:30.538Z
21122025-09-28T18:04:30.538Z+ ptime -m cargo doc --no-deps --lib --bins --examples
21132025-09-28T18:04:30.942Z Compiling proc-macro2 v1.0.101
21142025-09-28T18:04:30.942Z Compiling unicode-ident v1.0.12
21152025-09-28T18:04:30.942Z Checking cfg-if v1.0.0
21162025-09-28T18:04:30.967Z Checking itoa v1.0.1
21172025-09-28T18:04:30.967Z Checking pin-project-lite v0.2.12
21182025-09-28T18:04:30.967Z Checking libc v0.2.175
21192025-09-28T18:04:30.967Z Checking serde_core v1.0.226
21202025-09-28T18:04:30.993Z Checking bytes v1.10.1
21212025-09-28T18:04:31.051Z Checking once_cell v1.20.1
21222025-09-28T18:04:31.110Z Checking smallvec v1.13.2
21232025-09-28T18:04:31.147Z Checking futures-core v0.3.31
21242025-09-28T18:04:31.189Z Checking memchr v2.6.0
21252025-09-28T18:04:31.333Z Checking scopeguard v1.2.0
21262025-09-28T18:04:31.358Z Checking futures-sink v0.3.31
21272025-09-28T18:04:31.437Z Checking slab v0.4.9
21282025-09-28T18:04:31.483Z Checking fnv v1.0.7
21292025-09-28T18:04:31.508Z Checking lock_api v0.4.6
21302025-09-28T18:04:31.617Z Checking futures-channel v0.3.31
21312025-09-28T18:04:31.684Z Checking log v0.4.17
21322025-09-28T18:04:31.817Z Checking pin-utils v0.1.0
21332025-09-28T18:04:31.842Z Checking http v1.3.1
21342025-09-28T18:04:31.912Z Checking parking_lot_core v0.9.4
21352025-09-28T18:04:31.937Z Checking mio v1.0.3
21362025-09-28T18:04:31.962Z Checking signal-hook-registry v1.4.0
21372025-09-28T18:04:31.962Z Checking socket2 v0.6.0
21382025-09-28T18:04:31.987Z Checking getrandom v0.2.11
21392025-09-28T18:04:32.185Z Checking zeroize v1.7.0
21402025-09-28T18:04:32.210Z Compiling quote v1.0.40
21412025-09-28T18:04:32.235Z Checking parking_lot v0.12.1
21422025-09-28T18:04:32.383Z Checking futures-task v0.3.31
21432025-09-28T18:04:32.415Z Checking rustls-pki-types v1.12.0
21442025-09-28T18:04:32.458Z Checking futures-io v0.3.31
21452025-09-28T18:04:32.546Z Compiling syn v2.0.106
21462025-09-28T18:04:32.621Z Checking stable_deref_trait v1.2.0
21472025-09-28T18:04:32.645Z Checking httparse v1.10.0
21482025-09-28T18:04:32.645Z Checking tracing-core v0.1.32
21492025-09-28T18:04:32.733Z Checking hashbrown v0.15.2
21502025-09-28T18:04:32.757Z Checking equivalent v1.0.0
21512025-09-28T18:04:32.862Z Checking untrusted v0.9.0
21522025-09-28T18:04:32.929Z Checking bitflags v2.4.0
21532025-09-28T18:04:32.975Z Checking http-body v1.0.1
21542025-09-28T18:04:32.999Z Checking atomic-waker v1.1.2
21552025-09-28T18:04:33.034Z Checking ring v0.17.13
21562025-09-28T18:04:33.116Z Checking base64 v0.22.1
21572025-09-28T18:04:33.174Z Checking percent-encoding v2.3.2
21582025-09-28T18:04:33.198Z Checking ryu v1.0.5
21592025-09-28T18:04:33.222Z Checking tracing v0.1.40
21602025-09-28T18:04:33.394Z Checking writeable v0.5.5
21612025-09-28T18:04:33.419Z Checking try-lock v0.2.3
21622025-09-28T18:04:33.494Z Checking litemap v0.7.4
21632025-09-28T18:04:33.535Z Checking typenum v1.14.0
21642025-09-28T18:04:33.559Z Checking want v0.3.0
21652025-09-28T18:04:33.592Z Checking subtle v2.5.0
21662025-09-28T18:04:33.702Z Compiling num-conv v0.1.0
21672025-09-28T18:04:33.727Z Checking tower-service v0.3.3
21682025-09-28T18:04:33.803Z Compiling time-core v0.1.2
21692025-09-28T18:04:33.827Z Checking powerfmt v0.2.0
21702025-09-28T18:04:33.852Z Checking httpdate v1.0.1
21712025-09-28T18:04:33.964Z Checking crossbeam-utils v0.8.15
21722025-09-28T18:04:33.988Z Compiling time-macros v0.2.18
21732025-09-28T18:04:34.069Z Checking deranged v0.3.11
21742025-09-28T18:04:34.093Z Checking icu_locid_transform_data v1.5.0
21752025-09-28T18:04:34.246Z Checking serde_json v1.0.145
21762025-09-28T18:04:34.401Z Checking generic-array v0.14.5
21772025-09-28T18:04:34.463Z Checking num_threads v0.1.3
21782025-09-28T18:04:34.574Z Checking getrandom v0.3.1
21792025-09-28T18:04:34.599Z Checking ipnet v2.10.0
21802025-09-28T18:04:34.756Z Checking icu_properties_data v1.5.0
21812025-09-28T18:04:34.951Z Checking rustls-webpki v0.102.8
21822025-09-28T18:04:34.976Z Checking slog v2.7.0
21832025-09-28T18:04:34.976Z Checking form_urlencoded v1.2.2
21842025-09-28T18:04:35.170Z Checking mime v0.3.16
21852025-09-28T18:04:35.194Z Checking write16 v1.0.0
21862025-09-28T18:04:35.317Z Checking crypto-common v0.1.6
21872025-09-28T18:04:35.341Z Checking block-buffer v0.10.2
21882025-09-28T18:04:35.367Z Checking utf16_iter v1.0.5
21892025-09-28T18:04:35.456Z Checking foreign-types-shared v0.1.1
21902025-09-28T18:04:35.492Z Checking utf8_iter v1.0.4
21912025-09-28T18:04:35.516Z Checking openssl-probe v0.1.4
21922025-09-28T18:04:35.516Z Checking icu_normalizer_data v1.5.0
21932025-09-28T18:04:35.545Z Checking digest v0.10.7
21942025-09-28T18:04:35.572Z Checking foreign-types v0.3.2
21952025-09-28T18:04:35.611Z Checking num-traits v0.2.14
21962025-09-28T18:04:35.635Z Checking openssl-sys v0.9.107
21972025-09-28T18:04:35.669Z Checking rand_core v0.6.3
21982025-09-28T18:04:35.693Z Checking errno v0.3.10
21992025-09-28T18:04:35.717Z Checking ppv-lite86 v0.2.15
22002025-09-28T18:04:35.844Z Checking winnow v0.7.10
22012025-09-28T18:04:35.868Z Checking iana-time-zone v0.1.47
22022025-09-28T18:04:35.939Z Checking cpufeatures v0.2.2
22032025-09-28T18:04:36.006Z Checking rustls v0.22.4
22042025-09-28T18:04:36.031Z Checking sha1 v0.10.6
22052025-09-28T18:04:36.064Z Checking time v0.3.36
22062025-09-28T18:04:36.227Z Checking rand_chacha v0.3.1
22072025-09-28T18:04:36.278Z Compiling unicase v2.6.0
22082025-09-28T18:04:36.557Z Checking serde_spanned v1.0.2
22092025-09-28T18:04:36.581Z Checking toml_datetime v0.7.2
22102025-09-28T18:04:36.606Z Checking rustls-pemfile v2.1.3
22112025-09-28T18:04:36.630Z Checking http-body-util v0.1.3
22122025-09-28T18:04:36.769Z Checking thread_local v1.1.4
22132025-09-28T18:04:36.824Z Checking encoding_rs v0.8.32
22142025-09-28T18:04:36.912Z Checking match_cfg v0.1.0
22152025-09-28T18:04:37.011Z Checking toml_writer v1.0.2
22162025-09-28T18:04:37.035Z Checking hostname v0.3.1
22172025-09-28T18:04:37.059Z Compiling mime_guess v2.0.5
22182025-09-28T18:04:37.164Z Checking rand v0.8.4
22192025-09-28T18:04:37.318Z Checking rustix v1.0.2
22202025-09-28T18:04:37.499Z Checking rustls v0.23.13
22212025-09-28T18:04:37.791Z Checking crossbeam-channel v0.5.1
22222025-09-28T18:04:38.035Z Checking toml_parser v1.0.2
22232025-09-28T18:04:38.115Z Checking concurrent-queue v2.5.0
22242025-09-28T18:04:38.372Z Compiling synstructure v0.13.1
22252025-09-28T18:04:38.403Z Compiling serde_derive_internals v0.29.0
22262025-09-28T18:04:38.581Z Checking is-terminal v0.4.12
22272025-09-28T18:04:38.605Z Checking sync_wrapper v1.0.1
22282025-09-28T18:04:38.633Z Checking toml v0.9.6
22292025-09-28T18:04:38.701Z Compiling dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot)
22302025-09-28T18:04:38.734Z Checking term v1.1.0
22312025-09-28T18:04:38.837Z Checking dyn-clone v1.0.4
22322025-09-28T18:04:38.976Z Checking semver v1.0.27
22332025-09-28T18:04:39.051Z Checking tower-layer v0.3.3
22342025-09-28T18:04:39.108Z Checking fastrand v2.1.1
22352025-09-28T18:04:39.294Z Checking parking v2.2.0
22362025-09-28T18:04:39.330Z Checking take_mut v0.2.2
22372025-09-28T18:04:39.428Z Checking spin v0.9.8
22382025-09-28T18:04:39.480Z Checking event-listener v5.0.0
22392025-09-28T18:04:39.504Z Checking slog-async v2.8.0
22402025-09-28T18:04:39.594Z Checking tempfile v3.22.0
22412025-09-28T18:04:39.820Z Checking rustix v0.38.44
22422025-09-28T18:04:39.844Z Checking camino v1.2.0
22432025-09-28T18:04:39.900Z Checking serde_path_to_error v0.1.20
22442025-09-28T18:04:39.934Z Checking waitgroup v0.1.2
22452025-09-28T18:04:39.958Z Checking webpki-roots v0.26.5
22462025-09-28T18:04:40.075Z Checking hostname v0.4.0
22472025-09-28T18:04:40.100Z Checking debug-ignore v1.0.5
22482025-09-28T18:04:40.137Z Checking byteorder v1.4.3
22492025-09-28T18:04:40.214Z Checking utf-8 v0.7.6
22502025-09-28T18:04:40.259Z Checking unicode-segmentation v1.10.0
22512025-09-28T18:04:40.325Z Checking lazy_static v1.5.0
22522025-09-28T18:04:40.427Z Checking unicode-width v0.1.9
22532025-09-28T18:04:40.451Z Checking data-encoding v2.4.0
22542025-09-28T18:04:40.475Z Checking iri-string v0.7.8
22552025-09-28T18:04:40.584Z Checking console v0.15.7
22562025-09-28T18:04:40.775Z Checking newline-converter v0.3.0
22572025-09-28T18:04:40.908Z Checking event-listener-strategy v0.5.4
22582025-09-28T18:04:40.936Z Checking target-triple v0.1.3
22592025-09-28T18:04:41.051Z Checking yasna v0.5.2
22602025-09-28T18:04:41.078Z Checking rustls-native-certs v0.7.0
22612025-09-28T18:04:41.078Z Checking pem v3.0.5
22622025-09-28T18:04:41.102Z Checking atomicwrites v0.4.4
22632025-09-28T18:04:41.126Z Checking webpki-roots v1.0.0
22642025-09-28T18:04:41.213Z Checking http-range v0.1.4
22652025-09-28T18:04:41.259Z Checking termcolor v1.1.2
22662025-09-28T18:04:41.289Z Checking similar v2.2.1
22672025-09-28T18:04:41.320Z Checking glob v0.3.0
22682025-09-28T18:04:41.344Z Checking async-channel v2.5.0
22692025-09-28T18:04:41.402Z Checking anyhow v1.0.100
22702025-09-28T18:04:41.441Z Compiling serde_derive v1.0.226
22712025-09-28T18:04:41.590Z Compiling tokio-macros v2.5.0
22722025-09-28T18:04:41.620Z Compiling zerofrom-derive v0.1.5
22732025-09-28T18:04:41.648Z Compiling futures-macro v0.3.31
22742025-09-28T18:04:41.746Z Compiling yoke-derive v0.7.5
22752025-09-28T18:04:41.791Z Compiling zerovec-derive v0.10.3
22762025-09-28T18:04:41.899Z Compiling displaydoc v0.2.5
22772025-09-28T18:04:42.640Z Compiling icu_provider_macros v1.5.0
22782025-09-28T18:04:42.766Z Checking tokio v1.47.1
22792025-09-28T18:04:43.051Z Checking futures-util v0.3.31
22802025-09-28T18:04:43.105Z Compiling openssl-macros v0.1.1
22812025-09-28T18:04:43.534Z Compiling thiserror-impl v1.0.69
22822025-09-28T18:04:43.576Z Compiling schemars_derive v0.8.22
22832025-09-28T18:04:43.677Z Compiling thiserror-impl v2.0.16
22842025-09-28T18:04:43.766Z Checking openssl v0.10.72
22852025-09-28T18:04:44.039Z Checking zerofrom v0.1.5
22862025-09-28T18:04:44.229Z Checking yoke v0.7.5
22872025-09-28T18:04:44.536Z Checking zerovec v0.10.4
22882025-09-28T18:04:45.512Z Compiling async-stream-impl v0.3.6
22892025-09-28T18:04:45.642Z Checking thiserror v1.0.69
22902025-09-28T18:04:45.784Z Compiling async-trait v0.1.89
22912025-09-28T18:04:45.836Z Checking tinystr v0.7.6
22922025-09-28T18:04:45.875Z Checking icu_collections v1.5.0
22932025-09-28T18:04:46.144Z Checking icu_locid v1.5.0
22942025-09-28T18:04:46.345Z Checking serde v1.0.226
22952025-09-28T18:04:46.525Z Checking async-stream v0.3.6
22962025-09-28T18:04:46.710Z Checking thiserror v2.0.16
22972025-09-28T18:04:46.846Z Checking tungstenite v0.24.0
22982025-09-28T18:04:46.947Z Checking futures-executor v0.3.31
22992025-09-28T18:04:47.029Z Checking icu_provider v1.5.0
23002025-09-28T18:04:47.232Z Checking futures v0.3.31
23012025-09-28T18:04:47.267Z Checking indexmap v2.11.1
23022025-09-28T18:04:47.336Z Checking chrono v0.4.42
23032025-09-28T18:04:47.521Z Compiling serde_tokenstream v0.2.2
23042025-09-28T18:04:47.550Z Checking serde_urlencoded v0.7.1
23052025-09-28T18:04:47.574Z Checking icu_locid_transform v1.5.0
23062025-09-28T18:04:47.625Z Checking slog-json v2.6.1
23072025-09-28T18:04:47.862Z Checking uuid v1.18.1
23082025-09-28T18:04:47.910Z Checking slog-bunyan v2.5.0
23092025-09-28T18:04:47.983Z Compiling dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23102025-09-28T18:04:48.077Z Checking multer v3.1.0
23112025-09-28T18:04:48.103Z Checking native-tls v0.2.12
23122025-09-28T18:04:48.376Z Checking trybuild v1.0.111
23132025-09-28T18:04:48.401Z Checking expectorate v1.2.0
23142025-09-28T18:04:48.425Z Checking icu_properties v1.5.1
23152025-09-28T18:04:48.425Z Checking openapiv3 v2.2.0
23162025-09-28T18:04:48.449Z Checking rcgen v0.14.4
23172025-09-28T18:04:48.573Z Checking buf-list v1.0.3
23182025-09-28T18:04:48.771Z Checking tokio-util v0.7.7
23192025-09-28T18:04:48.831Z Checking tokio-rustls v0.25.0
23202025-09-28T18:04:49.012Z Checking schemars v0.8.22
23212025-09-28T18:04:49.160Z Checking slog-term v2.9.2
23222025-09-28T18:04:49.184Z Checking tokio-rustls v0.26.0
23232025-09-28T18:04:49.420Z Checking tower v0.5.2
23242025-09-28T18:04:49.499Z Checking h2 v0.4.6
23252025-09-28T18:04:49.528Z Checking tokio-native-tls v0.3.1
23262025-09-28T18:04:49.647Z Checking tokio-tungstenite v0.24.0
23272025-09-28T18:04:49.764Z Checking subprocess v0.2.9
23282025-09-28T18:04:50.137Z Checking tower-http v0.6.5
23292025-09-28T18:04:50.280Z Checking heck v0.5.0
23302025-09-28T18:04:51.172Z Checking icu_normalizer v1.5.0
23312025-09-28T18:04:51.806Z Checking idna_adapter v1.2.0
23322025-09-28T18:04:51.982Z Checking idna v1.0.3
23332025-09-28T18:04:52.382Z Checking url v2.5.4
23342025-09-28T18:04:52.853Z Checking hyper v1.7.0
23352025-09-28T18:04:54.420Z Checking hyper-util v0.1.17
23362025-09-28T18:04:54.420Z Checking hyper-staticfile v0.10.1
23372025-09-28T18:04:56.102Z Checking hyper-tls v0.6.0
23382025-09-28T18:04:56.102Z Checking hyper-rustls v0.27.3
23392025-09-28T18:04:56.102Z Checking hyper-rustls v0.26.0
23402025-09-28T18:04:56.127Z Documenting dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot)
23412025-09-28T18:04:56.253Z Documenting dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23422025-09-28T18:04:56.430Z Checking reqwest v0.12.23
23432025-09-28T18:04:58.410Zwarning: unresolved link to `Query`
23442025-09-28T18:04:58.410Z --> dropshot/src/extractor/header.rs:26:29
23452025-09-28T18:04:58.410Z |
23462025-09-28T18:04:58.410Z26 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
23472025-09-28T18:04:58.410Z | ^^^^^ no item named `Query` in scope
23482025-09-28T18:04:58.410Z |
23492025-09-28T18:04:58.410Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
23502025-09-28T18:04:58.410Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
23512025-09-28T18:04:58.410Z
23522025-09-28T18:04:58.410Zwarning: unresolved link to `Path`
23532025-09-28T18:04:58.410Z --> dropshot/src/extractor/header.rs:26:43
23542025-09-28T18:04:58.411Z |
23552025-09-28T18:04:58.411Z26 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
23562025-09-28T18:04:58.411Z | ^^^^ no item named `Path` in scope
23572025-09-28T18:04:58.411Z |
23582025-09-28T18:04:58.411Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
23592025-09-28T18:04:58.411Z
23602025-09-28T18:04:58.852Zwarning: `dropshot` (lib doc) generated 2 warnings
23612025-09-28T18:05:05.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.44s
23622025-09-28T18:05:05.068Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
23632025-09-28T18:05:05.092Z
23642025-09-28T18:05:05.092Zreal 34.553338607
23652025-09-28T18:05:05.092Zuser 2:47.080352228
23662025-09-28T18:05:05.092Zsys 41.633693701
23672025-09-28T18:05:05.093Ztrap 0.104999699
23682025-09-28T18:05:05.093Ztflt 0.162256019
23692025-09-28T18:05:05.093Zdflt 0.016176147
23702025-09-28T18:05:05.093Zkflt 0.000301298
23712025-09-28T18:05:05.093Zlock 6:13.980971744
23722025-09-28T18:05:05.093Zslp 10:20.936063821
23732025-09-28T18:05:05.093Zlat 10.138578566
23742025-09-28T18:05:05.093Zstop 16.846867070
23752025-09-28T18:05:05.093Zprocess exited: duration 328815 ms, exit code 0
 
23762025-09-28T18:05:05.142Zfound 0 output files