01K7GFRF5HG6JQE4EF6C2CWSJP: build-and-test / illumos

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

Buildomat Job: 01K7GFRQXFKAZ61CG73N0XEERF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-10-14T04:31:58.181Zjob assigned to worker 01K7GFRYATNE72910221W4VGJ7 [factory aws, i-00a7ec5883662ad08] (queued for 58 s)
 
22025-10-14T04:32:06.091Zstarting task 0: "setup"
32025-10-14T04:32:06.096Z++ uname -s
42025-10-14T04:32:06.099Z+ kern=SunOS
52025-10-14T04:32:06.099Z+ build_user=build
62025-10-14T04:32:06.099Z+ build_uid=12345
72025-10-14T04:32:06.099Z+ work_dir=/work
82025-10-14T04:32:06.099Z+ input_dir=/input
92025-10-14T04:32:06.099Z+ [[ 0 == 12345 ]]
102025-10-14T04:32:06.099Z+ case "$kern" in
112025-10-14T04:32:06.099Z+ groupadd -g 12345 build
122025-10-14T04:32:06.102Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-10-14T04:32:08.108Z+ zfs create -o mountpoint=/work rpool/work
142025-10-14T04:32:08.226Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-10-14T04:32:08.229Z+ home_fs=zfs
162025-10-14T04:32:08.229Z+ [[ zfs == autofs ]]
172025-10-14T04:32:08.229Z+ mkdir -p /home/build
182025-10-14T04:32:08.232Z+ chown build:build /home/build /work
192025-10-14T04:32:09.233Z+ chmod 0700 /home/build /work
202025-10-14T04:32:09.236Zprocess exited: duration 3147 ms, exit code 0
 
212025-10-14T04:32:09.244Zstarting task 1: "rust-toolchain"
222025-10-14T04:32:09.249Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-10-14T04:32:09.249Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-10-14T04:32:09.249Z * rust toolchain channel = "stable"
252025-10-14T04:32:09.249Z * rust toolchain profile = "default"
262025-10-14T04:32:09.249Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-10-14T04:32:09.250Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-10-14T04:32:09.254Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-10-14T04:32:09.254Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-10-14T04:32:09.367Zinfo: downloading installer
312025-10-14T04:32:10.597Zwarn: It looks like you have an existing installation of Rust at:
322025-10-14T04:32:10.597Zwarn: /opt/ooce/bin
332025-10-14T04:32:10.597Zwarn: It is recommended that rustup be the primary Rust installation.
342025-10-14T04:32:10.597Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-10-14T04:32:10.597Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-10-14T04:32:10.597Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-10-14T04:32:10.597Zwarn: or pass `-y' to ignore all ignorable checks.
382025-10-14T04:32:10.597Zerror: cannot install while Rust is installed
392025-10-14T04:32:10.597Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-10-14T04:32:10.611Zinfo: profile set to 'default'
412025-10-14T04:32:10.611Zinfo: default host triple is x86_64-unknown-illumos
422025-10-14T04:32:10.614Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-10-14T04:32:10.789Zinfo: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
442025-10-14T04:32:10.789Zinfo: downloading component 'cargo'
452025-10-14T04:32:11.650Zinfo: downloading component 'clippy'
462025-10-14T04:32:11.991Zinfo: downloading component 'rust-docs'
472025-10-14T04:32:13.458Zinfo: downloading component 'rust-std'
482025-10-14T04:32:15.201Zinfo: downloading component 'rustc'
492025-10-14T04:32:22.998Zinfo: downloading component 'rustfmt'
502025-10-14T04:32:23.295Zinfo: installing component 'cargo'
512025-10-14T04:32:24.221Zinfo: installing component 'clippy'
522025-10-14T04:32:24.623Zinfo: installing component 'rust-docs'
532025-10-14T04:32:26.473Zinfo: installing component 'rust-std'
542025-10-14T04:32:28.405Zinfo: installing component 'rustc'
552025-10-14T04:32:34.977Zinfo: installing component 'rustfmt'
562025-10-14T04:32:35.316Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-10-14T04:32:35.316Z
582025-10-14T04:32:35.741Z stable-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
592025-10-14T04:32:35.741Z
602025-10-14T04:32:35.744Z
612025-10-14T04:32:35.745ZRust is installed now. Great!
622025-10-14T04:32:35.745Z
632025-10-14T04:32:35.745ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-10-14T04:32:35.745Zenvironment variable. This has not been done automatically.
652025-10-14T04:32:35.745Z
662025-10-14T04:32:35.745ZTo configure your current shell, you need to source
672025-10-14T04:32:35.746Zthe corresponding env file under $HOME/.cargo.
682025-10-14T04:32:35.746Z
692025-10-14T04:32:35.746ZThis is usually done by running one of the following (note the leading DOT):
702025-10-14T04:32:35.746Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-10-14T04:32:35.746Zsource "$HOME/.cargo/env.fish" # For fish
722025-10-14T04:32:35.746Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-10-14T04:32:35.835Z+ rustup --version
742025-10-14T04:32:35.850Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-10-14T04:32:35.853Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-10-14T04:32:35.977Zinfo: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
772025-10-14T04:32:35.982Z+ cargo --version
782025-10-14T04:32:36.053Zcargo 1.90.0 (840b83a10 2025-07-30)
792025-10-14T04:32:36.056Z+ rustc --version
802025-10-14T04:32:36.129Zrustc 1.90.0 (1159e78c4 2025-09-14)
812025-10-14T04:32:36.132Zprocess exited: duration 26886 ms, exit code 0
 
822025-10-14T04:32:36.139Zstarting task 2: "authentication"
832025-10-14T04:32:36.161Zprocess exited: duration 22 ms, exit code 0
 
842025-10-14T04:32:36.168Zstarting task 3: "clone repository"
852025-10-14T04:32:36.172Z+ mkdir -p /work/oxidecomputer/dropshot
862025-10-14T04:32:36.175Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
872025-10-14T04:32:36.211ZCloning into '/work/oxidecomputer/dropshot'...
882025-10-14T04:32:37.102Z+ cd /work/oxidecomputer/dropshot
892025-10-14T04:32:37.102Z+ git fetch origin 73c8744654d6e17d757110e1f3e9249685d5019c
902025-10-14T04:32:37.407ZFrom https://github.com/oxidecomputer/dropshot
912025-10-14T04:32:37.407Z * branch 73c8744654d6e17d757110e1f3e9249685d5019c -> FETCH_HEAD
922025-10-14T04:32:37.416Z+ [[ -n '' ]]
932025-10-14T04:32:37.416Z+ git reset --hard 73c8744654d6e17d757110e1f3e9249685d5019c
942025-10-14T04:32:37.438ZHEAD is now at 73c8744 Update actions/setup-node action to v6
952025-10-14T04:32:37.441Zprocess exited: duration 1271 ms, exit code 0
 
962025-10-14T04:32:37.450Zstarting task 4: "build"
972025-10-14T04:32:37.453Z+ cargo --version
982025-10-14T04:32:37.460Zinfo: syncing channel updates for '1.90.0-x86_64-unknown-illumos'
992025-10-14T04:32:37.651Zinfo: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
1002025-10-14T04:32:37.651Zinfo: downloading component 'cargo'
1012025-10-14T04:32:38.543Zinfo: downloading component 'clippy'
1022025-10-14T04:32:38.957Zinfo: downloading component 'rust-docs'
1032025-10-14T04:32:40.293Zinfo: downloading component 'rust-std'
1042025-10-14T04:32:42.072Zinfo: downloading component 'rustc'
1052025-10-14T04:32:49.824Zinfo: downloading component 'rustfmt'
1062025-10-14T04:32:50.065Zinfo: installing component 'cargo'
1072025-10-14T04:32:50.991Zinfo: installing component 'clippy'
1082025-10-14T04:32:51.398Zinfo: installing component 'rust-docs'
1092025-10-14T04:32:53.292Zinfo: installing component 'rust-std'
1102025-10-14T04:32:55.238Zinfo: installing component 'rustc'
1112025-10-14T04:33:01.779Zinfo: installing component 'rustfmt'
1122025-10-14T04:33:02.202Zcargo 1.90.0 (840b83a10 2025-07-30)
1132025-10-14T04:33:02.206Z+ rustc --version
1142025-10-14T04:33:02.285Zrustc 1.90.0 (1159e78c4 2025-09-14)
1152025-10-14T04:33:02.289Z+ banner build
1162025-10-14T04:33:02.292Z
1172025-10-14T04:33:02.292Z ##### # # # # #####
1182025-10-14T04:33:02.292Z # # # # # # # #
1192025-10-14T04:33:02.292Z ##### # # # # # #
1202025-10-14T04:33:02.292Z # # # # # # # #
1212025-10-14T04:33:02.292Z # # # # # # # #
1222025-10-14T04:33:02.292Z ##### #### # ###### #####
1232025-10-14T04:33:02.292Z
1242025-10-14T04:33:02.295Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1252025-10-14T04:33:02.444Z Updating crates.io index
1262025-10-14T04:33:03.259Z Downloading crates ...
1272025-10-14T04:33:03.331Z Downloaded foreign-types v0.3.2
1282025-10-14T04:33:03.334Z Downloaded block-buffer v0.10.2
1292025-10-14T04:33:03.339Z Downloaded hyper-tls v0.6.0
1302025-10-14T04:33:03.342Z Downloaded data-encoding v2.4.0
1312025-10-14T04:33:03.346Z Downloaded futures-task v0.3.31
1322025-10-14T04:33:03.349Z Downloaded futures v0.3.31
1332025-10-14T04:33:03.365Z Downloaded mime_guess v2.0.5
1342025-10-14T04:33:03.368Z Downloaded serde_urlencoded v0.7.1
1352025-10-14T04:33:03.371Z Downloaded newline-converter v0.3.0
1362025-10-14T04:33:03.371Z Downloaded memmap2 v0.9.8
1372025-10-14T04:33:03.374Z Downloaded thiserror-impl v2.0.16
1382025-10-14T04:33:03.377Z Downloaded once_cell v1.20.1
1392025-10-14T04:33:03.380Z Downloaded native-tls v0.2.12
1402025-10-14T04:33:03.383Z Downloaded camino v1.2.1
1412025-10-14T04:33:03.386Z Downloaded bytes v1.10.1
1422025-10-14T04:33:03.389Z Downloaded tinyvec v1.5.1
1432025-10-14T04:33:03.393Z Downloaded byteorder v1.4.3
1442025-10-14T04:33:03.397Z Downloaded fastrand v2.1.1
1452025-10-14T04:33:03.400Z Downloaded mio v1.0.3
1462025-10-14T04:33:03.404Z Downloaded serde_path_to_error v0.1.20
1472025-10-14T04:33:03.407Z Downloaded num-conv v0.1.0
1482025-10-14T04:33:03.410Z Downloaded serde_spanned v1.0.2
1492025-10-14T04:33:03.410Z Downloaded async-trait v0.1.89
1502025-10-14T04:33:03.414Z Downloaded proc-macro2 v1.0.101
1512025-10-14T04:33:03.417Z Downloaded chrono v0.4.42
1522025-10-14T04:33:03.423Z Downloaded scroll v0.13.0
1532025-10-14T04:33:03.426Z Downloaded toml v0.9.7
1542025-10-14T04:33:03.429Z Downloaded slog-term v2.9.2
1552025-10-14T04:33:03.432Z Downloaded serde_tokenstream v0.2.2
1562025-10-14T04:33:03.435Z Downloaded percent-encoding v2.3.2
1572025-10-14T04:33:03.438Z Downloaded idna v1.0.3
1582025-10-14T04:33:03.441Z Downloaded rustls-pki-types v1.12.0
1592025-10-14T04:33:03.444Z Downloaded hyper-rustls v0.26.0
1602025-10-14T04:33:03.447Z Downloaded quote v1.0.41
1612025-10-14T04:33:03.450Z Downloaded console v0.15.7
1622025-10-14T04:33:03.453Z Downloaded idna_adapter v1.2.0
1632025-10-14T04:33:03.456Z Downloaded rand_core v0.6.3
1642025-10-14T04:33:03.456Z Downloaded http-body v1.0.1
1652025-10-14T04:33:03.459Z Downloaded equivalent v1.0.0
1662025-10-14T04:33:03.459Z Downloaded deranged v0.3.11
1672025-10-14T04:33:03.462Z Downloaded atomic-waker v1.1.2
1682025-10-14T04:33:03.465Z Downloaded rcgen v0.14.5
1692025-10-14T04:33:03.467Z Downloaded sha2 v0.10.8
1702025-10-14T04:33:03.470Z Downloaded schemars_derive v0.8.22
1712025-10-14T04:33:03.470Z Downloaded futures-io v0.3.31
1722025-10-14T04:33:03.473Z Downloaded schema-derive v0.1.0
1732025-10-14T04:33:03.473Z Downloaded is-terminal v0.4.12
1742025-10-14T04:33:03.476Z Downloaded iana-time-zone v0.1.47
1752025-10-14T04:33:03.479Z Downloaded pest_generator v2.8.1
1762025-10-14T04:33:03.482Z Downloaded hostname v0.4.0
1772025-10-14T04:33:03.482Z Downloaded sync_wrapper v1.0.1
1782025-10-14T04:33:03.485Z Downloaded pin-utils v0.1.0
1792025-10-14T04:33:03.485Z Downloaded rand_chacha v0.3.1
1802025-10-14T04:33:03.488Z Downloaded foreign-types-shared v0.1.1
1812025-10-14T04:33:03.488Z Downloaded time-macros v0.2.18
1822025-10-14T04:33:03.491Z Downloaded quinn-udp v0.5.5
1832025-10-14T04:33:03.494Z Downloaded schema v0.1.0
1842025-10-14T04:33:03.494Z Downloaded getrandom v0.3.1
1852025-10-14T04:33:03.497Z Downloaded icu_provider_macros v1.5.0
1862025-10-14T04:33:03.500Z Downloaded atomicwrites v0.4.4
1872025-10-14T04:33:03.501Z Downloaded icu_locid_transform_data v1.5.0
1882025-10-14T04:33:03.503Z Downloaded subtle v2.5.0
1892025-10-14T04:33:03.506Z Downloaded hostname v0.3.1
1902025-10-14T04:33:03.506Z Downloaded heck v0.5.0
1912025-10-14T04:33:03.509Z Downloaded slog-async v2.8.0
1922025-10-14T04:33:03.509Z Downloaded serde v1.0.228
1932025-10-14T04:33:03.513Z Downloaded simple-mermaid v0.2.0
1942025-10-14T04:33:03.516Z Downloaded httpdate v1.0.1
1952025-10-14T04:33:03.516Z Downloaded getrandom v0.2.11
1962025-10-14T04:33:03.519Z Downloaded glob v0.3.0
1972025-10-14T04:33:03.522Z Downloaded scopeguard v1.2.0
1982025-10-14T04:33:03.525Z Downloaded powerfmt v0.2.0
1992025-10-14T04:33:03.525Z Downloaded icu_normalizer_data v1.5.0
2002025-10-14T04:33:03.527Z Downloaded pretty-hex v0.4.1
2012025-10-14T04:33:03.528Z Downloaded take_mut v0.2.2
2022025-10-14T04:33:03.530Z Downloaded rustc-hash v2.0.0
2032025-10-14T04:33:03.530Z Downloaded tempfile v3.23.0
2042025-10-14T04:33:03.533Z Downloaded ucd-trie v0.1.6
2052025-10-14T04:33:03.536Z Downloaded pkg-config v0.3.31
2062025-10-14T04:33:03.539Z Downloaded lock_api v0.4.6
2072025-10-14T04:33:03.539Z Downloaded synstructure v0.13.1
2082025-10-14T04:33:03.542Z Downloaded stable_deref_trait v1.2.0
2092025-10-14T04:33:03.542Z Downloaded signal-hook-registry v1.4.0
2102025-10-14T04:33:03.545Z Downloaded hyper-util v0.1.17
2112025-10-14T04:33:03.548Z Downloaded yoke-derive v0.7.5
2122025-10-14T04:33:03.552Z Downloaded time-core v0.1.2
2132025-10-14T04:33:03.552Z Downloaded http v1.3.1
2142025-10-14T04:33:03.554Z Downloaded tokio-macros v2.5.0
2152025-10-14T04:33:03.557Z Downloaded tower-layer v0.3.3
2162025-10-14T04:33:03.557Z Downloaded icu_locid_transform v1.5.0
2172025-10-14T04:33:03.560Z Downloaded try-lock v0.2.3
2182025-10-14T04:33:03.563Z Downloaded thread-id v5.0.0
2192025-10-14T04:33:03.563Z Downloaded dyn-clone v1.0.4
2202025-10-14T04:33:03.566Z Downloaded waitgroup v0.1.2
2212025-10-14T04:33:03.566Z Downloaded tower-service v0.3.3
2222025-10-14T04:33:03.569Z Downloaded tinystr v0.7.6
2232025-10-14T04:33:03.569Z Downloaded tinyvec_macros v0.1.0
2242025-10-14T04:33:03.572Z Downloaded slog-json v2.6.1
2252025-10-14T04:33:03.573Z Downloaded shlex v1.3.0
2262025-10-14T04:33:03.576Z Downloaded sha1 v0.10.6
2272025-10-14T04:33:03.576Z Downloaded ppv-lite86 v0.2.15
2282025-10-14T04:33:03.579Z Downloaded plain v0.2.3
2292025-10-14T04:33:03.579Z Downloaded openssl-sys v0.9.107
2302025-10-14T04:33:03.583Z Downloaded zerofrom-derive v0.1.5
2312025-10-14T04:33:03.586Z Downloaded want v0.3.0
2322025-10-14T04:33:03.586Z Downloaded unicase v2.6.0
2332025-10-14T04:33:03.589Z Downloaded zerofrom v0.1.5
2342025-10-14T04:33:03.589Z Downloaded thiserror v1.0.69
2352025-10-14T04:33:03.594Z Downloaded spin v0.9.8
2362025-10-14T04:33:03.597Z Downloaded write16 v1.0.0
2372025-10-14T04:33:03.599Z Downloaded tokio-tungstenite v0.24.0
2382025-10-14T04:33:03.603Z Downloaded thiserror v2.0.16
2392025-10-14T04:33:03.606Z Downloaded thiserror-impl v1.0.69
2402025-10-14T04:33:03.610Z Downloaded icu_locid v1.5.0
2412025-10-14T04:33:03.613Z Downloaded toml_writer v1.0.3
2422025-10-14T04:33:03.616Z Downloaded utf-8 v0.7.6
2432025-10-14T04:33:03.619Z Downloaded usdt-macro v0.6.0
2442025-10-14T04:33:03.619Z Downloaded untrusted v0.9.0
2452025-10-14T04:33:03.622Z Downloaded version_check v0.9.5
2462025-10-14T04:33:03.622Z Downloaded utf8_iter v1.0.4
2472025-10-14T04:33:03.622Z Downloaded writeable v0.5.5
2482025-10-14T04:33:03.625Z Downloaded term v1.1.0
2492025-10-14T04:33:03.628Z Downloaded pin-project-lite v0.2.12
2502025-10-14T04:33:03.631Z Downloaded serde_derive_internals v0.29.0
2512025-10-14T04:33:03.634Z Downloaded ryu v1.0.5
2522025-10-14T04:33:03.637Z Downloaded zeroize v1.7.0
2532025-10-14T04:33:03.639Z Downloaded utf16_iter v1.0.5
2542025-10-14T04:33:03.640Z Downloaded num-traits v0.2.14
2552025-10-14T04:33:03.642Z Downloaded zerovec-derive v0.10.3
2562025-10-14T04:33:03.645Z Downloaded expectorate v1.2.0
2572025-10-14T04:33:03.648Z Downloaded typeid v1.0.3
2582025-10-14T04:33:03.648Z Downloaded tokio-rustls v0.26.0
2592025-10-14T04:33:03.651Z Downloaded tokio-rustls v0.25.0
2602025-10-14T04:33:03.651Z Downloaded yoke v0.7.5
2612025-10-14T04:33:03.654Z Downloaded yasna v0.5.2
2622025-10-14T04:33:03.657Z Downloaded usdt-impl v0.6.0
2632025-10-14T04:33:03.657Z Downloaded trybuild v1.0.111
2642025-10-14T04:33:03.664Z Downloaded unicode-ident v1.0.12
2652025-10-14T04:33:03.667Z Downloaded schemars v0.8.22
2662025-10-14T04:33:03.674Z Downloaded typenum v1.14.0
2672025-10-14T04:33:03.679Z Downloaded hyper v1.7.0
2682025-10-14T04:33:03.683Z Downloaded tungstenite v0.24.0
2692025-10-14T04:33:03.686Z Downloaded prettyplease v0.2.37
2702025-10-14T04:33:03.691Z Downloaded subprocess v0.2.9
2712025-10-14T04:33:03.696Z Downloaded slog v2.8.0
2722025-10-14T04:33:03.696Z Downloaded serde_derive v1.0.228
2732025-10-14T04:33:03.700Z Downloaded url v2.5.4
2742025-10-14T04:33:03.703Z Downloaded indexmap v2.11.4
2752025-10-14T04:33:03.705Z Downloaded uuid v1.18.1
2762025-10-14T04:33:03.709Z Downloaded tracing-core v0.1.32
2772025-10-14T04:33:03.712Z Downloaded socket2 v0.5.9
2782025-10-14T04:33:03.715Z Downloaded tokio-util v0.7.7
2792025-10-14T04:33:03.718Z Downloaded tracing v0.1.40
2802025-10-14T04:33:03.722Z Downloaded zerocopy-derive v0.8.27
2812025-10-14T04:33:03.727Z Downloaded quinn v0.11.4
2822025-10-14T04:33:03.730Z Downloaded h2 v0.4.6
2832025-10-14T04:33:03.735Z Downloaded unicode-segmentation v1.10.0
2842025-10-14T04:33:03.738Z Downloaded time v0.3.36
2852025-10-14T04:33:03.744Z Downloaded tower v0.5.2
2862025-10-14T04:33:03.752Z Downloaded icu_properties_data v1.5.0
2872025-10-14T04:33:03.760Z Downloaded winnow v0.7.13
2882025-10-14T04:33:03.768Z Downloaded pest v2.8.1
2892025-10-14T04:33:03.772Z Downloaded tower-http v0.6.5
2902025-10-14T04:33:03.779Z Downloaded zerovec v0.10.4
2912025-10-14T04:33:03.784Z Downloaded portable-atomic v1.9.0
2922025-10-14T04:33:03.789Z Downloaded vcpkg v0.2.15
2932025-10-14T04:33:03.823Z Downloaded zerocopy v0.8.27
2942025-10-14T04:33:03.842Z Downloaded quinn-proto v0.11.8
2952025-10-14T04:33:03.847Z Downloaded webpki-roots v1.0.0
2962025-10-14T04:33:03.850Z Downloaded goblin v0.10.1
2972025-10-14T04:33:03.856Z Downloaded rustls-webpki v0.102.8
2982025-10-14T04:33:03.874Z Downloaded serde_json v1.0.145
2992025-10-14T04:33:03.880Z Downloaded futures-util v0.3.31
3002025-10-14T04:33:03.890Z Downloaded hashbrown v0.15.2
3012025-10-14T04:33:03.894Z Downloaded reqwest v0.12.23
3022025-10-14T04:33:03.899Z Downloaded iri-string v0.7.8
3032025-10-14T04:33:03.905Z Downloaded webpki-roots v0.26.5
3042025-10-14T04:33:03.908Z Downloaded openssl v0.10.72
3052025-10-14T04:33:03.917Z Downloaded socket2 v0.6.0
3062025-10-14T04:33:03.920Z Downloaded syn v2.0.106
3072025-10-14T04:33:03.929Z Downloaded openapiv3 v2.2.0
3082025-10-14T04:33:03.939Z Downloaded serde_core v1.0.228
3092025-10-14T04:33:03.942Z Downloaded rustix v0.38.44
3102025-10-14T04:33:03.960Z Downloaded rustls v0.22.4
3112025-10-14T04:33:03.971Z Downloaded memchr v2.6.0
3122025-10-14T04:33:03.975Z Downloaded rustix v1.0.2
3132025-10-14T04:33:03.996Z Downloaded toml_parser v1.0.3
3142025-10-14T04:33:03.999Z Downloaded similar v2.2.1
3152025-10-14T04:33:04.002Z Downloaded usdt-attr-macro v0.6.0
3162025-10-14T04:33:04.005Z Downloaded usdt v0.6.0
3172025-10-14T04:33:04.005Z Downloaded parking_lot v0.12.1
3182025-10-14T04:33:04.008Z Downloaded icu_properties v1.5.1
3192025-10-14T04:33:04.008Z Downloaded unicode-width v0.1.9
3202025-10-14T04:33:04.011Z Downloaded toml_datetime v0.7.2
3212025-10-14T04:33:04.011Z Downloaded tokio-native-tls v0.3.1
3222025-10-14T04:33:04.011Z Downloaded erased-serde v0.4.8
3232025-10-14T04:33:04.013Z Downloaded log v0.4.17
3242025-10-14T04:33:04.016Z Downloaded httparse v1.10.0
3252025-10-14T04:33:04.019Z Downloaded thread_local v1.1.4
3262025-10-14T04:33:04.019Z Downloaded termcolor v1.1.2
3272025-10-14T04:33:04.019Z Downloaded rustls-native-certs v0.7.0
3282025-10-14T04:33:04.022Z Downloaded rand v0.8.4
3292025-10-14T04:33:04.025Z Downloaded pest_meta v2.8.1
3302025-10-14T04:33:04.028Z Downloaded crossbeam-utils v0.8.15
3312025-10-14T04:33:04.031Z Downloaded scroll_derive v0.13.1
3322025-10-14T04:33:04.031Z Downloaded libc v0.2.176
3332025-10-14T04:33:04.050Z Downloaded tokio v1.47.1
3342025-10-14T04:33:04.081Z Downloaded hyper-staticfile v0.10.1
3352025-10-14T04:33:04.084Z Downloaded lazy_static v1.5.0
3362025-10-14T04:33:04.087Z Downloaded digest v0.10.7
3372025-10-14T04:33:04.087Z Downloaded generic-array v0.14.5
3382025-10-14T04:33:04.090Z Downloaded futures-channel v0.3.31
3392025-10-14T04:33:04.090Z Downloaded crypto-common v0.1.6
3402025-10-14T04:33:04.090Z Downloaded target-triple v0.1.3
3412025-10-14T04:33:04.093Z Downloaded smallvec v1.13.2
3422025-10-14T04:33:04.096Z Downloaded litemap v0.7.4
3432025-10-14T04:33:04.096Z Downloaded icu_provider v1.5.0
3442025-10-14T04:33:04.099Z Downloaded icu_normalizer v1.5.0
3452025-10-14T04:33:04.102Z Downloaded hyper-rustls v0.27.3
3462025-10-14T04:33:04.102Z Downloaded pest_derive v2.8.1
3472025-10-14T04:33:04.105Z Downloaded futures-executor v0.3.31
3482025-10-14T04:33:04.105Z Downloaded futures-core v0.3.31
3492025-10-14T04:33:04.108Z Downloaded fnv v1.0.7
3502025-10-14T04:33:04.108Z Downloaded debug-ignore v1.0.5
3512025-10-14T04:33:04.108Z Downloaded http-range v0.1.4
3522025-10-14T04:33:04.111Z Downloaded form_urlencoded v1.2.2
3532025-10-14T04:33:04.111Z Downloaded dof v0.4.0
3542025-10-14T04:33:04.111Z Downloaded displaydoc v0.2.5
3552025-10-14T04:33:04.114Z Downloaded async-stream v0.3.6
3562025-10-14T04:33:04.117Z Downloaded slog-bunyan v2.5.0
3572025-10-14T04:33:04.117Z Downloaded rustversion v1.0.22
3582025-10-14T04:33:04.120Z Downloaded async-stream-impl v0.3.6
3592025-10-14T04:33:04.120Z Downloaded dtrace-parser v0.3.0
3602025-10-14T04:33:04.120Z Downloaded openssl-probe v0.1.4
3612025-10-14T04:33:04.122Z Downloaded match_cfg v0.1.0
3622025-10-14T04:33:04.122Z Downloaded event-listener v5.0.0
3632025-10-14T04:33:04.125Z Downloaded parking v2.2.0
3642025-10-14T04:33:04.125Z Downloaded openssl-macros v0.1.1
3652025-10-14T04:33:04.125Z Downloaded http-body-util v0.1.3
3662025-10-14T04:33:04.128Z Downloaded async-channel v2.5.0
3672025-10-14T04:33:04.128Z Downloaded rustls-pemfile v2.1.3
3682025-10-14T04:33:04.131Z Downloaded pem v3.0.5
3692025-10-14T04:33:04.131Z Downloaded num_threads v0.1.3
3702025-10-14T04:33:04.131Z Downloaded futures-macro v0.3.31
3712025-10-14T04:33:04.134Z Downloaded event-listener-strategy v0.5.4
3722025-10-14T04:33:04.134Z Downloaded parking_lot_core v0.9.4
3732025-10-14T04:33:04.137Z Downloaded encoding_rs v0.8.32
3742025-10-14T04:33:04.152Z Downloaded rustls v0.23.13
3752025-10-14T04:33:04.161Z Downloaded paste v1.0.15
3762025-10-14T04:33:04.164Z Downloaded futures-sink v0.3.31
3772025-10-14T04:33:04.164Z Downloaded errno v0.3.10
3782025-10-14T04:33:04.167Z Downloaded cfg-if v1.0.0
3792025-10-14T04:33:04.167Z Downloaded buf-list v1.1.2
3802025-10-14T04:33:04.170Z Downloaded autocfg v1.1.0
3812025-10-14T04:33:04.170Z Downloaded multer v3.1.0
3822025-10-14T04:33:04.176Z Downloaded mime v0.3.16
3832025-10-14T04:33:04.176Z Downloaded slab v0.4.9
3842025-10-14T04:33:04.176Z Downloaded semver v1.0.27
3852025-10-14T04:33:04.176Z Downloaded cpufeatures v0.2.2
3862025-10-14T04:33:04.179Z Downloaded base64 v0.22.1
3872025-10-14T04:33:04.179Z Downloaded bitflags v2.4.0
3882025-10-14T04:33:04.182Z Downloaded anyhow v1.0.100
3892025-10-14T04:33:04.185Z Downloaded itoa v1.0.1
3902025-10-14T04:33:04.189Z Downloaded ipnet v2.10.0
3912025-10-14T04:33:04.189Z Downloaded icu_collections v1.5.0
3922025-10-14T04:33:04.192Z Downloaded crossbeam-channel v0.5.1
3932025-10-14T04:33:04.195Z Downloaded ring v0.17.13
3942025-10-14T04:33:04.229Z Downloaded concurrent-queue v2.5.0
3952025-10-14T04:33:04.234Z Downloaded cc v1.2.16
3962025-10-14T04:33:04.344Z Compiling proc-macro2 v1.0.101
3972025-10-14T04:33:04.345Z Compiling unicode-ident v1.0.12
3982025-10-14T04:33:04.345Z Compiling quote v1.0.41
3992025-10-14T04:33:04.348Z Compiling libc v0.2.176
4002025-10-14T04:33:04.348Z Compiling cfg-if v1.0.0
4012025-10-14T04:33:04.348Z Compiling itoa v1.0.1
4022025-10-14T04:33:04.348Z Compiling serde_core v1.0.228
4032025-10-14T04:33:04.349Z Compiling memchr v2.6.0
4042025-10-14T04:33:04.459Z 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`
4052025-10-14T04:33:04.459Z 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`
4062025-10-14T04:33:04.459Z 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/quote-1.0.41/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=fd6306804523aff9 -C extra-filename=-9a42d8217b597979 --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-9a42d8217b597979 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4072025-10-14T04:33:04.462Z 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.176/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=4ca5467348878e7b -C extra-filename=-9e564fa5c074a000 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-9e564fa5c074a000 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4082025-10-14T04:33:04.463Z 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`
4092025-10-14T04:33:04.463Z 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`
4102025-10-14T04:33:04.463Z 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.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=e60de41ad25ce7d9 -C extra-filename=-cd50dcea70544b29 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-cd50dcea70544b29 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4112025-10-14T04:33:04.468Z 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`
4122025-10-14T04:33:04.530Z Compiling pin-project-lite v0.2.12
4132025-10-14T04:33:04.533Z 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`
4142025-10-14T04:33:04.641Z Compiling autocfg v1.1.0
4152025-10-14T04:33:04.645Z 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`
4162025-10-14T04:33:04.665Z Compiling shlex v1.3.0
4172025-10-14T04:33:04.675Z 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`
4182025-10-14T04:33:04.724Z Compiling serde v1.0.228
4192025-10-14T04:33:04.737Z 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.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=8b6c6ec72424b3ee -C extra-filename=-cf0674c4698fe0be --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-cf0674c4698fe0be -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4202025-10-14T04:33:04.980Z Compiling cc v1.2.16
4212025-10-14T04:33:05.017Z 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`
4222025-10-14T04:33:05.045Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-58766b9a2c2f72d9/build-script-build`
4232025-10-14T04:33:05.045Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-cd50dcea70544b29/build-script-build`
4242025-10-14T04:33:05.048Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-9a42d8217b597979/build-script-build`
4252025-10-14T04:33:05.109Z 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.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=f47253107e6c7648 -C extra-filename=-d50603f23f466ab6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
4262025-10-14T04:33:05.117Z Compiling smallvec v1.13.2
4272025-10-14T04:33:05.122Z 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`
4282025-10-14T04:33:05.190Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-9e564fa5c074a000/build-script-build`
4292025-10-14T04:33:05.250Z 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.176/src/lib.rs --error-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=e4f0c8c00451d7fc -C extra-filename=-de30559b4bc2be29 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --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"))'`
4302025-10-14T04:33:05.250Z Compiling bytes v1.10.1
4312025-10-14T04:33:05.275Z 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`
4322025-10-14T04:33:05.286Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-cf0674c4698fe0be/build-script-build`
4332025-10-14T04:33:05.333Z Compiling once_cell v1.20.1
4342025-10-14T04:33:05.336Z 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-10-14T04:33:05.521Z Compiling version_check v0.9.5
4362025-10-14T04:33:05.524Z 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-10-14T04:33:05.622Z 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-10-14T04:33:05.700Z Compiling futures-core v0.3.31
4392025-10-14T04:33:05.703Z 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-10-14T04:33:05.963Z Compiling log v0.4.17
4412025-10-14T04:33:05.975Z 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-10-14T04:33:06.048Z Compiling parking_lot_core v0.9.4
4432025-10-14T04:33:06.051Z 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-10-14T04:33:06.109Z Compiling scopeguard v1.2.0
4452025-10-14T04:33:06.127Z 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`
4462025-10-14T04:33:06.269Z Compiling ryu v1.0.5
4472025-10-14T04:33:06.273Z 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`
4482025-10-14T04:33:06.337Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-97ae4d7f16f9d208/build-script-build`
4492025-10-14T04:33:06.357Z 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`
4502025-10-14T04:33:06.468Z 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.41/src/lib.rs --error-format=json --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=54ad8f0067c6000a -C extra-filename=-32f7e92c1f93d3a3 --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 --check-cfg 'cfg(no_diagnostic_namespace)'`
4512025-10-14T04:33:06.513Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-ad0cf4fbed64eae1/build-script-build`
4522025-10-14T04:33:06.521Z 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=0ac6f6694cd3be78 -C extra-filename=-c706729d0f885ac5 --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-de30559b4bc2be29.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-6640e57724570f9f.rmeta --cap-lints allow`
4532025-10-14T04:33:06.669Z Compiling lock_api v0.4.6
4542025-10-14T04:33:06.680Z 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`
4552025-10-14T04:33:06.747Z Compiling slab v0.4.9
4562025-10-14T04:33:06.750Z 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`
4572025-10-14T04:33:06.771Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-1da62bf30288d981/build-script-build`
4582025-10-14T04:33:06.829Z Compiling futures-sink v0.3.31
4592025-10-14T04:33:06.832Z 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`
4602025-10-14T04:33:06.994Z Compiling syn v2.0.106
4612025-10-14T04:33:06.998Z 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=d9723d8d05be71c5 -C extra-filename=-f7a0b9efe8201af8 --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-32f7e92c1f93d3a3.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-85682cc5f50714f9.rmeta --cap-lints allow`
4622025-10-14T04:33:07.073Z Compiling parking_lot v0.12.1
4632025-10-14T04:33:07.076Z 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=ca4c2b59cb30610e -C extra-filename=-ac79d380a3450d34 --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-c706729d0f885ac5.rmeta --cap-lints allow`
4642025-10-14T04:33:07.088Z 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`
4652025-10-14T04:33:07.120Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-fdfee53195acd0f2/build-script-build`
4662025-10-14T04:33:07.152Z Compiling socket2 v0.6.0
4672025-10-14T04:33:07.155Z 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=02cf989bccaecbdf -C extra-filename=-f1602337f00c4a40 --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-de30559b4bc2be29.rmeta --cap-lints allow`
4682025-10-14T04:33:07.197Z Compiling signal-hook-registry v1.4.0
4692025-10-14T04:33:07.208Z 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=c0d6d06c7c654aed -C extra-filename=-ebd470da33a1cd8b --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-de30559b4bc2be29.rmeta --cap-lints allow`
4702025-10-14T04:33:07.248Z Compiling getrandom v0.2.11
4712025-10-14T04:33:07.251Z 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=512fc1a0e68ac0a8 -C extra-filename=-519bbb74d4d2b228 --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-de30559b4bc2be29.rmeta --cap-lints allow`
4722025-10-14T04:33:07.435Z Compiling mio v1.0.3
4732025-10-14T04:33:07.438Z 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=a210d0e3ec7e98cf -C extra-filename=-08795154341c4099 --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-de30559b4bc2be29.rmeta --cap-lints allow`
4742025-10-14T04:33:07.618Z Compiling serde_json v1.0.145
4752025-10-14T04:33:07.621Z 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`
4762025-10-14T04:33:07.622Z 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`
4772025-10-14T04:33:07.979Z Compiling fnv v1.0.7
4782025-10-14T04:33:07.982Z 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`
4792025-10-14T04:33:08.010Z Compiling futures-channel v0.3.31
4802025-10-14T04:33:08.013Z 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`
4812025-10-14T04:33:08.038Z Compiling bitflags v2.4.0
4822025-10-14T04:33:08.042Z 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`
4832025-10-14T04:33:08.097Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-046892d80e9e32a8/build-script-build`
4842025-10-14T04:33:08.114Z Compiling http v1.3.1
4852025-10-14T04:33:08.117Z 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`
4862025-10-14T04:33:08.128Z Compiling zeroize v1.7.0
4872025-10-14T04:33:08.131Z Compiling thiserror v2.0.16
4882025-10-14T04:33:08.131Z 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`
4892025-10-14T04:33:08.131Z 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`
4902025-10-14T04:33:08.437Z Compiling pin-utils v0.1.0
4912025-10-14T04:33:08.440Z Compiling rustls-pki-types v1.12.0
4922025-10-14T04:33:08.448Z 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`
4932025-10-14T04:33:08.458Z 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`
4942025-10-14T04:33:08.486Z Compiling ring v0.17.13
4952025-10-14T04:33:08.489Z 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`
4962025-10-14T04:33:08.537Z Compiling futures-io v0.3.31
4972025-10-14T04:33:08.548Z 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`
4982025-10-14T04:33:08.681Z Compiling stable_deref_trait v1.2.0
4992025-10-14T04:33:08.684Z 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`
5002025-10-14T04:33:08.731Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-1183c82bf34f581f/build-script-build`
5012025-10-14T04:33:08.801Z Compiling futures-task v0.3.31
5022025-10-14T04:33:08.804Z 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`
5032025-10-14T04:33:08.814Z Compiling httparse v1.10.0
5042025-10-14T04:33:08.817Z 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`
5052025-10-14T04:33:09.074Z 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.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=5d10f170ba595b77 -C extra-filename=-928514fe4041f542 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-928514fe4041f542 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5062025-10-14T04:33:09.118Z Compiling getrandom v0.3.1
5072025-10-14T04:33:09.121Z 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`
5082025-10-14T04:33:09.489Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-80b8fd9f43f029ee/build-script-build`
5092025-10-14T04:33:09.503Z Running `/work/oxidecomputer/dropshot/target/debug/build/ring-ecee39ca452c2bd2/build-script-build`
5102025-10-14T04:33:09.507Z Compiling tracing-core v0.1.32
5112025-10-14T04:33:09.507Z 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`
5122025-10-14T04:33:09.534Z 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`
5132025-10-14T04:33:09.583Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-67f27968647a0c27/build-script-build`
5142025-10-14T04:33:09.601Z Compiling equivalent v1.0.0
5152025-10-14T04:33:09.604Z 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`
5162025-10-14T04:33:09.618Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-928514fe4041f542/build-script-build`
5172025-10-14T04:33:09.677Z 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.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=494f4b7abedd1473 -C extra-filename=-cb3ef9683a3dbf06 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
5182025-10-14T04:33:09.725Z Compiling untrusted v0.9.0
5192025-10-14T04:33:09.728Z 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`
5202025-10-14T04:33:09.869Z Compiling hashbrown v0.15.2
5212025-10-14T04:33:09.873Z 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`
5222025-10-14T04:33:09.916Z Compiling ucd-trie v0.1.6
5232025-10-14T04:33:09.920Z 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`
5242025-10-14T04:33:10.151Z 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=1c69fc3566b90544 -C extra-filename=-68b1aefb9f52875f --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-de30559b4bc2be29.rmeta --cap-lints allow`
5252025-10-14T04:33:10.386Z Compiling tracing v0.1.40
5262025-10-14T04:33:10.389Z 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-10-14T04:33:10.435Z Compiling http-body v1.0.1
5282025-10-14T04:33:10.446Z 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`
5292025-10-14T04:33:10.481Z 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=9f6e71b612f10e66 -C extra-filename=-a0b25151a34e41c3 --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-d50603f23f466ab6.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5302025-10-14T04:33:10.679Z Compiling writeable v0.5.5
5312025-10-14T04:33:10.683Z 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`
5322025-10-14T04:33:10.746Z Compiling litemap v0.7.4
5332025-10-14T04:33:10.755Z 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`
5342025-10-14T04:33:10.780Z Compiling base64 v0.22.1
5352025-10-14T04:33:10.791Z 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`
5362025-10-14T04:33:11.002Z Compiling indexmap v2.11.4
5372025-10-14T04:33:11.005Z 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.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 '--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=b2fbaf02d199f2c6 -C extra-filename=-8fae80fcc541752c --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_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-d50603f23f466ab6.rmeta --cap-lints allow`
5382025-10-14T04:33:11.131Z Compiling vcpkg v0.2.15
5392025-10-14T04:33:11.134Z 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`
5402025-10-14T04:33:11.276Z Compiling rustversion v1.0.22
5412025-10-14T04:33:11.279Z 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/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0196b9c3ce08574d -C extra-filename=-dad024af72d943a3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-dad024af72d943a3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5422025-10-14T04:33:11.466Z Compiling atomic-waker v1.1.2
5432025-10-14T04:33:11.470Z 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`
5442025-10-14T04:33:11.666Z Compiling percent-encoding v2.3.2
5452025-10-14T04:33:11.677Z 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`
5462025-10-14T04:33:11.916Z Compiling pkg-config v0.3.31
5472025-10-14T04:33:11.919Z 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`
5482025-10-14T04:33:12.031Z Compiling typenum v1.14.0
5492025-10-14T04:33:12.035Z 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`
5502025-10-14T04:33:12.444Z Compiling zerocopy v0.8.27
5512025-10-14T04:33:12.455Z 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`
5522025-10-14T04:33:12.471Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-dad024af72d943a3/build-script-build`
5532025-10-14T04:33:12.531Z Compiling errno v0.3.10
5542025-10-14T04:33:12.543Z 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=9dbc29c26ed08f9e -C extra-filename=-6151a67a4d00f7f2 --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-de30559b4bc2be29.rmeta --cap-lints allow`
5552025-10-14T04:33:12.588Z 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=d7bf6a3c2a43de0f -C extra-filename=-6fa60b022571c4bb --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-519bbb74d4d2b228.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`
5562025-10-14T04:33:12.793Z Compiling generic-array v0.14.5
5572025-10-14T04:33:12.805Z 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`
5582025-10-14T04:33:12.955Z Compiling openssl-sys v0.9.107
5592025-10-14T04:33:12.958Z 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`
5602025-10-14T04:33:12.982Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-26432fbddf0a4e7a/build-script-main`
5612025-10-14T04:33:13.158Z Compiling try-lock v0.2.3
5622025-10-14T04:33:13.168Z 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`
5632025-10-14T04:33:13.171Z Compiling crossbeam-utils v0.8.15
5642025-10-14T04:33:13.171Z 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`
5652025-10-14T04:33:13.171Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-cfae568c286ce5f6/build-script-build`
5662025-10-14T04:33:13.198Z Compiling typeid v1.0.3
5672025-10-14T04:33:13.202Z 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/typeid-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())' -C metadata=874a731a488f6dfb -C extra-filename=-ed10cf33609396be --out-dir /work/oxidecomputer/dropshot/target/debug/build/typeid-ed10cf33609396be -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5682025-10-14T04:33:13.238Z Compiling rustix v1.0.2
5692025-10-14T04:33:13.241Z 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`
5702025-10-14T04:33:13.321Z Compiling want v0.3.0
5712025-10-14T04:33:13.324Z 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`
5722025-10-14T04:33:13.622Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-a28931129e1ea4f2/build-script-build`
5732025-10-14T04:33:13.658Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-e4bc067dd2d7ed62/build-script-build`
5742025-10-14T04:33:13.675Z 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`
5752025-10-14T04:33:13.688Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6047ada60892a985 -C extra-filename=-adb709b131b65b84 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
5762025-10-14T04:33:13.712Z Running `/work/oxidecomputer/dropshot/target/debug/build/typeid-ed10cf33609396be/build-script-build`
5772025-10-14T04:33:13.762Z Compiling icu_locid_transform_data v1.5.0
5782025-10-14T04:33:13.765Z 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`
5792025-10-14T04:33:13.860Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-847c82fe16c60be7/build-script-build`
5802025-10-14T04:33:13.872Z Compiling erased-serde v0.4.8
5812025-10-14T04:33:13.876Z 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/erased-serde-0.4.8/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=118ec498e79e9bd1 -C extra-filename=-128c152f306a6cf4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/erased-serde-128c152f306a6cf4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5822025-10-14T04:33:13.925Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-sys-89420e8e1c892b41/build-script-main`
5832025-10-14T04:33:13.995Z Compiling time-core v0.1.2
5842025-10-14T04:33:13.999Z 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`
5852025-10-14T04:33:14.010Z Compiling powerfmt v0.2.0
5862025-10-14T04:33:14.013Z 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`
5872025-10-14T04:33:14.188Z Compiling synstructure v0.13.1
5882025-10-14T04:33:14.191Z 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=0dda509d8723d25d -C extra-filename=-bd628998845f4e71 --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-32f7e92c1f93d3a3.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rmeta --cap-lints allow`
5892025-10-14T04:33:14.288Z Compiling tower-service v0.3.3
5902025-10-14T04:33:14.291Z 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`
5912025-10-14T04:33:14.382Z Compiling num-conv v0.1.0
5922025-10-14T04:33:14.385Z 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`
5932025-10-14T04:33:14.411Z Compiling httpdate v1.0.1
5942025-10-14T04:33:14.414Z 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`
5952025-10-14T04:33:14.425Z Compiling byteorder v1.4.3
5962025-10-14T04:33:14.428Z 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`
5972025-10-14T04:33:14.671Z Compiling subtle v2.5.0
5982025-10-14T04:33:14.674Z 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`
5992025-10-14T04:33:14.808Z Compiling slog v2.8.0
6002025-10-14T04:33:14.808Z 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`
6012025-10-14T04:33:14.808Z 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/slog-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"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=774b40c3a9bc6a8f -C extra-filename=-345ba9913455b545 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-345ba9913455b545 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-adb709b131b65b84.so --cap-lints allow`
6022025-10-14T04:33:14.836Z Compiling time-macros v0.2.18
6032025-10-14T04:33:14.839Z 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`
6042025-10-14T04:33:14.872Z Running `/work/oxidecomputer/dropshot/target/debug/build/erased-serde-128c152f306a6cf4/build-script-build`
6052025-10-14T04:33:14.922Z Compiling deranged v0.3.11
6062025-10-14T04:33:14.925Z 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`
6072025-10-14T04:33:14.940Z 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=c832a01990461828 -C extra-filename=-2dedbccc1ca9eea2 --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-6151a67a4d00f7f2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
6082025-10-14T04:33:15.173Z Compiling rustls-webpki v0.102.8
6092025-10-14T04:33:15.187Z 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=878c5efed8dc02c0 -C extra-filename=-efb1f61a58908caa --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-6fa60b022571c4bb.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`
6102025-10-14T04:33:15.292Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name typeid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-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())' -C metadata=bcf4c4a1d40a79c9 -C extra-filename=-7071670a99ac2447 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(no_const_type_id)'`
6112025-10-14T04:33:15.468Z 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`
6122025-10-14T04:33:16.042Z Compiling icu_properties_data v1.5.0
6132025-10-14T04:33:16.045Z 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`
6142025-10-14T04:33:16.298Z Compiling rustix v0.38.44
6152025-10-14T04:33:16.301Z 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`
6162025-10-14T04:33:16.359Z Compiling fastrand v2.1.1
6172025-10-14T04:33:16.369Z 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`
6182025-10-14T04:33:16.414Z Compiling num_threads v0.1.3
6192025-10-14T04:33:16.418Z 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`
6202025-10-14T04:33:16.574Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=63c58983d3a2679d -C extra-filename=-0c0bf69dc28f937f --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-d50603f23f466ab6.rmeta --extern typeid=/work/oxidecomputer/dropshot/target/debug/deps/libtypeid-7071670a99ac2447.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
6212025-10-14T04:33:16.880Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-345ba9913455b545/build-script-build`
6222025-10-14T04:33:16.899Z 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=fba173ceb0bb9536 -C extra-filename=-55950e446de7b634 --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-cb3ef9683a3dbf06.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6232025-10-14T04:33:16.945Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-f58f127dc6089265/build-script-build`
6242025-10-14T04:33:17.079Z Compiling thread-id v5.0.0
6252025-10-14T04:33:17.083Z 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=2062e7faea163ca1 -C extra-filename=-a748051f46ccc702 --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-de30559b4bc2be29.rmeta --cap-lints allow`
6262025-10-14T04:33:17.167Z Compiling unicase v2.6.0
6272025-10-14T04:33:17.179Z 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`
6282025-10-14T04:33:17.182Z Compiling num-traits v0.2.14
6292025-10-14T04:33:17.182Z 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`
6302025-10-14T04:33:17.194Z Compiling usdt-impl v0.6.0
6312025-10-14T04:33:17.197Z 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`
6322025-10-14T04:33:17.207Z Compiling foreign-types-shared v0.1.1
6332025-10-14T04:33:17.210Z 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`
6342025-10-14T04:33:17.331Z Compiling utf16_iter v1.0.5
6352025-10-14T04:33:17.340Z 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`
6362025-10-14T04:33:17.506Z Compiling time v0.3.36
6372025-10-14T04:33:17.509Z 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=a5ec65b958ab01ec -C extra-filename=-61953535388bbcf2 --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-de30559b4bc2be29.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`
6382025-10-14T04:33:17.519Z Compiling ipnet v2.10.0
6392025-10-14T04:33:17.522Z 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`
6402025-10-14T04:33:17.532Z Compiling write16 v1.0.0
6412025-10-14T04:33:17.535Z 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`
6422025-10-14T04:33:17.549Z Compiling openssl-probe v0.1.4
6432025-10-14T04:33:17.549Z 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`
6442025-10-14T04:33:17.580Z Compiling utf8_iter v1.0.4
6452025-10-14T04:33:17.583Z 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`
6462025-10-14T04:33:17.684Z Compiling paste v1.0.15
6472025-10-14T04:33:17.684Z 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`
6482025-10-14T04:33:17.725Z Compiling openssl v0.10.72
6492025-10-14T04:33:17.736Z 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`
6502025-10-14T04:33:17.860Z Compiling icu_normalizer_data v1.5.0
6512025-10-14T04:33:17.863Z 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`
6522025-10-14T04:33:17.895Z Compiling serde_derive v1.0.228
6532025-10-14T04:33:17.898Z 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.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=8a1459f256ae1e46 -C extra-filename=-343f5e7b686c96c1 --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-32f7e92c1f93d3a3.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern proc_macro --cap-lints allow`
6542025-10-14T04:33:17.910Z Compiling tokio-macros v2.5.0
6552025-10-14T04:33:17.921Z 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=4bfc4c119ad4e773 -C extra-filename=-f953dac85d7936a1 --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-32f7e92c1f93d3a3.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern proc_macro --cap-lints allow`
6562025-10-14T04:33:17.961Z Compiling zerofrom-derive v0.1.5
6572025-10-14T04:33:17.964Z 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=3ba9c67e60587f2c -C extra-filename=-236cfc5f272d2ab0 --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-32f7e92c1f93d3a3.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-bd628998845f4e71.rlib --extern proc_macro --cap-lints allow`
6582025-10-14T04:33:18.176Z Compiling thiserror-impl v2.0.16
6592025-10-14T04:33:18.179Z Compiling yoke-derive v0.7.5
6602025-10-14T04:33:18.180Z 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=1e8256e196e88a2a -C extra-filename=-f4ebcceccfb9e67e --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-32f7e92c1f93d3a3.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern proc_macro --cap-lints allow`
6612025-10-14T04:33:18.180Z 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=ae2c6cd73ef9f058 -C extra-filename=-3c823d61e5862746 --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-32f7e92c1f93d3a3.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-bd628998845f4e71.rlib --extern proc_macro --cap-lints allow`
6622025-10-14T04:33:18.740Z Compiling futures-macro v0.3.31
6632025-10-14T04:33:18.743Z 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=da8f55a5b7ca8e03 -C extra-filename=-cfe9e9842dd4e8d6 --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-32f7e92c1f93d3a3.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern proc_macro --cap-lints allow`
6642025-10-14T04:33:19.397Z Compiling tokio v1.47.1
6652025-10-14T04:33:19.400Z 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=3522191bd3ae831c -C extra-filename=-b8e9a1f9c3aba99b --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-de30559b4bc2be29.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-08795154341c4099.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-ac79d380a3450d34.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-ebd470da33a1cd8b.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-f1602337f00c4a40.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-f953dac85d7936a1.so --cap-lints allow`
6662025-10-14T04:33:19.642Z Compiling zerovec-derive v0.10.3
6672025-10-14T04:33:19.646Z 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=acb22d34c6d82590 -C extra-filename=-6e0602e25a7a71f6 --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-32f7e92c1f93d3a3.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern proc_macro --cap-lints allow`
6682025-10-14T04:33:20.582Z Compiling futures-util v0.3.31
6692025-10-14T04:33:20.585Z 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=38765ddaed6e06eb -C extra-filename=-8008d19ce5fb21c0 --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-cfe9e9842dd4e8d6.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`
6702025-10-14T04:33:20.604Z Compiling displaydoc v0.2.5
6712025-10-14T04:33:20.607Z 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=6e1a991683b4b961 -C extra-filename=-f5490a9dc2dc28d9 --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-32f7e92c1f93d3a3.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern proc_macro --cap-lints allow`
6722025-10-14T04:33:21.000Z 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=6347f1df6c57fba2 -C extra-filename=-dc55710398fbe70b --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-f4ebcceccfb9e67e.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6732025-10-14T04:33:21.003Z Compiling zerofrom v0.1.5
6742025-10-14T04:33:21.011Z 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=4b3107fa5587c35f -C extra-filename=-1dfd390ff3cc4c8c --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-236cfc5f272d2ab0.so --cap-lints allow`
6752025-10-14T04:33:21.044Z Compiling icu_provider_macros v1.5.0
6762025-10-14T04:33:21.048Z 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=520e413bee712891 -C extra-filename=-c8c6f462772f4e43 --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-32f7e92c1f93d3a3.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern proc_macro --cap-lints allow`
6772025-10-14T04:33:21.147Z Compiling pest v2.8.1
6782025-10-14T04:33:21.150Z 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=2072808f80b1e348 -C extra-filename=-420ab123ccc1df86 --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-dc55710398fbe70b.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-a51fa30df920930a.rmeta --cap-lints allow`
6792025-10-14T04:33:21.232Z Compiling yoke v0.7.5
6802025-10-14T04:33:21.235Z 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=d4fa6a9d02bf6e16 -C extra-filename=-be5ab24a46b211cb --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-3c823d61e5862746.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-1dfd390ff3cc4c8c.rmeta --cap-lints allow`
6812025-10-14T04:33:21.606Z Compiling zerocopy-derive v0.8.27
6822025-10-14T04:33:21.609Z 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=37f2dafbff49cc78 -C extra-filename=-9316812a3cdd6fd6 --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-32f7e92c1f93d3a3.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern proc_macro --cap-lints allow`
6832025-10-14T04:33:21.997Z Compiling zerovec v0.10.4
6842025-10-14T04:33:22.019Z 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=b39d6b5118bd7c28 -C extra-filename=-ad05dd4de66e3e9e --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-be5ab24a46b211cb.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-1dfd390ff3cc4c8c.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-6e0602e25a7a71f6.so --cap-lints allow`
6852025-10-14T04:33:22.081Z Compiling scroll_derive v0.13.1
6862025-10-14T04:33:22.092Z 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=0fbee34e27bd7219 -C extra-filename=-8f6768e6234d27f7 --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-32f7e92c1f93d3a3.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern proc_macro --cap-lints allow`
6872025-10-14T04:33:22.202Z Running `/work/oxidecomputer/dropshot/target/debug/build/openssl-ec4ed40d0c8364b0/build-script-build`
6882025-10-14T04:33:22.209Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-f2d5079c021e4321/build-script-build`
6892025-10-14T04:33:22.272Z Compiling openssl-macros v0.1.1
6902025-10-14T04:33:22.275Z 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=30c86cb4ddaa3a3e -C extra-filename=-1051e5dde565eec8 --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-32f7e92c1f93d3a3.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern proc_macro --cap-lints allow`
6912025-10-14T04:33:23.221Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-9f93d604f038aa14/build-script-build`
6922025-10-14T04:33:23.240Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-d0b0c86f487b8b7d/build-script-build`
6932025-10-14T04:33:23.576Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-e2f27e1da7cf0317/build-script-build`
6942025-10-14T04:33:23.755Z Compiling tinystr v0.7.6
6952025-10-14T04:33:23.758Z 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=3a46683267e8d065 -C extra-filename=-212efd35166015ee --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-f5490a9dc2dc28d9.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-ad05dd4de66e3e9e.rmeta --cap-lints allow`
6962025-10-14T04:33:23.908Z Compiling pest_meta v2.8.1
6972025-10-14T04:33:23.919Z 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=3b480bf538572e51 -C extra-filename=-afb5a363c420d39a --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-420ab123ccc1df86.rmeta --cap-lints allow`
6982025-10-14T04:33:24.110Z Compiling icu_locid v1.5.0
6992025-10-14T04:33:24.121Z 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=b3bf0bb5b51fff0e -C extra-filename=-3aacd6386c545e4c --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-f5490a9dc2dc28d9.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-849837965668dbba.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-212efd35166015ee.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-c26c5bd18d65a285.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-ad05dd4de66e3e9e.rmeta --cap-lints allow`
7002025-10-14T04:33:24.138Z Compiling icu_collections v1.5.0
7012025-10-14T04:33:24.148Z 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=5404c1163a95b374 -C extra-filename=-86cac6b928109c8b --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-f5490a9dc2dc28d9.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-be5ab24a46b211cb.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-1dfd390ff3cc4c8c.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-ad05dd4de66e3e9e.rmeta --cap-lints allow`
7022025-10-14T04:33:24.154Z Compiling scroll v0.13.0
7032025-10-14T04:33:24.157Z 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=9c2e1fad6a111afa -C extra-filename=-0133d999bc9e9a2a --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-8f6768e6234d27f7.so --cap-lints allow`
7042025-10-14T04:33:24.525Z 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.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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=4a023eabcd6a3771 -C extra-filename=-30c6ffd506ba893c --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-d50603f23f466ab6.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-343f5e7b686c96c1.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
7052025-10-14T04:33:24.616Z 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.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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=4fff54281738adbf -C extra-filename=-5c4ffdd47fe89e69 --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-cb3ef9683a3dbf06.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-343f5e7b686c96c1.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
7062025-10-14T04:33:24.659Z 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=44a2f3ba37d58b7d -C extra-filename=-fae1a3e9e41be6e3 --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-9316812a3cdd6fd6.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)'`
7072025-10-14T04:33:25.518Z Compiling icu_provider v1.5.0
7082025-10-14T04:33:25.521Z 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=fd66f28c0479acee -C extra-filename=-5abc9e3f86e9f40e --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-f5490a9dc2dc28d9.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-3aacd6386c545e4c.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-c8c6f462772f4e43.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-212efd35166015ee.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-c26c5bd18d65a285.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-be5ab24a46b211cb.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-1dfd390ff3cc4c8c.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-ad05dd4de66e3e9e.rmeta --cap-lints allow`
7092025-10-14T04:33:25.783Z Compiling pest_generator v2.8.1
7102025-10-14T04:33:25.787Z 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=98305ac785196c68 -C extra-filename=-63be850feb6e5f33 --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-420ab123ccc1df86.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-afb5a363c420d39a.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-89ecd8ee6c3799e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-32f7e92c1f93d3a3.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rmeta --cap-lints allow`
7112025-10-14T04:33:25.862Z Compiling serde_tokenstream v0.2.2
7122025-10-14T04:33:25.895Z 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=25233162fe927706 -C extra-filename=-b6e49c23a220f718 --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-32f7e92c1f93d3a3.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c4ffdd47fe89e69.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rmeta --cap-lints allow`
7132025-10-14T04:33:25.984Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=747f5ba14439c750 -C extra-filename=-7f2e90c56a4dcf12 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern erased_serde=/work/oxidecomputer/dropshot/target/debug/deps/liberased_serde-0c0bf69dc28f937f.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-d50603f23f466ab6.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7142025-10-14T04:33:26.298Z Compiling icu_locid_transform v1.5.0
7152025-10-14T04:33:26.302Z 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=ac96c39a80b4880d -C extra-filename=-73a0e26fd5d23c65 --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-f5490a9dc2dc28d9.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-3aacd6386c545e4c.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-5abc9e3f86e9f40e.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-212efd35166015ee.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-ad05dd4de66e3e9e.rmeta --cap-lints allow`
7162025-10-14T04:33:26.397Z Compiling foreign-types v0.3.2
7172025-10-14T04:33:26.424Z 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`
7182025-10-14T04:33:26.502Z 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=065616943cf9fa6d -C extra-filename=-a87559f8ffb7462b --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-6151a67a4d00f7f2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7192025-10-14T04:33:26.536Z Compiling crypto-common v0.1.6
7202025-10-14T04:33:26.539Z 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`
7212025-10-14T04:33:26.735Z Compiling block-buffer v0.10.2
7222025-10-14T04:33:26.738Z 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`
7232025-10-14T04:33:26.830Z 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=5c30b56a704581ff -C extra-filename=-668460c35e79f7e9 --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-de30559b4bc2be29.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)'`
7242025-10-14T04:33:26.941Z Compiling form_urlencoded v1.2.2
7252025-10-14T04:33:26.944Z 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`
7262025-10-14T04:33:27.281Z Compiling tokio-util v0.7.7
7272025-10-14T04:33:27.284Z 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=e91b5433d3582cff -C extra-filename=-4d05080acbe752a7 --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-b8e9a1f9c3aba99b.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-7dfa4a9939dd6f40.rmeta --cap-lints allow`
7282025-10-14T04:33:27.309Z Compiling rand_core v0.6.3
7292025-10-14T04:33:27.312Z 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=1cd543b1a0b38421 -C extra-filename=-39c93e323c50d186 --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-519bbb74d4d2b228.rmeta --cap-lints allow`
7302025-10-14T04:33:27.369Z Compiling pest_derive v2.8.1
7312025-10-14T04:33:27.372Z 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=d4f0712b98de5977 -C extra-filename=-ad31bedee1c4b982 --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-420ab123ccc1df86.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-63be850feb6e5f33.rlib --extern proc_macro --cap-lints allow`
7322025-10-14T04:33:27.701Z Compiling icu_properties v1.5.1
7332025-10-14T04:33:27.713Z 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=88bc551efa65f7f5 -C extra-filename=-c8268d42f567727f --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-f5490a9dc2dc28d9.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-86cac6b928109c8b.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-73a0e26fd5d23c65.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-5abc9e3f86e9f40e.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-212efd35166015ee.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-ad05dd4de66e3e9e.rmeta --cap-lints allow`
7342025-10-14T04:33:28.129Z Compiling mime v0.3.16
7352025-10-14T04:33:28.133Z 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`
7362025-10-14T04:33:28.404Z Compiling h2 v0.4.6
7372025-10-14T04:33:28.408Z 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=b9136e612b2fd3de -C extra-filename=-8474927ee4bab47e --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-8fae80fcc541752c.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-177c3ef7ac815999.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-4d05080acbe752a7.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-7dfa4a9939dd6f40.rmeta --cap-lints allow`
7382025-10-14T04:33:28.408Z Compiling dtrace-parser v0.3.0
7392025-10-14T04:33:28.418Z 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=4173240bdfe9c640 -C extra-filename=-03dcbd5d32f29e63 --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-420ab123ccc1df86.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-ad31bedee1c4b982.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rmeta --cap-lints allow`
7402025-10-14T04:33:28.520Z Compiling dof v0.4.0
7412025-10-14T04:33:28.523Z 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=7651f9f4786d8c45 -C extra-filename=-deece2443f1a147a --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-5c4ffdd47fe89e69.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-55950e446de7b634.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-fae1a3e9e41be6e3.rmeta --cap-lints allow`
7422025-10-14T04:33:28.616Z Compiling rustls v0.23.13
7432025-10-14T04:33:28.640Z 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`
7442025-10-14T04:33:28.643Z Compiling ppv-lite86 v0.2.15
7452025-10-14T04:33:28.651Z 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`
7462025-10-14T04:33:28.883Z Compiling native-tls v0.2.12
7472025-10-14T04:33:28.886Z 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`
7482025-10-14T04:33:28.977Z Compiling plain v0.2.3
7492025-10-14T04:33:29.007Z 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`
7502025-10-14T04:33:29.141Z Compiling rustls v0.22.4
7512025-10-14T04:33:29.145Z 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`
7522025-10-14T04:33:29.288Z Running `/work/oxidecomputer/dropshot/target/debug/build/native-tls-9277bc3ad29609a6/build-script-build`
7532025-10-14T04:33:29.299Z Compiling rand_chacha v0.3.1
7542025-10-14T04:33:29.302Z 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=9c09815cdf0bee48 -C extra-filename=-e1499b653088e7ee --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-39c93e323c50d186.rmeta --cap-lints allow`
7552025-10-14T04:33:29.315Z Compiling goblin v0.10.1
7562025-10-14T04:33:29.318Z 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=6965d276bb82874a -C extra-filename=-a31a84e0d11f12e4 --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-0133d999bc9e9a2a.rmeta --cap-lints allow`
7572025-10-14T04:33:29.490Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-4ed1a47286face4a/build-script-build`
7582025-10-14T04:33:29.509Z 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=75797ff8d2bb77a5 -C extra-filename=-1379284130961226 --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-deece2443f1a147a.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-03dcbd5d32f29e63.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-89ecd8ee6c3799e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-32f7e92c1f93d3a3.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c4ffdd47fe89e69.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-55950e446de7b634.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-a748051f46ccc702.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)'`
7592025-10-14T04:33:29.621Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-ef5102e5ad9c668f/build-script-build`
7602025-10-14T04:33:29.639Z 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=f5f20385ee083927 -C extra-filename=-04b6017ef7cc27a4 --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-de30559b4bc2be29.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-1051e5dde565eec8.so --extern ffi=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_sys-668460c35e79f7e9.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)'`
7612025-10-14T04:33:30.410Z Compiling digest v0.10.7
7622025-10-14T04:33:30.413Z 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`
7632025-10-14T04:33:30.572Z 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`
7642025-10-14T04:33:30.675Z 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`
7652025-10-14T04:33:30.762Z 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"))'`
7662025-10-14T04:33:30.952Z Compiling cpufeatures v0.2.2
7672025-10-14T04:33:30.955Z 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`
7682025-10-14T04:33:31.054Z Compiling pretty-hex v0.4.1
7692025-10-14T04:33:31.057Z 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`
7702025-10-14T04:33:31.268Z Compiling lazy_static v1.5.0
7712025-10-14T04:33:31.272Z 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`
7722025-10-14T04:33:31.422Z Compiling icu_normalizer v1.5.0
7732025-10-14T04:33:31.425Z 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=e49be6c8b99206a4 -C extra-filename=-ddee812b3b20ccbd --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-f5490a9dc2dc28d9.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-86cac6b928109c8b.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-c8268d42f567727f.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-5abc9e3f86e9f40e.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-ad05dd4de66e3e9e.rmeta --cap-lints allow`
7742025-10-14T04:33:31.776Z Compiling winnow v0.7.13
7752025-10-14T04:33:31.779Z 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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=96964722c58ade1d -C extra-filename=-e39ea7ec068885d6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7762025-10-14T04:33:32.070Z Compiling unicode-segmentation v1.10.0
7772025-10-14T04:33:32.073Z 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`
7782025-10-14T04:33:32.547Z Compiling idna_adapter v1.2.0
7792025-10-14T04:33:32.550Z 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=2df829390e08beed -C extra-filename=-d0bcd33979acd733 --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-ddee812b3b20ccbd.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-c8268d42f567727f.rmeta --cap-lints allow`
7802025-10-14T04:33:32.821Z Compiling unicode-width v0.1.9
7812025-10-14T04:33:32.833Z 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`
7822025-10-14T04:33:32.840Z Compiling thiserror v1.0.69
7832025-10-14T04:33:32.851Z 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`
7842025-10-14T04:33:32.990Z 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`
7852025-10-14T04:33:33.389Z Compiling hyper v1.7.0
7862025-10-14T04:33:33.392Z 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=dd5e1256da89e20a -C extra-filename=-0a520ba1e4ea942b --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-8474927ee4bab47e.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-b8e9a1f9c3aba99b.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-b8f7d47769d5f89e.rmeta --cap-lints allow`
7872025-10-14T04:33:33.403Z Compiling iana-time-zone v0.1.47
7882025-10-14T04:33:33.405Z 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`
7892025-10-14T04:33:33.415Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-ff48d98027b9836f/build-script-build`
7902025-10-14T04:33:33.658Z Compiling chrono v0.4.42
7912025-10-14T04:33:33.661Z 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=47717fd1a1c89265 -C extra-filename=-138fbb6296eeb159 --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-30c6ffd506ba893c.rmeta --cap-lints allow`
7922025-10-14T04:33:33.773Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-88ef626bfc9e3bdc/build-script-build`
7932025-10-14T04:33:33.781Z Compiling console v0.15.7
7942025-10-14T04:33:33.784Z 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=d3173ff37d53c5e2 -C extra-filename=-1151527add2504ed --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-de30559b4bc2be29.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-bcc7a327db898785.rmeta --cap-lints allow`
7952025-10-14T04:33:33.811Z Compiling idna v1.0.3
7962025-10-14T04:33:33.814Z 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=e3f5b7df2b23f2f1 -C extra-filename=-f7786979c95e5387 --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-d0bcd33979acd733.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`
7972025-10-14T04:33:34.964Z Compiling toml_parser v1.0.3
7982025-10-14T04:33:34.968Z 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.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=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=08c96a90b846e5ca -C extra-filename=-ca40cfb921b13322 --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-e39ea7ec068885d6.rmeta --cap-lints allow`
7992025-10-14T04:33:35.141Z Compiling newline-converter v0.3.0
8002025-10-14T04:33:35.153Z 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`
8012025-10-14T04:33:35.312Z 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=c0160009090f25cd -C extra-filename=-b5a60df138f5a14f --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-04b6017ef7cc27a4.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-668460c35e79f7e9.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
8022025-10-14T04:33:35.482Z Compiling sha1 v0.10.6
8032025-10-14T04:33:35.485Z 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`
8042025-10-14T04:33:35.582Z Compiling mime_guess v2.0.5
8052025-10-14T04:33:35.585Z 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`
8062025-10-14T04:33:35.892Z Compiling hyper-util v0.1.17
8072025-10-14T04:33:35.895Z Compiling rand v0.8.4
8082025-10-14T04:33:35.904Z 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=bd612574c24e00be -C extra-filename=-9a4bd4038e873212 --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-8008d19ce5fb21c0.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-0a520ba1e4ea942b.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-2f99cb7abadfd115.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.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-f1602337f00c4a40.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.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`
8092025-10-14T04:33:35.908Z 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=48555eea1703a9b9 -C extra-filename=-12a4ffd0dfd26c0a --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-de30559b4bc2be29.rmeta --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-e1499b653088e7ee.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-39c93e323c50d186.rmeta --cap-lints allow`
8102025-10-14T04:33:36.575Z 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=f00849f6f7cf96f0 -C extra-filename=-5341d88144edda91 --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-a31a84e0d11f12e4.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-747318b1cb3f2560.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-30c6ffd506ba893c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-fae1a3e9e41be6e3.rmeta --cap-lints allow`
8112025-10-14T04:33:36.598Z 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=d000dc109ed81364 -C extra-filename=-6caf74992ea4bb5a --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-6fa60b022571c4bb.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-efb1f61a58908caa.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)'`
8122025-10-14T04:33:37.115Z 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=1329d4284bce3796 -C extra-filename=-3859903690679f20 --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-6fa60b022571c4bb.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-efb1f61a58908caa.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`
8132025-10-14T04:33:37.163Z Compiling thiserror-impl v1.0.69
8142025-10-14T04:33:37.167Z 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=a2999135f020baea -C extra-filename=-44c93cf99fda767d --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-32f7e92c1f93d3a3.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern proc_macro --cap-lints allow`
8152025-10-14T04:33:37.381Z Compiling concurrent-queue v2.5.0
8162025-10-14T04:33:37.393Z 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`
8172025-10-14T04:33:37.576Z Compiling serde_derive_internals v0.29.0
8182025-10-14T04:33:37.580Z 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=1524d1f919f46358 -C extra-filename=-0e0e1a3eec34ab2a --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-32f7e92c1f93d3a3.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rmeta --cap-lints allow`
8192025-10-14T04:33:37.777Z Compiling rustls-pemfile v2.1.3
8202025-10-14T04:33:37.780Z 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`
8212025-10-14T04:33:38.202Z Compiling http-body-util v0.1.3
8222025-10-14T04:33:38.213Z 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`
8232025-10-14T04:33:38.677Z Compiling serde_spanned v1.0.2
8242025-10-14T04:33:38.688Z 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=c716784796e67600 -C extra-filename=-b0a8848c70d54ddf --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-d50603f23f466ab6.rmeta --cap-lints allow`
8252025-10-14T04:33:38.944Z Compiling toml_datetime v0.7.2
8262025-10-14T04:33:38.947Z 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=c9b7ec88edd5bc22 -C extra-filename=-99aaadb167e3ce2b --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-d50603f23f466ab6.rmeta --cap-lints allow`
8272025-10-14T04:33:39.227Z 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=093e29400148e10c -C extra-filename=-35fd233075731de1 --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-32f7e92c1f93d3a3.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-85682cc5f50714f9.rmeta --cap-lints allow`
8282025-10-14T04:33:39.353Z Compiling multer v3.1.0
8292025-10-14T04:33:39.363Z 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`
8302025-10-14T04:33:39.507Z Compiling sync_wrapper v1.0.1
8312025-10-14T04:33:39.510Z 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`
8322025-10-14T04:33:39.575Z Compiling thread_local v1.1.4
8332025-10-14T04:33:39.586Z 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`
8342025-10-14T04:33:39.678Z Compiling encoding_rs v0.8.32
8352025-10-14T04:33:39.681Z 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`
8362025-10-14T04:33:39.704Z Compiling slog-async v2.8.0
8372025-10-14T04:33:39.709Z 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`
8382025-10-14T04:33:39.878Z Compiling camino v1.2.1
8392025-10-14T04:33:39.881Z 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.1/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=4cc735ef784a2587 -C extra-filename=-fe12af8c35afbf63 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-fe12af8c35afbf63 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8402025-10-14T04:33:40.044Z Compiling schemars v0.8.22
8412025-10-14T04:33:40.055Z 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`
8422025-10-14T04:33:40.213Z Compiling parking v2.2.0
8432025-10-14T04:33:40.216Z 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`
8442025-10-14T04:33:40.438Z Compiling semver v1.0.27
8452025-10-14T04:33:40.442Z 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`
8462025-10-14T04:33:40.484Z Compiling similar v2.2.1
8472025-10-14T04:33:40.487Z 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`
8482025-10-14T04:33:40.534Z Compiling heck v0.5.0
8492025-10-14T04:33:40.537Z 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`
8502025-10-14T04:33:40.916Z Compiling tower-layer v0.3.3
8512025-10-14T04:33:40.919Z 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`
8522025-10-14T04:33:40.929Z Compiling match_cfg v0.1.0
8532025-10-14T04:33:40.932Z 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`
8542025-10-14T04:33:41.031Z Compiling target-triple v0.1.3
8552025-10-14T04:33:41.035Z 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`
8562025-10-14T04:33:41.137Z Compiling toml_writer v1.0.3
8572025-10-14T04:33:41.141Z 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.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=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=411f372fb7ec8f26 -C extra-filename=-dc813d7aca767de3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8582025-10-14T04:33:41.203Z Compiling tower v0.5.2
8592025-10-14T04:33:41.206Z 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=98e04f4e3d954544 -C extra-filename=-02942de0f4d63db0 --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-8008d19ce5fb21c0.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-b8e9a1f9c3aba99b.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`
8602025-10-14T04:33:41.545Z Compiling toml v0.9.7
8612025-10-14T04:33:41.548Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-9ab3b175e05b220b/build-script-build`
8622025-10-14T04:33:41.548Z 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.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=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=a156302a3c7c07cf -C extra-filename=-67c8d01795e28f1d --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-d50603f23f466ab6.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-b0a8848c70d54ddf.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-99aaadb167e3ce2b.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-ca40cfb921b13322.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-dc813d7aca767de3.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-e39ea7ec068885d6.rmeta --cap-lints allow`
8632025-10-14T04:33:41.572Z Compiling tokio-rustls v0.25.0
8642025-10-14T04:33:41.583Z 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=39c66a8eb7d2facc -C extra-filename=-04d5b4bc8acd50f5 --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-3859903690679f20.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
8652025-10-14T04:33:41.969Z Compiling hostname v0.3.1
8662025-10-14T04:33:41.972Z 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=9bc9a1d46b5674b1 -C extra-filename=-141d94f0d5640d3b --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-de30559b4bc2be29.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-bc4ff9bb5406952d.rmeta --cap-lints allow`
8672025-10-14T04:33:42.202Z Compiling tokio-rustls v0.26.0
8682025-10-14T04:33:42.205Z 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=b8a221b4685d484b -C extra-filename=-2438b498ddbe6ba5 --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-6caf74992ea4bb5a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
8692025-10-14T04:33:42.243Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-fe12af8c35afbf63/build-script-build`
8702025-10-14T04:33:42.296Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-0595e5190205a549/build-script-build`
8712025-10-14T04:33:42.315Z Compiling event-listener v5.0.0
8722025-10-14T04:33:42.318Z 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`
8732025-10-14T04:33:42.604Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-599e3eca6e5724e0/build-script-build`
8742025-10-14T04:33:42.661Z 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=34b5cfb2ab0040c4 -C extra-filename=-bbba39027da3881c --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-44c93cf99fda767d.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
8752025-10-14T04:33:42.693Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-3e170fc9bb3a123a/build-script-build`
8762025-10-14T04:33:42.752Z Compiling schemars_derive v0.8.22
8772025-10-14T04:33:42.756Z 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=5793da71978085d0 -C extra-filename=-f5a6c9de05265ab0 --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-32f7e92c1f93d3a3.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-0e0e1a3eec34ab2a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern proc_macro --cap-lints allow`
8782025-10-14T04:33:42.808Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-2afcea44265fd8dc/build-script-build`
8792025-10-14T04:33:42.838Z Compiling tokio-native-tls v0.3.1
8802025-10-14T04:33:42.849Z 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=cfe96fe76c139321 -C extra-filename=-62d8d7b1af6cce9c --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-b5a60df138f5a14f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
8812025-10-14T04:33:42.920Z Compiling url v2.5.4
8822025-10-14T04:33:42.923Z 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=526d8606cd05d2af -C extra-filename=-de4026eae19d4a62 --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-f7786979c95e5387.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-9a02fabab443b4fb.rmeta --cap-lints allow`
8832025-10-14T04:33:43.123Z Compiling usdt-attr-macro v0.6.0
8842025-10-14T04:33:43.127Z 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=1132fe8dfdeaed1b -C extra-filename=-4d99f649b3187935 --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-03dcbd5d32f29e63.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-32f7e92c1f93d3a3.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-b6e49c23a220f718.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-1379284130961226.rlib --extern proc_macro --cap-lints allow`
8852025-10-14T04:33:43.699Z Compiling usdt-macro v0.6.0
8862025-10-14T04:33:43.703Z 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=6318f8b62af17709 -C extra-filename=-05399776286ffabc --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-03dcbd5d32f29e63.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-32f7e92c1f93d3a3.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-b6e49c23a220f718.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-1379284130961226.rlib --extern proc_macro --cap-lints allow`
8872025-10-14T04:33:44.666Z Compiling serde_urlencoded v0.7.1
8882025-10-14T04:33:44.669Z 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=b149c8651b54af75 -C extra-filename=-9d997349fc18dd34 --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-30c6ffd506ba893c.rmeta --cap-lints allow`
8892025-10-14T04:33:44.720Z Compiling slog-json v2.6.1
8902025-10-14T04:33:44.729Z 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=0ba6dec851502ead -C extra-filename=-944413fd4eb569b2 --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-30c6ffd506ba893c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7f2e90c56a4dcf12.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-61953535388bbcf2.rmeta --cap-lints allow`
8912025-10-14T04:33:45.078Z Compiling uuid v1.18.1
8922025-10-14T04:33:45.081Z 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=d5f7cc776bf3fc3f -C extra-filename=-8b95b506f97e9dfc --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-68b1aefb9f52875f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-30c6ffd506ba893c.rmeta --cap-lints allow`
8932025-10-14T04:33:45.090Z Compiling futures-executor v0.3.31
8942025-10-14T04:33:45.093Z 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=be41f56f68900b63 -C extra-filename=-6755a8d821c937c7 --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-8008d19ce5fb21c0.rmeta --cap-lints allow`
8952025-10-14T04:33:45.133Z Compiling async-stream-impl v0.3.6
8962025-10-14T04:33:45.136Z 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=baf12572559b7f65 -C extra-filename=-07f1e87857359ac4 --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-32f7e92c1f93d3a3.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern proc_macro --cap-lints allow`
8972025-10-14T04:33:45.163Z Compiling tempfile v3.23.0
8982025-10-14T04:33:45.174Z 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.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=2f2ad9a32d871439 -C extra-filename=-3ccd3be8724b87f9 --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-68b1aefb9f52875f.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-206f4431f8d7e649.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-2dedbccc1ca9eea2.rmeta --cap-lints allow`
8992025-10-14T04:33:45.439Z 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=b87d49b2ca9861a6 -C extra-filename=-a743937ebcabb99e --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-5341d88144edda91.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-03dcbd5d32f29e63.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-89ecd8ee6c3799e8.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-32f7e92c1f93d3a3.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-30c6ffd506ba893c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-35fd233075731de1.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-a748051f46ccc702.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)'`
9002025-10-14T04:33:45.611Z Compiling crossbeam-channel v0.5.1
9012025-10-14T04:33:45.622Z 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`
9022025-10-14T04:33:45.906Z Compiling webpki-roots v0.26.5
9032025-10-14T04:33:45.909Z 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`
9042025-10-14T04:33:45.996Z Compiling is-terminal v0.4.12
9052025-10-14T04:33:46.008Z 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=21265d3145e54edf -C extra-filename=-f108d420fe9d7a7a --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-de30559b4bc2be29.rmeta --cap-lints allow`
9062025-10-14T04:33:46.099Z Compiling memmap2 v0.9.8
9072025-10-14T04:33:46.110Z 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=7f397c2b91cfdb34 -C extra-filename=-1042eb5b2dacdcb0 --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-de30559b4bc2be29.rmeta --cap-lints allow`
9082025-10-14T04:33:46.139Z Compiling dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot)
9092025-10-14T04:33:46.142Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=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`
9102025-10-14T04:33:46.400Z Compiling utf-8 v0.7.6
9112025-10-14T04:33:46.403Z 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`
9122025-10-14T04:33:46.522Z Compiling dyn-clone v1.0.4
9132025-10-14T04:33:46.522Z 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`
9142025-10-14T04:33:46.534Z Compiling data-encoding v2.4.0
9152025-10-14T04:33:46.545Z 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`
9162025-10-14T04:33:46.587Z Compiling iri-string v0.7.8
9172025-10-14T04:33:46.590Z 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`
9182025-10-14T04:33:46.640Z Compiling term v1.1.0
9192025-10-14T04:33:46.643Z 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`
9202025-10-14T04:33:46.660Z Compiling spin v0.9.8
9212025-10-14T04:33:46.671Z 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`
9222025-10-14T04:33:46.706Z Compiling anyhow v1.0.100
9232025-10-14T04:33:46.709Z 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`
9242025-10-14T04:33:46.840Z Compiling take_mut v0.2.2
9252025-10-14T04:33:46.843Z 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`
9262025-10-14T04:33:46.944Z 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=6d58fc90dac74430 -C extra-filename=-90323f8a58b8157b --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-8008d19ce5fb21c0.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`
9272025-10-14T04:33:47.003Z 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=116adbb61e107045 -C extra-filename=-0ea35f111508528f --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-7f2e90c56a4dcf12.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`
9282025-10-14T04:33:47.309Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-b5ca2073f04ee824/build-script-build`
9292025-10-14T04:33:47.735Z Compiling slog-term v2.9.2
9302025-10-14T04:33:47.738Z 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=bb499776a97f26f1 -C extra-filename=-edb5c2ed754b1a80 --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-138fbb6296eeb159.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-f108d420fe9d7a7a.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7f2e90c56a4dcf12.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-61953535388bbcf2.rmeta --cap-lints allow`
9312025-10-14T04:33:48.075Z Compiling tungstenite v0.24.0
9322025-10-14T04:33:48.086Z 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=eb3b564f15d6d7bb -C extra-filename=-0c2431923d46b4ea --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-12a4ffd0dfd26c0a.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-abad09e0aa67c881.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bbba39027da3881c.rmeta --extern utf8=/work/oxidecomputer/dropshot/target/debug/deps/libutf8-88a6f6448e2cbd74.rmeta --cap-lints allow`
9332025-10-14T04:33:48.167Z 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=1963201638c46c6a -C extra-filename=-03b04aef98e29300 --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-138fbb6296eeb159.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-f5a6c9de05265ab0.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-30c6ffd506ba893c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9342025-10-14T04:33:48.205Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-505a4519d3b7324f/build-script-build`
9352025-10-14T04:33:48.255Z Compiling async-stream v0.3.6
9362025-10-14T04:33:48.258Z 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=bab3077336e2ac37 -C extra-filename=-6e4608fc72b269ac --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-07f1e87857359ac4.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`
9372025-10-14T04:33:48.433Z Compiling usdt v0.6.0
9382025-10-14T04:33:48.445Z 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=b80d3686ccf7c827 -C extra-filename=-d99e68ca2a880de0 --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-5341d88144edda91.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-a31a84e0d11f12e4.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-1042eb5b2dacdcb0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-30c6ffd506ba893c.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-4d99f649b3187935.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a743937ebcabb99e.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-05399776286ffabc.so --cap-lints allow`
9392025-10-14T04:33:48.556Z Compiling hyper-rustls v0.27.3
9402025-10-14T04:33:48.567Z 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=cecf3e41fa2befb5 -C extra-filename=-0dbdc1a522af5e71 --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-8008d19ce5fb21c0.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0a520ba1e4ea942b.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-6caf74992ea4bb5a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2438b498ddbe6ba5.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`
9412025-10-14T04:33:48.949Z Compiling atomicwrites v0.4.4
9422025-10-14T04:33:48.953Z 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=6ba63cf721b99c7d -C extra-filename=-2f78f30a12aab9a8 --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-a87559f8ffb7462b.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rmeta --cap-lints allow`
9432025-10-14T04:33:48.991Z Compiling futures v0.3.31
9442025-10-14T04:33:48.994Z 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=64fc42363e046c7e -C extra-filename=-308438287cab8f30 --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-6755a8d821c937c7.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-8008d19ce5fb21c0.rmeta --cap-lints allow`
9452025-10-14T04:33:49.108Z Compiling slog-bunyan v2.5.0
9462025-10-14T04:33:49.112Z 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=fc54f07897cd03cf -C extra-filename=-d13eece948ad87e4 --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-141d94f0d5640d3b.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-7f2e90c56a4dcf12.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-61953535388bbcf2.rmeta --cap-lints allow`
9472025-10-14T04:33:49.172Z Compiling hyper-tls v0.6.0
9482025-10-14T04:33:49.177Z 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=2f2c5641120e297c -C extra-filename=-717cba3a162704f4 --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-0a520ba1e4ea942b.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rmeta --extern native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libnative_tls-b5a60df138f5a14f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-62d8d7b1af6cce9c.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-36766986bb9083be.rmeta --cap-lints allow -L native=/usr/ssl-3/lib/amd64`
9492025-10-14T04:33:49.185Z 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`
9502025-10-14T04:33:49.293Z Compiling event-listener-strategy v0.5.4
9512025-10-14T04:33:49.297Z 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`
9522025-10-14T04:33:49.320Z 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.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=e4bd1a730a23cda0 -C extra-filename=-c5c34a111ae897c3 --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-d50603f23f466ab6.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)'`
9532025-10-14T04:33:49.527Z Compiling tower-http v0.6.5
9542025-10-14T04:33:49.530Z 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=a8b76a7360c7e7c2 -C extra-filename=-48e2f96076051c21 --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-8008d19ce5fb21c0.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-02942de0f4d63db0.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`
9552025-10-14T04:33:49.575Z 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"))'`
9562025-10-14T04:33:49.682Z Compiling dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9572025-10-14T04:33:49.685Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e6bfdb8286c1502 -C extra-filename=-901a1e1e79ba9d91 --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-32f7e92c1f93d3a3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c4ffdd47fe89e69.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-b6e49c23a220f718.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern proc_macro`
9582025-10-14T04:33:50.113Z Compiling rustls-native-certs v0.7.0
9592025-10-14T04:33:50.116Z 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`
9602025-10-14T04:33:50.202Z Compiling openapiv3 v2.2.0
9612025-10-14T04:33:50.206Z 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=f086b9de6b8c59e6 -C extra-filename=-58f5692ade0e87d5 --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-8fae80fcc541752c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-30c6ffd506ba893c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rmeta --cap-lints allow`
9622025-10-14T04:33:50.230Z Compiling yasna v0.5.2
9632025-10-14T04:33:50.233Z 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=44b51119c568d2f8 -C extra-filename=-cd03cba025c26ece --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-61953535388bbcf2.rmeta --cap-lints allow`
9642025-10-14T04:33:50.389Z Compiling async-trait v0.1.89
9652025-10-14T04:33:50.399Z 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=449ea08a87003dd4 -C extra-filename=-adcf49f57e4e2aee --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-32f7e92c1f93d3a3.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern proc_macro --cap-lints allow`
9662025-10-14T04:33:50.521Z Compiling waitgroup v0.1.2
9672025-10-14T04:33:50.532Z 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`
9682025-10-14T04:33:50.606Z Compiling pem v3.0.5
9692025-10-14T04:33:50.617Z 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`
9702025-10-14T04:33:50.757Z Compiling serde_path_to_error v0.1.20
9712025-10-14T04:33:50.761Z 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=9b6c8e187e6f538d -C extra-filename=-4bfa8038c1c4d70f --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-d50603f23f466ab6.rmeta --cap-lints allow`
9722025-10-14T04:33:51.368Z Compiling webpki-roots v1.0.0
9732025-10-14T04:33:51.372Z 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`
9742025-10-14T04:33:51.562Z Compiling hostname v0.4.0
9752025-10-14T04:33:51.565Z 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=0ed963759cb1941a -C extra-filename=-8325f4155abdfebb --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-de30559b4bc2be29.rmeta --cap-lints allow`
9762025-10-14T04:33:51.586Z Compiling debug-ignore v1.0.5
9772025-10-14T04:33:51.613Z 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`
9782025-10-14T04:33:51.692Z Compiling http-range v0.1.4
9792025-10-14T04:33:51.695Z 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`
9802025-10-14T04:33:51.730Z Compiling simple-mermaid v0.2.0
9812025-10-14T04:33:51.733Z 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`
9822025-10-14T04:33:51.751Z Compiling glob v0.3.0
9832025-10-14T04:33:51.754Z 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`
9842025-10-14T04:33:51.777Z Compiling termcolor v1.1.2
9852025-10-14T04:33:51.789Z 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`
9862025-10-14T04:33:51.793Z Compiling reqwest v0.12.23
9872025-10-14T04:33:51.796Z 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=954e74663687c135 -C extra-filename=-28f2d20d8a406fb4 --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-8474927ee4bab47e.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-0a520ba1e4ea942b.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-0dbdc1a522af5e71.rmeta --extern hyper_tls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_tls-717cba3a162704f4.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.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-b5a60df138f5a14f.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-6caf74992ea4bb5a.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-30c6ffd506ba893c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-c2341bea79b7ec95.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rmeta --extern tokio_native_tls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_native_tls-62d8d7b1af6cce9c.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-2438b498ddbe6ba5.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-02942de0f4d63db0.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-48e2f96076051c21.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-36766986bb9083be.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-de4026eae19d4a62.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`
9882025-10-14T04:33:51.833Z Compiling rcgen v0.14.5
9892025-10-14T04:33:51.836Z 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.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="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=74d0ee192ef3ca35 -C extra-filename=-a48ae8ee260454b1 --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-6fa60b022571c4bb.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-afe15348e931e359.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-61953535388bbcf2.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-cd03cba025c26ece.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
9902025-10-14T04:33:52.009Z Compiling hyper-staticfile v0.10.1
9912025-10-14T04:33:52.012Z 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=ce80f6b89d5acf12 -C extra-filename=-e1b388b97ad5693b --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-8008d19ce5fb21c0.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-0a520ba1e4ea942b.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-12a4ffd0dfd26c0a.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-de4026eae19d4a62.rmeta --cap-lints allow`
9922025-10-14T04:33:52.470Z Compiling trybuild v1.0.111
9932025-10-14T04:33:52.482Z 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=e3df8ad08a217b19 -C extra-filename=-6a0395bc0ca05534 --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-30c6ffd506ba893c.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-343f5e7b686c96c1.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.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-67c8d01795e28f1d.rmeta --cap-lints allow`
9942025-10-14T04:33:52.620Z Compiling hyper-rustls v0.26.0
9952025-10-14T04:33:52.624Z 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=0bd66edacd068e85 -C extra-filename=-2827ee920398ff09 --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-8008d19ce5fb21c0.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-a4a3dabfcc0ae01d.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-0a520ba1e4ea942b.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d5dded00f7bb4429.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-b8e9a1f9c3aba99b.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.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`
9962025-10-14T04:33:52.631Z Compiling async-channel v2.5.0
9972025-10-14T04:33:52.634Z 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`
9982025-10-14T04:33:53.032Z Compiling expectorate v1.2.0
9992025-10-14T04:33:53.035Z 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=4afd7296554a849f -C extra-filename=-8a94abb281b88aea --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-2f78f30a12aab9a8.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-1151527add2504ed.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`
10002025-10-14T04:33:53.121Z Compiling tokio-tungstenite v0.24.0
10012025-10-14T04:33:53.133Z 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=c53ad2f8fb296fd7 -C extra-filename=-98b08125bf5662d2 --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-8008d19ce5fb21c0.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d5dded00f7bb4429.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-0c2431923d46b4ea.rmeta --cap-lints allow`
10022025-10-14T04:33:53.166Z 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)'`
10032025-10-14T04:33:53.281Z Compiling subprocess v0.2.9
10042025-10-14T04:33:53.284Z 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=98f1d8ffa58ee427 -C extra-filename=-3bd0da50af139335 --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-de30559b4bc2be29.rmeta --cap-lints allow`
10052025-10-14T04:33:53.657Z Compiling buf-list v1.1.2
10062025-10-14T04:33:53.661Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=33ede5c0b1ebe2cf -C extra-filename=-0bed30db830f94d6 --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`
10072025-10-14T04:33:54.000Z 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`
10082025-10-14T04:33:54.037Z Compiling prettyplease v0.2.37
10092025-10-14T04:33:54.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/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`
10102025-10-14T04:33:54.181Z Compiling schema-derive v0.1.0
10112025-10-14T04:33:54.186Z 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=74a1ae54cfe16128 -C extra-filename=-7c7ae526141c1e0e --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-32f7e92c1f93d3a3.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern proc_macro --cap-lints allow`
10122025-10-14T04:33:54.340Z 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.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=8833675635d933b9 -C extra-filename=-2ea206671ebed3f1 --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-68b1aefb9f52875f.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-34daea41aeff99a6.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-2dedbccc1ca9eea2.rmeta --cap-lints allow`
10132025-10-14T04:33:54.433Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-c7d46039528c9fb6/build-script-build`
10142025-10-14T04:33:54.452Z 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=86db5bb6bcadb911 -C extra-filename=-c887e15d06ddd8b3 --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-f7a0b9efe8201af8.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10152025-10-14T04:33:54.763Z 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=14b91e785ec6cfc8 -C extra-filename=-7afefdf24b121e6b --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-a87559f8ffb7462b.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2ea206671ebed3f1.rmeta --cap-lints allow`
10162025-10-14T04:33:55.124Z 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=33dd55c1b4aba377 -C extra-filename=-9371ea6339a50dbb --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-7afefdf24b121e6b.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-1151527add2504ed.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`
10172025-10-14T04:33:56.201Z Compiling schema v0.1.0
10182025-10-14T04:33:56.204Z 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=28ff2b61fe6b77c3 -C extra-filename=-f9624509a470923c --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-32f7e92c1f93d3a3.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-7c7ae526141c1e0e.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rmeta --cap-lints allow`
10192025-10-14T04:33:56.322Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0320fc35bbc32271 -C extra-filename=-ebc6ec6cc59c0ca5 --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-9371ea6339a50dbb.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-2b087a3cf3ccd23c.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-c887e15d06ddd8b3.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-32f7e92c1f93d3a3.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-f9624509a470923c.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c4ffdd47fe89e69.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-b6e49c23a220f718.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern proc_macro`
10202025-10-14T04:33:56.335Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bb168fd5079ea8aa -C extra-filename=-83a678a21ca69e72 --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-6e4608fc72b269ac.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.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-c5c34a111ae897c3.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.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-901a1e1e79ba9d91.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-3859903690679f20.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-03b04aef98e29300.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-30c6ffd506ba893c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
10212025-10-14T04:33:57.687Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1c5ab0b872547397 -C extra-filename=-eb0461b7ba104629 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.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-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:34:03.435Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=00bb34221f817992 -C extra-filename=-c625b19a5dde6df7 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:34:03.435Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c91cdaa23b58d7db -C extra-filename=-329e406773f42e2b --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:34:03.440Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=78ccc5e6bb97a08c -C extra-filename=-110a9409110e356b --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:34:03.440Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8cf149bb2bce512c -C extra-filename=-913c730b64f95168 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:34:03.440Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=71bf9dfa000f47d9 -C extra-filename=-4d03793c8d7e7bd5 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:34:03.483Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6821a7a2f587cd80 -C extra-filename=-eace157f72fefed7 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:34:03.485Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=828d93245403248b -C extra-filename=-ecfdb834982cf430 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:34:19.574Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8b1ffd97fcc177c0 -C extra-filename=-ac8a4d62241f085c --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:34:21.450Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1a56f7097eb1de08 -C extra-filename=-e83411b19d4778ab --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:34:21.895Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=971cd9886ad525e9 -C extra-filename=-caee3a98059cc61d --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:34:23.136Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=257c1b778c76fb0b -C extra-filename=-b16b7ac0aa584a4e --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:34:23.475Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=63c423352711c72e -C extra-filename=-eb5937937c8aa25e --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:34:24.942Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3ffc4747b0f18d46 -C extra-filename=-b36d81ec424c7408 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:34:25.522Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cf0611cc4615f9d8 -C extra-filename=-bfe75528dc91856f --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:34:25.947Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=91e3a21eab81c1b9 -C extra-filename=-eeba26de1884acd0 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:34:37.031Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6bd2046240a78d95 -C extra-filename=-0dc3d5b212abef83 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
10382025-10-14T04:34:38.272Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bc12b6b8f68403f5 -C extra-filename=-faa2d6444701c483 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
10392025-10-14T04:34:41.667Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f99c0237928bedb4 -C extra-filename=-07af7847a6d955a9 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
10402025-10-14T04:34:43.708Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=64dbcae64a50d586 -C extra-filename=-d72cf5ebec732d8f --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
10412025-10-14T04:34:43.948Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0b8ee07a055fa936 -C extra-filename=-cbfc5fbedc25d0c9 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
10422025-10-14T04:34:44.902Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=88051ec28fba43ba -C extra-filename=-4e584d422fc10dd9 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
10432025-10-14T04:34:48.601Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9a11f2375eb69ff9 -C extra-filename=-58eee557c55da58d --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
10442025-10-14T04:34:50.857Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1aee8375e778d27a -C extra-filename=-c2a572e5f52b806c --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
10452025-10-14T04:35:01.125Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b08166db8599f264 -C extra-filename=-84d9c02ef3011d96 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-83a678a21ca69e72.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-901a1e1e79ba9d91.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
10462025-10-14T04:35:30.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
10472025-10-14T04:35:31.175Z
10482025-10-14T04:35:31.178Zreal 2:28.840158579
10492025-10-14T04:35:31.178Zuser 14:04.610297736
10502025-10-14T04:35:31.178Zsys 1:45.613949165
10512025-10-14T04:35:31.178Ztrap 0.696653949
10522025-10-14T04:35:31.179Ztflt 0.322341614
10532025-10-14T04:35:31.179Zdflt 0.259595673
10542025-10-14T04:35:31.179Zkflt 0.005386528
10552025-10-14T04:35:31.179Zlock 42:50.986422813
10562025-10-14T04:35:31.179Zslp 1:03:49.423866451
10572025-10-14T04:35:31.179Zlat 44.960838672
10582025-10-14T04:35:31.179Zstop 1:13.470771460
10592025-10-14T04:35:31.179Z+ banner test
10602025-10-14T04:35:31.179Z
10612025-10-14T04:35:31.179Z ##### ###### #### #####
10622025-10-14T04:35:31.179Z # # # #
10632025-10-14T04:35:31.179Z # ##### #### #
10642025-10-14T04:35:31.179Z # # # #
10652025-10-14T04:35:31.179Z # # # # #
10662025-10-14T04:35:31.179Z # ###### #### #
10672025-10-14T04:35:31.179Z
10682025-10-14T04:35:31.179Z+ ptime -m cargo test --all-features --locked --verbose
10692025-10-14T04:35:31.470Z Fresh unicode-ident v1.0.12
10702025-10-14T04:35:31.471Z Fresh cfg-if v1.0.0
10712025-10-14T04:35:31.471Z Fresh itoa v1.0.1
10722025-10-14T04:35:31.475Z Fresh memchr v2.6.0
10732025-10-14T04:35:31.476Z Fresh proc-macro2 v1.0.101
10742025-10-14T04:35:31.476Z Fresh pin-project-lite v0.2.12
10752025-10-14T04:35:31.476Z Fresh autocfg v1.1.0
10762025-10-14T04:35:31.476Z Fresh shlex v1.3.0
10772025-10-14T04:35:31.476Z Fresh quote v1.0.41
10782025-10-14T04:35:31.476Z Fresh libc v0.2.176
10792025-10-14T04:35:31.476Z Fresh cc v1.2.16
10802025-10-14T04:35:31.476Z Fresh bytes v1.10.1
10812025-10-14T04:35:31.476Z Fresh smallvec v1.13.2
10822025-10-14T04:35:31.476Z Fresh version_check v0.9.5
10832025-10-14T04:35:31.476Z Fresh futures-core v0.3.31
10842025-10-14T04:35:31.476Z Fresh scopeguard v1.2.0
10852025-10-14T04:35:31.477Z Fresh serde_derive v1.0.228
10862025-10-14T04:35:31.477Z Fresh lock_api v0.4.6
10872025-10-14T04:35:31.477Z Fresh futures-sink v0.3.31
10882025-10-14T04:35:31.477Z Fresh tokio-macros v2.5.0
10892025-10-14T04:35:31.477Z Fresh synstructure v0.13.1
10902025-10-14T04:35:31.477Z Fresh log v0.4.17
10912025-10-14T04:35:31.477Z Fresh parking_lot_core v0.9.4
10922025-10-14T04:35:31.477Z Fresh ryu v1.0.5
10932025-10-14T04:35:31.477Z Fresh socket2 v0.6.0
10942025-10-14T04:35:31.477Z Fresh signal-hook-registry v1.4.0
10952025-10-14T04:35:31.477Z Fresh mio v1.0.3
10962025-10-14T04:35:31.477Z Fresh getrandom v0.2.11
10972025-10-14T04:35:31.477Z Fresh parking_lot v0.12.1
10982025-10-14T04:35:31.477Z Fresh slab v0.4.9
10992025-10-14T04:35:31.477Z Fresh bitflags v2.4.0
11002025-10-14T04:35:31.477Z Fresh fnv v1.0.7
11012025-10-14T04:35:31.477Z Fresh zerofrom-derive v0.1.5
11022025-10-14T04:35:31.477Z Fresh futures-channel v0.3.31
11032025-10-14T04:35:31.477Z Fresh tokio v1.47.1
11042025-10-14T04:35:31.477Z Fresh http v1.3.1
11052025-10-14T04:35:31.477Z Fresh pin-utils v0.1.0
11062025-10-14T04:35:31.477Z Fresh zeroize v1.7.0
11072025-10-14T04:35:31.477Z Fresh zerofrom v0.1.5
11082025-10-14T04:35:31.477Z Fresh rustls-pki-types v1.12.0
11092025-10-14T04:35:31.477Z Fresh yoke-derive v0.7.5
11102025-10-14T04:35:31.477Z Fresh futures-macro v0.3.31
11112025-10-14T04:35:31.477Z Fresh thiserror-impl v2.0.16
11122025-10-14T04:35:31.477Z Fresh futures-task v0.3.31
11132025-10-14T04:35:31.477Z Fresh stable_deref_trait v1.2.0
11142025-10-14T04:35:31.477Z Fresh futures-io v0.3.31
11152025-10-14T04:35:31.477Z Fresh thiserror v2.0.16
11162025-10-14T04:35:31.477Z Fresh yoke v0.7.5
11172025-10-14T04:35:31.477Z Fresh zerovec-derive v0.10.3
11182025-10-14T04:35:31.477Z Fresh futures-util v0.3.31
11192025-10-14T04:35:31.477Z Fresh zerovec v0.10.4
11202025-10-14T04:35:31.477Z Fresh serde_core v1.0.228
11212025-10-14T04:35:31.477Z Fresh displaydoc v0.2.5
11222025-10-14T04:35:31.477Z Fresh tracing-core v0.1.32
11232025-10-14T04:35:31.478Z Fresh equivalent v1.0.0
11242025-10-14T04:35:31.478Z Fresh getrandom v0.3.1
11252025-10-14T04:35:31.478Z Fresh httparse v1.10.0
11262025-10-14T04:35:31.478Z Fresh untrusted v0.9.0
11272025-10-14T04:35:31.478Z Fresh hashbrown v0.15.2
11282025-10-14T04:35:31.478Z Fresh ucd-trie v0.1.6
11292025-10-14T04:35:31.478Z Fresh tracing v0.1.40
11302025-10-14T04:35:31.478Z Fresh serde v1.0.228
11312025-10-14T04:35:31.478Z Fresh tinystr v0.7.6
11322025-10-14T04:35:31.478Z Fresh indexmap v2.11.4
11332025-10-14T04:35:31.478Z Fresh ring v0.17.13
11342025-10-14T04:35:31.478Z Fresh pest v2.8.1
11352025-10-14T04:35:31.478Z Fresh http-body v1.0.1
11362025-10-14T04:35:31.478Z Fresh errno v0.3.10
11372025-10-14T04:35:31.478Z Fresh litemap v0.7.4
11382025-10-14T04:35:31.479Z Fresh base64 v0.22.1
11392025-10-14T04:35:31.479Z Fresh pkg-config v0.3.31
11402025-10-14T04:35:31.479Z Fresh atomic-waker v1.1.2
11412025-10-14T04:35:31.479Z Fresh writeable v0.5.5
11422025-10-14T04:35:31.479Z Fresh vcpkg v0.2.15
11432025-10-14T04:35:31.479Z Fresh percent-encoding v2.3.2
11442025-10-14T04:35:31.479Z Fresh icu_locid v1.5.0
11452025-10-14T04:35:31.479Z Fresh pest_meta v2.8.1
11462025-10-14T04:35:31.479Z Fresh tokio-util v0.7.7
11472025-10-14T04:35:31.479Z Fresh zerocopy-derive v0.8.27
11482025-10-14T04:35:31.479Z Fresh icu_provider_macros v1.5.0
11492025-10-14T04:35:31.479Z Fresh try-lock v0.2.3
11502025-10-14T04:35:31.479Z Fresh pest_generator v2.8.1
11512025-10-14T04:35:31.479Z Fresh want v0.3.0
11522025-10-14T04:35:31.479Z Fresh zerocopy v0.8.27
11532025-10-14T04:35:31.479Z Fresh icu_provider v1.5.0
11542025-10-14T04:35:31.479Z Fresh h2 v0.4.6
11552025-10-14T04:35:31.479Z Fresh typenum v1.14.0
11562025-10-14T04:35:31.479Z Fresh rustversion v1.0.22
11572025-10-14T04:35:31.479Z Fresh rustix v1.0.2
11582025-10-14T04:35:31.479Z Fresh rustls-webpki v0.102.8
11592025-10-14T04:35:31.479Z Fresh tower-service v0.3.3
11602025-10-14T04:35:31.479Z Fresh icu_locid_transform_data v1.5.0
11612025-10-14T04:35:31.479Z Fresh subtle v2.5.0
11622025-10-14T04:35:31.479Z Fresh fastrand v2.1.1
11632025-10-14T04:35:31.479Z Fresh num-conv v0.1.0
11642025-10-14T04:35:31.480Z Fresh time-core v0.1.2
11652025-10-14T04:35:31.480Z Fresh powerfmt v0.2.0
11662025-10-14T04:35:31.480Z Fresh byteorder v1.4.3
11672025-10-14T04:35:31.480Z Fresh httpdate v1.0.1
11682025-10-14T04:35:31.480Z Fresh icu_locid_transform v1.5.0
11692025-10-14T04:35:31.480Z Fresh hyper v1.7.0
11702025-10-14T04:35:31.480Z Fresh time-macros v0.2.18
11712025-10-14T04:35:31.480Z Fresh deranged v0.3.11
11722025-10-14T04:35:31.484Z Fresh crossbeam-utils v0.8.15
11732025-10-14T04:35:31.484Z Fresh generic-array v0.14.5
11742025-10-14T04:35:31.484Z Fresh typeid v1.0.3
11752025-10-14T04:35:31.484Z Fresh pest_derive v2.8.1
11762025-10-14T04:35:31.484Z Fresh serde_tokenstream v0.2.2
11772025-10-14T04:35:31.484Z Fresh icu_collections v1.5.0
11782025-10-14T04:35:31.484Z Fresh num_threads v0.1.3
11792025-10-14T04:35:31.484Z Fresh icu_properties_data v1.5.0
11802025-10-14T04:35:31.484Z Fresh time v0.3.36
11812025-10-14T04:35:31.484Z Fresh erased-serde v0.4.8
11822025-10-14T04:35:31.484Z Fresh icu_properties v1.5.1
11832025-10-14T04:35:31.484Z Fresh dtrace-parser v0.3.0
11842025-10-14T04:35:31.484Z Fresh rustix v0.38.44
11852025-10-14T04:35:31.484Z Fresh serde_json v1.0.145
11862025-10-14T04:35:31.484Z Fresh scroll_derive v0.13.1
11872025-10-14T04:35:31.484Z Fresh thread-id v5.0.0
11882025-10-14T04:35:31.484Z Fresh foreign-types-shared v0.1.1
11892025-10-14T04:35:31.484Z Fresh openssl-probe v0.1.4
11902025-10-14T04:35:31.484Z Fresh write16 v1.0.0
11912025-10-14T04:35:31.484Z Fresh ipnet v2.10.0
11922025-10-14T04:35:31.485Z Fresh utf8_iter v1.0.4
11932025-10-14T04:35:31.485Z Fresh icu_normalizer_data v1.5.0
11942025-10-14T04:35:31.485Z Fresh utf16_iter v1.0.5
11952025-10-14T04:35:31.485Z Fresh foreign-types v0.3.2
11962025-10-14T04:35:31.485Z Fresh icu_normalizer v1.5.0
11972025-10-14T04:35:31.485Z Fresh hyper-util v0.1.17
11982025-10-14T04:35:31.485Z Fresh slog v2.8.0
11992025-10-14T04:35:31.485Z Fresh paste v1.0.15
12002025-10-14T04:35:31.485Z Fresh scroll v0.13.0
12012025-10-14T04:35:31.485Z Fresh block-buffer v0.10.2
12022025-10-14T04:35:31.485Z Fresh crypto-common v0.1.6
12032025-10-14T04:35:31.486Z Fresh openssl-sys v0.9.107
12042025-10-14T04:35:31.486Z Fresh form_urlencoded v1.2.2
12052025-10-14T04:35:31.486Z Fresh rand_core v0.6.3
12062025-10-14T04:35:31.486Z Fresh openssl-macros v0.1.1
12072025-10-14T04:35:31.486Z Fresh plain v0.2.3
12082025-10-14T04:35:31.486Z Fresh ppv-lite86 v0.2.15
12092025-10-14T04:35:31.486Z Fresh mime v0.3.16
12102025-10-14T04:35:31.486Z Fresh unicode-width v0.1.9
12112025-10-14T04:35:31.486Z Fresh unicode-segmentation v1.10.0
12122025-10-14T04:35:31.486Z Fresh lazy_static v1.5.0
12132025-10-14T04:35:31.486Z Fresh openssl v0.10.72
12142025-10-14T04:35:31.486Z Fresh rand_chacha v0.3.1
12152025-10-14T04:35:31.486Z Fresh newline-converter v0.3.0
12162025-10-14T04:35:31.486Z Fresh console v0.15.7
12172025-10-14T04:35:31.486Z Fresh goblin v0.10.1
12182025-10-14T04:35:31.486Z Fresh digest v0.10.7
12192025-10-14T04:35:31.486Z Fresh idna_adapter v1.2.0
12202025-10-14T04:35:31.486Z Fresh num-traits v0.2.14
12212025-10-14T04:35:31.486Z Fresh unicase v2.6.0
12222025-10-14T04:35:31.486Z Fresh similar v2.2.1
12232025-10-14T04:35:31.486Z Fresh pretty-hex v0.4.1
12242025-10-14T04:35:31.486Z Fresh winnow v0.7.13
12252025-10-14T04:35:31.486Z Fresh semver v1.0.27
12262025-10-14T04:35:31.486Z Fresh cpufeatures v0.2.2
12272025-10-14T04:35:31.486Z Fresh iana-time-zone v0.1.47
12282025-10-14T04:35:31.486Z Fresh heck v0.5.0
12292025-10-14T04:35:31.486Z Fresh toml_parser v1.0.3
12302025-10-14T04:35:31.486Z Fresh dof v0.4.0
12312025-10-14T04:35:31.486Z Fresh sha1 v0.10.6
12322025-10-14T04:35:31.486Z Fresh chrono v0.4.42
12332025-10-14T04:35:31.486Z Fresh rustls v0.22.4
12342025-10-14T04:35:31.486Z Fresh rustls v0.23.13
12352025-10-14T04:35:31.486Z Fresh idna v1.0.3
12362025-10-14T04:35:31.486Z Fresh native-tls v0.2.12
12372025-10-14T04:35:31.486Z Fresh rand v0.8.4
12382025-10-14T04:35:31.486Z Fresh concurrent-queue v2.5.0
12392025-10-14T04:35:31.486Z Fresh rustls-pemfile v2.1.3
12402025-10-14T04:35:31.486Z Fresh http-body-util v0.1.3
12412025-10-14T04:35:31.487Z Fresh sync_wrapper v1.0.1
12422025-10-14T04:35:31.487Z Fresh serde_derive_internals v0.29.0
12432025-10-14T04:35:31.487Z Fresh thiserror-impl v1.0.69
12442025-10-14T04:35:31.487Z Fresh toml_datetime v0.7.2
12452025-10-14T04:35:31.487Z Fresh serde_spanned v1.0.2
12462025-10-14T04:35:31.487Z Fresh thread_local v1.1.4
12472025-10-14T04:35:31.487Z Fresh syn v2.0.106
12482025-10-14T04:35:31.487Z Fresh encoding_rs v0.8.32
12492025-10-14T04:35:31.487Z Fresh parking v2.2.0
12502025-10-14T04:35:31.487Z Fresh toml_writer v1.0.3
12512025-10-14T04:35:31.487Z Fresh tower-layer v0.3.3
12522025-10-14T04:35:31.487Z Fresh match_cfg v0.1.0
12532025-10-14T04:35:31.487Z Fresh usdt-impl v0.6.0
12542025-10-14T04:35:31.487Z Fresh event-listener v5.0.0
12552025-10-14T04:35:31.487Z Fresh toml v0.9.7
12562025-10-14T04:35:31.487Z Fresh hostname v0.3.1
12572025-10-14T04:35:31.487Z Fresh tower v0.5.2
12582025-10-14T04:35:31.487Z Fresh schemars_derive v0.8.22
12592025-10-14T04:35:31.487Z Fresh thiserror v1.0.69
12602025-10-14T04:35:31.487Z Fresh url v2.5.4
12612025-10-14T04:35:31.487Z Fresh tokio-rustls v0.26.0
12622025-10-14T04:35:31.487Z Fresh tokio-native-tls v0.3.1
12632025-10-14T04:35:31.487Z Fresh tokio-rustls v0.25.0
12642025-10-14T04:35:31.487Z Compiling dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12652025-10-14T04:35:31.487Z Fresh usdt-attr-macro v0.6.0
12662025-10-14T04:35:31.487Z Fresh usdt-macro v0.6.0
12672025-10-14T04:35:31.487Z Fresh serde_urlencoded v0.7.1
12682025-10-14T04:35:31.487Z Fresh slog-json v2.6.1
12692025-10-14T04:35:31.487Z Fresh crossbeam-channel v0.5.1
12702025-10-14T04:35:31.487Z Fresh uuid v1.18.1
12712025-10-14T04:35:31.487Z Fresh futures-executor v0.3.31
12722025-10-14T04:35:31.491Z Fresh webpki-roots v0.26.5
12732025-10-14T04:35:31.491Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5fa5dbc761439172 -C extra-filename=-09e759e144bc796d --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-32f7e92c1f93d3a3.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c4ffdd47fe89e69.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-b6e49c23a220f718.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern proc_macro`
12742025-10-14T04:35:31.491Z Fresh async-stream-impl v0.3.6
12752025-10-14T04:35:31.491Z Fresh memmap2 v0.9.8
12762025-10-14T04:35:31.491Z Fresh is-terminal v0.4.12
12772025-10-14T04:35:31.491Z Fresh iri-string v0.7.8
12782025-10-14T04:35:31.491Z Fresh term v1.1.0
12792025-10-14T04:35:31.519Z Fresh take_mut v0.2.2
12802025-10-14T04:35:31.522Z Fresh dyn-clone v1.0.4
12812025-10-14T04:35:31.522Z Fresh data-encoding v2.4.0
12822025-10-14T04:35:31.522Z Fresh spin v0.9.8
12832025-10-14T04:35:31.522Z Fresh utf-8 v0.7.6
12842025-10-14T04:35:31.522Z Fresh tower-http v0.6.5
12852025-10-14T04:35:31.522Z Fresh slog-term v2.9.2
12862025-10-14T04:35:31.522Z Fresh schemars v0.8.22
12872025-10-14T04:35:31.522Z Fresh tungstenite v0.24.0
12882025-10-14T04:35:31.522Z Fresh multer v3.1.0
12892025-10-14T04:35:31.523Z Fresh slog-async v2.8.0
12902025-10-14T04:35:31.523Z Fresh usdt v0.6.0
12912025-10-14T04:35:31.523Z Fresh async-stream v0.3.6
12922025-10-14T04:35:31.523Z Fresh futures v0.3.31
12932025-10-14T04:35:31.523Z Fresh slog-bunyan v2.5.0
12942025-10-14T04:35:31.523Z Fresh hyper-rustls v0.27.3
12952025-10-14T04:35:31.523Z Fresh mime_guess v2.0.5
12962025-10-14T04:35:31.523Z Fresh hyper-tls v0.6.0
12972025-10-14T04:35:31.523Z Fresh camino v1.2.1
12982025-10-14T04:35:31.523Z Fresh target-triple v0.1.3
12992025-10-14T04:35:31.524Z Fresh event-listener-strategy v0.5.4
13002025-10-14T04:35:31.524Z Fresh rustls-native-certs v0.7.0
13012025-10-14T04:35:31.524Z Fresh yasna v0.5.2
13022025-10-14T04:35:31.524Z Fresh waitgroup v0.1.2
13032025-10-14T04:35:31.524Z Fresh pem v3.0.5
13042025-10-14T04:35:31.524Z Fresh openapiv3 v2.2.0
13052025-10-14T04:35:31.524Z Fresh webpki-roots v1.0.0
13062025-10-14T04:35:31.524Z Fresh async-trait v0.1.89
13072025-10-14T04:35:31.524Z Fresh hostname v0.4.0
13082025-10-14T04:35:31.524Z Fresh serde_path_to_error v0.1.20
13092025-10-14T04:35:31.524Z Fresh termcolor v1.1.2
13102025-10-14T04:35:31.524Z Fresh debug-ignore v1.0.5
13112025-10-14T04:35:31.524Z Fresh glob v0.3.0
13122025-10-14T04:35:31.524Z Fresh http-range v0.1.4
13132025-10-14T04:35:31.524Z Fresh simple-mermaid v0.2.0
13142025-10-14T04:35:31.524Z Fresh reqwest v0.12.23
13152025-10-14T04:35:31.524Z Fresh rcgen v0.14.5
13162025-10-14T04:35:31.524Z Fresh async-channel v2.5.0
13172025-10-14T04:35:31.525Z Fresh hyper-rustls v0.26.0
13182025-10-14T04:35:31.525Z Fresh trybuild v1.0.111
13192025-10-14T04:35:31.525Z Fresh hyper-staticfile v0.10.1
13202025-10-14T04:35:31.525Z Fresh anyhow v1.0.100
13212025-10-14T04:35:31.525Z Fresh tokio-tungstenite v0.24.0
13222025-10-14T04:35:31.525Z Fresh buf-list v1.1.2
13232025-10-14T04:35:31.525Z Fresh subprocess v0.2.9
13242025-10-14T04:35:31.525Z Fresh once_cell v1.20.1
13252025-10-14T04:35:31.525Z Fresh schema-derive v0.1.0
13262025-10-14T04:35:31.525Z Fresh tempfile v3.23.0
13272025-10-14T04:35:31.525Z Fresh schema v0.1.0
13282025-10-14T04:35:31.525Z Fresh atomicwrites v0.4.4
13292025-10-14T04:35:31.526Z Fresh prettyplease v0.2.37
13302025-10-14T04:35:31.526Z Fresh expectorate v1.2.0
13312025-10-14T04:35:33.582Z Compiling dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot)
13322025-10-14T04:35:33.586Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e113d05744754dd5 -C extra-filename=-b1f39113581ebdec --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-6e4608fc72b269ac.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.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-c5c34a111ae897c3.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.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-09e759e144bc796d.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-3859903690679f20.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-5c50b31c03cc252f.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-03b04aef98e29300.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-30c6ffd506ba893c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-3726d2f536179c60.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-ae7025d83ae4f613/out`
13332025-10-14T04:35:33.586Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ddb9493d35b838a9 -C extra-filename=-63b939b1027dcb0a --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.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-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:35:39.761Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2021 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c73f37189bb31dda -C extra-filename=-1c6ef7d65ba4aaac --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:35:39.762Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2021 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4b4d9f31f7c4cef5 -C extra-filename=-fc3b7ea325fbcc12 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:35:39.768Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2021 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=92979f484720cf72 -C extra-filename=-5cb39900532f2c45 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:35:39.769Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2021 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=23ea98d0c928e6c3 -C extra-filename=-ae335c08f5417819 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:35:39.769Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2021 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1ee30764fc30cc6e -C extra-filename=-472d7ffba698cb50 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:35:39.772Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2021 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8a833fa72a479444 -C extra-filename=-c1f582e8c60c5ec9 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:35:39.772Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2021 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5faf6daf7028e15d -C extra-filename=-47891a56fd896ddb --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:35:57.865Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2021 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=30337ceb657fd2d2 -C extra-filename=-a4987e712ebea749 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:35:58.441Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2021 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=922cddd81b60ca09 -C extra-filename=-a272a5508806e2ff --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:35:58.716Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2021 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f74b251d02a4a516 -C extra-filename=-175a5171a3efc55b --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:35:59.677Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2021 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8e0b11dda62119d3 -C extra-filename=-5764e831a91a10ec --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:35:59.904Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2021 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=857ec28bea43a4a8 -C extra-filename=-a62bbbca17ff2990 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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-10-14T04:36:00.079Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2021 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=31971bdae24afe2f -C extra-filename=-2d0b9543935d1161 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
13472025-10-14T04:36:00.122Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2021 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f7c4e6b050899d25 -C extra-filename=-a4e214d87692af55 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
13482025-10-14T04:36:14.866Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2021 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=67a20314af0d0b0a -C extra-filename=-a1ca5cd9d5290ffd --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
13492025-10-14T04:36:17.357Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2021 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a8313b328b3fbfbd -C extra-filename=-d49c92961d257af5 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
13502025-10-14T04:36:18.653Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2021 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=fa26460a44e25c1c -C extra-filename=-840fa819bc732ab6 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
13512025-10-14T04:36:19.024Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2021 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cbaa792549e2de15 -C extra-filename=-21402d0d370832af --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
13522025-10-14T04:36:19.048Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d188fa5d437416f4 -C extra-filename=-4f4132e7223391a2 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
13532025-10-14T04:36:23.833Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2021 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0b0b2f326e25270f -C extra-filename=-1ec1a56633381ee7 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
13542025-10-14T04:36:24.179Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2021 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b11ff2f649b638ee -C extra-filename=-204dd0a2c861a36d --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
13552025-10-14T04:36:24.329Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2021 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b5cac73a9bd769a0 -C extra-filename=-bc9ec43a382d1f58 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
13562025-10-14T04:36:25.757Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2021 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=06734ba99628a4bc -C extra-filename=-dc80a0efc5f185b6 --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
13572025-10-14T04:36:36.564Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2021 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d7e9583b91ba2d30 -C extra-filename=-1675320969a10e4f --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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
13582025-10-14T04:37:01.046Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 29s
13592025-10-14T04:37:01.091Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-63b939b1027dcb0a`
13602025-10-14T04:37:01.094Z
13612025-10-14T04:37:01.095Zrunning 108 tests
13622025-10-14T04:37:01.098Ztest api_description::test::test_endpoint_versions_range ... ok
13632025-10-14T04:37:01.098Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13642025-10-14T04:37:01.098Ztest api_description::test::test_endpoint_versions_matches ... ok
13652025-10-14T04:37:01.098Ztest api_description::test::test_badpath4 - should panic ... ok
13662025-10-14T04:37:01.098Ztest api_description::test::test_dup_names ... ok
13672025-10-14T04:37:01.098Ztest api_description::test::test_badpath2 ... ok
13682025-10-14T04:37:01.098Ztest api_description::test::test_badpath1 ... ok
13692025-10-14T04:37:01.098Ztest api_description::test::test_badpath3 ... ok
13702025-10-14T04:37:01.098Ztest api_description::test::test_tags_need_one ... ok
13712025-10-14T04:37:01.098Ztest api_description::test::test_tag_config_deserialize_old ... ok
13722025-10-14T04:37:01.098Ztest api_description::test::test_tags_too_many ... ok
13732025-10-14T04:37:01.098Ztest api_description::test::test_tags_just_right ... ok
13742025-10-14T04:37:01.098Ztest error::test::test_serialize_error_response_body ... ok
13752025-10-14T04:37:01.099Ztest extractor::metadata::test::test_metadata_flattened ... ok
13762025-10-14T04:37:01.099Ztest extractor::metadata::test::test_metadata_simple ... ok
13772025-10-14T04:37:01.099Ztest extractor::metadata::test::test_metadata_pagination ... ok
13782025-10-14T04:37:01.099Ztest from_map::test::test_lone_literal ... ok
13792025-10-14T04:37:01.099Ztest from_map::test::test_case_insensitive ... ok
13802025-10-14T04:37:01.099Ztest from_map::test::test_deep ... ok
13812025-10-14T04:37:01.099Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
13822025-10-14T04:37:01.099Ztest extractor::header::tests::test_header_parsing ... ok
13832025-10-14T04:37:01.099Ztest from_map::test::test_missing_data1 ... ok
13842025-10-14T04:37:01.099Ztest from_map::test::test_missing_data2 ... ok
13852025-10-14T04:37:01.099Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
13862025-10-14T04:37:01.099Ztest from_map::test::test_types ... ok
13872025-10-14T04:37:01.102Ztest logging::test::test_config_bad_file_no_level ... ok
13882025-10-14T04:37:01.103Ztest logging::test::test_config_bad_file_no_file ... ok
13892025-10-14T04:37:01.103Ztest logging::test::test_config_bad_terminal_bad_level ... ok
13902025-10-14T04:37:01.103Ztest logging::test::test_config_bad_log_mode ... ok
13912025-10-14T04:37:01.103Ztest logging::test::test_config_bad_file_bad_path_type ... ok
13922025-10-14T04:37:01.103Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
13932025-10-14T04:37:01.103Ztest logging::test::test_config_bad_terminal_no_level ... ok
13942025-10-14T04:37:01.103Ztest pagination::test::test_pagination_schema ... ok
13952025-10-14T04:37:01.103Ztest extractor::body::tests::test_content_plus_json ... ok
13962025-10-14T04:37:01.103Ztest pagination::test::test_results_page ... ok
13972025-10-14T04:37:01.103Ztest router::test::test_bad_path_segment1 - should panic ... ok
13982025-10-14T04:37:01.103Ztest router::test::test_bad_path_segment2 - should panic ... ok
13992025-10-14T04:37:01.103Ztest router::test::test_bad_path_segment3 - should panic ... ok
14002025-10-14T04:37:01.103Ztest pagination::test::test_page_token_serialization ... ok
14012025-10-14T04:37:01.103Ztest router::test::test_bad_path_segment4 - should panic ... ok
14022025-10-14T04:37:01.103Ztest pagination::test::test_pagparams_parsing ... ok
14032025-10-14T04:37:01.103Ztest router::test::test_bogus_regex - should panic ... ok
14042025-10-14T04:37:01.103Ztest router::test::test_duplicate_route1 - should panic ... ok
14052025-10-14T04:37:01.103Ztest router::test::test_duplicate_route2 - should panic ... ok
14062025-10-14T04:37:01.103Znote: configured to log to "/tmp/dropshot-63b939b1027dcb0a.2146.file_dir/log.out"
14072025-10-14T04:37:01.103Ztest router::test::test_duplicate_route3 - should panic ... ok
14082025-10-14T04:37:01.103Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14092025-10-14T04:37:01.104Ztest router::test::test_duplicate_varname - should panic ... ok
14102025-10-14T04:37:01.104Ztest router::test::test_embedded_non_variable ... ok
14112025-10-14T04:37:01.104Ztest logging::test::test_config_stderr_terminal ... ok
14122025-10-14T04:37:01.104Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14132025-10-14T04:37:01.104Ztest router::test::test_empty_variable ... ok
14142025-10-14T04:37:01.104Ztest router::test::test_inconsistent_varname - should panic ... ok
14152025-10-14T04:37:01.104Ztest router::test::test_error_cases ... ok
14162025-10-14T04:37:01.104Ztest router::test::test_iter ... ok
14172025-10-14T04:37:01.104Ztest router::test::test_iter2 ... ok
14182025-10-14T04:37:01.104Ztest router::test::test_iter_null ... ok
14192025-10-14T04:37:01.104Ztest router::test::test_literal_after_regex - should panic ... ok
14202025-10-14T04:37:01.104Ztest router::test::test_literal_after_variable - should panic ... ok
14212025-10-14T04:37:01.104Ztest router::test::test_map_bad_seq ... ok
14222025-10-14T04:37:01.104Ztest router::test::test_map_bad_value ... ok
14232025-10-14T04:37:01.105Ztest router::test::test_more_after_regex - should panic ... ok
14242025-10-14T04:37:01.105Ztest router::test::test_map ... ok
14252025-10-14T04:37:01.105Ztest router::test::test_path_segment ... ok
14262025-10-14T04:37:01.111Znote: configured to log to "/tmp/dropshot-63b939b1027dcb0a.2146.file_dir/log.out"
14272025-10-14T04:37:01.111Ztest router::test::test_segments ... ok
14282025-10-14T04:37:01.111Ztest router::test::test_router_versioned ... ok
14292025-10-14T04:37:01.111Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14302025-10-14T04:37:01.111Ztest router::test::test_router_basic ... ok
14312025-10-14T04:37:01.112Ztest router::test::test_variable_after_literal - should panic ... ok
14322025-10-14T04:37:01.112Ztest router::test::test_variable_name_bad_end - should panic ... ok
14332025-10-14T04:37:01.112Ztest router::test::test_variable_name_bad_start - should panic ... ok
14342025-10-14T04:37:01.112Ztest router::test::test_variable_rename ... ok
14352025-10-14T04:37:01.112Ztest router::test::test_variable_name_empty - should panic ... ok
14362025-10-14T04:37:01.112Ztest router::test::test_variables_glob ... ok
14372025-10-14T04:37:01.112Ztest router::test::test_variables_basic ... ok
14382025-10-14T04:37:01.112Ztest router::test::test_variables_multi ... ok
14392025-10-14T04:37:01.112Ztest schema_util::test::test_empty_struct ... ok
14402025-10-14T04:37:01.112Znote: configured to log to "/tmp/dropshot-63b939b1027dcb0a.2146.file_dir/log.out"
14412025-10-14T04:37:01.112Ztest schema_util::test::test_additional_properties ... ok
14422025-10-14T04:37:01.112Ztest schema_util::test::test_nullable ... ok
14432025-10-14T04:37:01.112Ztest api_description::test::test_tags_set ... ok
14442025-10-14T04:37:01.112Ztest schema_util::test::test_two_types - should panic ... ok
14452025-10-14T04:37:01.112Ztest logging::test::test_config_file ... ok
14462025-10-14T04:37:01.112Ztest schema_util::test::test_embedded_schema ... ok
14472025-10-14T04:37:01.112Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14482025-10-14T04:37:01.112Ztest schema_util::test::test_extension_conversion ... ok
14492025-10-14T04:37:01.112Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14502025-10-14T04:37:01.112Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14512025-10-14T04:37:01.112Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14522025-10-14T04:37:01.112Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14532025-10-14T04:37:01.112Ztest test_util::test::test_bunyan_easy_cases ... ok
14542025-10-14T04:37:01.112Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14552025-10-14T04:37:01.112Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14562025-10-14T04:37:01.112Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14572025-10-14T04:37:01.113Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14582025-10-14T04:37:01.113Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14592025-10-14T04:37:01.113Ztest to_map::test::test_to_map_enum ... ok
14602025-10-14T04:37:01.113Ztest to_map::test::test_struct_with_options ... ok
14612025-10-14T04:37:01.113Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14622025-10-14T04:37:01.113Ztest to_map::test::test_to_map_num ... ok
14632025-10-14T04:37:01.113Ztest to_map::test::test_to_map_seq ... ok
14642025-10-14T04:37:01.113Ztest to_map::test::test_to_map_valid ... ok
14652025-10-14T04:37:01.113Ztest to_map::test::test_to_map_vec ... ok
14662025-10-14T04:37:01.113Ztest type_util::tests::test_commented_ref ... ok
14672025-10-14T04:37:01.113Ztest type_util::tests::test_recursive_type - should panic ... ok
14682025-10-14T04:37:01.113Ztest type_util::tests::test_reflexive_type - should panic ... ok
14692025-10-14T04:37:01.113Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
14702025-10-14T04:37:01.113Ztest server::test::test_drop_server_without_close_okay ... ok
14712025-10-14T04:37:01.137Ztest server::test::test_server_run_then_close ... ok
14722025-10-14T04:37:01.137Ztest server::test::test_http_acceptor_happy_path ... ok
14732025-10-14T04:37:01.137Z
14742025-10-14T04:37:01.138Ztest result: ok. 108 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
14752025-10-14T04:37:01.138Z
14762025-10-14T04:37:01.138Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-204dd0a2c861a36d`
14772025-10-14T04:37:01.138Z
14782025-10-14T04:37:01.138Zrunning 1 test
14792025-10-14T04:37:01.519Z Compiling proc-macro2 v1.0.101
14802025-10-14T04:37:01.519Z Compiling quote v1.0.41
14812025-10-14T04:37:01.519Z Compiling unicode-ident v1.0.12
14822025-10-14T04:37:01.523Z Compiling libc v0.2.176
14832025-10-14T04:37:01.523Z Checking cfg-if v1.0.0
14842025-10-14T04:37:01.523Z Compiling serde_core v1.0.228
14852025-10-14T04:37:01.523Z Checking itoa v1.0.1
14862025-10-14T04:37:01.523Z Checking pin-project-lite v0.2.12
14872025-10-14T04:37:01.645Z Compiling shlex v1.3.0
14882025-10-14T04:37:01.679Z Compiling autocfg v1.1.0
14892025-10-14T04:37:01.739Z Compiling version_check v0.9.5
14902025-10-14T04:37:01.776Z Checking memchr v2.6.0
14912025-10-14T04:37:02.006Z Compiling cc v1.2.16
14922025-10-14T04:37:02.211Z Compiling serde v1.0.228
14932025-10-14T04:37:02.462Z Checking bytes v1.10.1
14942025-10-14T04:37:02.514Z Checking smallvec v1.13.2
14952025-10-14T04:37:02.654Z Checking once_cell v1.20.1
14962025-10-14T04:37:02.840Z Checking futures-core v0.3.31
14972025-10-14T04:37:02.908Z Compiling log v0.4.17
14982025-10-14T04:37:02.947Z Compiling ryu v1.0.5
14992025-10-14T04:37:03.028Z Compiling parking_lot_core v0.9.4
15002025-10-14T04:37:03.408Z Compiling thiserror v2.0.16
15012025-10-14T04:37:03.579Z Checking scopeguard v1.2.0
15022025-10-14T04:37:03.587Z Compiling slab v0.4.9
15032025-10-14T04:37:03.735Z Checking lock_api v0.4.6
15042025-10-14T04:37:03.947Z Compiling syn v2.0.106
15052025-10-14T04:37:04.006Z Checking futures-sink v0.3.31
15062025-10-14T04:37:04.092Z Checking parking_lot v0.12.1
15072025-10-14T04:37:04.167Z Checking mio v1.0.3
15082025-10-14T04:37:04.235Z Checking signal-hook-registry v1.4.0
15092025-10-14T04:37:04.264Z Checking getrandom v0.2.11
15102025-10-14T04:37:04.412Z Checking socket2 v0.6.0
15112025-10-14T04:37:04.570Z Compiling serde_json v1.0.145
15122025-10-14T04:37:04.627Z Checking fnv v1.0.7
15132025-10-14T04:37:04.761Z Checking http v1.3.1
15142025-10-14T04:37:04.838Z Checking futures-channel v0.3.31
15152025-10-14T04:37:04.879Z Checking zeroize v1.7.0
15162025-10-14T04:37:04.950Z Checking pin-utils v0.1.0
15172025-10-14T04:37:05.121Z Checking rustls-pki-types v1.12.0
15182025-10-14T04:37:05.198Z Checking stable_deref_trait v1.2.0
15192025-10-14T04:37:05.309Z Checking futures-io v0.3.31
15202025-10-14T04:37:05.364Z Checking futures-task v0.3.31
15212025-10-14T04:37:05.502Z Compiling httparse v1.10.0
15222025-10-14T04:37:05.654Z Compiling zerocopy v0.8.27
15232025-10-14T04:37:05.678Z Compiling ucd-trie v0.1.6
15242025-10-14T04:37:05.751Z Compiling ring v0.17.13
15252025-10-14T04:37:06.323Z Checking tracing-core v0.1.32
15262025-10-14T04:37:06.520Z Checking hashbrown v0.15.2
15272025-10-14T04:37:06.643Z Checking untrusted v0.9.0
15282025-10-14T04:37:06.718Z Checking bitflags v2.4.0
15292025-10-14T04:37:06.773Z Checking equivalent v1.0.0
15302025-10-14T04:37:06.808Z Checking http-body v1.0.1
15312025-10-14T04:37:06.895Z Checking atomic-waker v1.1.2
15322025-10-14T04:37:06.930Z Checking tracing v0.1.40
15332025-10-14T04:37:06.979Z Checking writeable v0.5.5
15342025-10-14T04:37:07.009Z Checking percent-encoding v2.3.2
15352025-10-14T04:37:07.034Z Compiling pkg-config v0.3.31
15362025-10-14T04:37:07.233Z Checking base64 v0.22.1
15372025-10-14T04:37:07.237Z Checking litemap v0.7.4
15382025-10-14T04:37:07.312Z Compiling vcpkg v0.2.15
15392025-10-14T04:37:07.469Z Checking indexmap v2.11.4
15402025-10-14T04:37:07.558Z Compiling rustversion v1.0.22
15412025-10-14T04:37:07.682Z Compiling typenum v1.14.0
15422025-10-14T04:37:08.518Z Compiling generic-array v0.14.5
15432025-10-14T04:37:08.753Z Compiling typeid v1.0.3
15442025-10-14T04:37:08.914Z Checking try-lock v0.2.3
15452025-10-14T04:37:08.948Z Compiling crossbeam-utils v0.8.15
15462025-10-14T04:37:09.061Z Checking want v0.3.0
15472025-10-14T04:37:09.343Z Compiling openssl-sys v0.9.107
15482025-10-14T04:37:09.601Z Compiling unicase v2.6.0
15492025-10-14T04:37:09.916Z Compiling getrandom v0.3.1
15502025-10-14T04:37:10.026Z Checking powerfmt v0.2.0
15512025-10-14T04:37:10.286Z Checking subtle v2.5.0
15522025-10-14T04:37:10.451Z Checking httpdate v1.0.1
15532025-10-14T04:37:10.517Z Compiling erased-serde v0.4.8
15542025-10-14T04:37:10.691Z Checking icu_locid_transform_data v1.5.0
15552025-10-14T04:37:10.796Z Compiling time-core v0.1.2
15562025-10-14T04:37:10.872Z Checking tower-service v0.3.3
15572025-10-14T04:37:10.971Z Compiling num-conv v0.1.0
15582025-10-14T04:37:10.980Z Compiling slog v2.8.0
15592025-10-14T04:37:11.131Z Compiling synstructure v0.13.1
15602025-10-14T04:37:11.241Z Compiling time-macros v0.2.18
15612025-10-14T04:37:11.351Z Checking deranged v0.3.11
15622025-10-14T04:37:12.140Z Checking rustls-webpki v0.102.8
15632025-10-14T04:37:12.199Z Checking num_threads v0.1.3
15642025-10-14T04:37:12.308Z Checking icu_properties_data v1.5.0
15652025-10-14T04:37:12.837Z Compiling num-traits v0.2.14
15662025-10-14T04:37:12.889Z Checking ipnet v2.10.0
15672025-10-14T04:37:13.263Z Checking foreign-types-shared v0.1.1
15682025-10-14T04:37:13.367Z Checking openssl-probe v0.1.4
15692025-10-14T04:37:13.408Z Compiling usdt-impl v0.6.0
15702025-10-14T04:37:13.412Z Checking write16 v1.0.0
15712025-10-14T04:37:13.495Z Checking utf16_iter v1.0.5
15722025-10-14T04:37:13.527Z Compiling openssl v0.10.72
15732025-10-14T04:37:13.543Z Checking icu_normalizer_data v1.5.0
15742025-10-14T04:37:13.546Z Checking utf8_iter v1.0.4
15752025-10-14T04:37:13.744Z Checking foreign-types v0.3.2
15762025-10-14T04:37:13.833Z Compiling thread-id v5.0.0
15772025-10-14T04:37:13.947Z Checking block-buffer v0.10.2
15782025-10-14T04:37:14.034Z Checking crypto-common v0.1.6
15792025-10-14T04:37:14.212Z Checking form_urlencoded v1.2.2
15802025-10-14T04:37:14.267Z Checking rand_core v0.6.3
15812025-10-14T04:37:14.276Z Checking errno v0.3.10
15822025-10-14T04:37:14.453Z Compiling rustls v0.22.4
15832025-10-14T04:37:14.491Z Compiling native-tls v0.2.12
15842025-10-14T04:37:14.500Z Checking plain v0.2.3
15852025-10-14T04:37:14.577Z Compiling byteorder v1.4.3
15862025-10-14T04:37:14.656Z Checking mime v0.3.16
15872025-10-14T04:37:14.697Z Checking time v0.3.36
15882025-10-14T04:37:14.802Z Compiling rustls v0.23.13
15892025-10-14T04:37:14.934Z Checking ppv-lite86 v0.2.15
15902025-10-14T04:37:14.974Z Compiling rustix v1.0.2
15912025-10-14T04:37:15.367Z Checking digest v0.10.7
15922025-10-14T04:37:15.597Z Checking rand_chacha v0.3.1
15932025-10-14T04:37:15.600Z Checking cpufeatures v0.2.2
15942025-10-14T04:37:15.624Z Compiling thiserror v1.0.69
15952025-10-14T04:37:15.687Z Compiling rustix v0.38.44
15962025-10-14T04:37:15.696Z Checking iana-time-zone v0.1.47
15972025-10-14T04:37:15.917Z Checking pretty-hex v0.4.1
15982025-10-14T04:37:15.949Z Checking rand v0.8.4
15992025-10-14T04:37:16.283Z Checking sha1 v0.10.6
16002025-10-14T04:37:16.396Z Compiling mime_guess v2.0.5
16012025-10-14T04:37:16.722Z Checking concurrent-queue v2.5.0
16022025-10-14T04:37:17.043Z Compiling serde_derive_internals v0.29.0
16032025-10-14T04:37:17.316Z Checking rustls-pemfile v2.1.3
16042025-10-14T04:37:17.371Z Compiling serde_derive v1.0.228
16052025-10-14T04:37:17.549Z Compiling tokio-macros v2.5.0
16062025-10-14T04:37:17.603Z Compiling thiserror-impl v2.0.16
16072025-10-14T04:37:17.683Z Compiling zerofrom-derive v0.1.5
16082025-10-14T04:37:19.705Z Compiling futures-macro v0.3.31
16092025-10-14T04:37:19.763Z Checking tokio v1.47.1
16102025-10-14T04:37:19.978Z Compiling yoke-derive v0.7.5
16112025-10-14T04:37:21.152Z Compiling zerovec-derive v0.10.3
16122025-10-14T04:37:21.407Z Compiling displaydoc v0.2.5
16132025-10-14T04:37:22.228Z Compiling pest v2.8.1
16142025-10-14T04:37:22.279Z Checking futures-util v0.3.31
16152025-10-14T04:37:22.602Z Checking zerofrom v0.1.5
16162025-10-14T04:37:22.829Z Compiling zerocopy-derive v0.8.27
16172025-10-14T04:37:23.670Z Compiling icu_provider_macros v1.5.0
16182025-10-14T04:37:23.784Z Checking yoke v0.7.5
16192025-10-14T04:37:24.288Z Compiling scroll_derive v0.13.1
16202025-10-14T04:37:24.361Z Checking zerovec v0.10.4
16212025-10-14T04:37:25.322Z Compiling pest_meta v2.8.1
16222025-10-14T04:37:25.415Z Compiling openssl-macros v0.1.1
16232025-10-14T04:37:25.946Z Checking tinystr v0.7.6
16242025-10-14T04:37:26.265Z Checking icu_locid v1.5.0
16252025-10-14T04:37:26.650Z Checking tokio-util v0.7.7
16262025-10-14T04:37:26.660Z Compiling pest_generator v2.8.1
16272025-10-14T04:37:26.827Z Checking icu_collections v1.5.0
16282025-10-14T04:37:27.186Z Checking icu_provider v1.5.0
16292025-10-14T04:37:27.211Z Checking scroll v0.13.0
16302025-10-14T04:37:27.474Z Checking h2 v0.4.6
16312025-10-14T04:37:27.661Z Checking goblin v0.10.1
16322025-10-14T04:37:27.797Z Checking icu_locid_transform v1.5.0
16332025-10-14T04:37:28.087Z Compiling serde_tokenstream v0.2.2
16342025-10-14T04:37:28.798Z Checking icu_properties v1.5.1
16352025-10-14T04:37:30.360Z Compiling pest_derive v2.8.1
16362025-10-14T04:37:30.654Z Compiling dof v0.4.0
16372025-10-14T04:37:30.901Z Checking chrono v0.4.42
16382025-10-14T04:37:31.214Z Compiling thiserror-impl v1.0.69
16392025-10-14T04:37:31.646Z Checking hyper v1.7.0
16402025-10-14T04:37:31.906Z Compiling dtrace-parser v0.3.0
16412025-10-14T04:37:32.161Z Checking icu_normalizer v1.5.0
16422025-10-14T04:37:32.407Z Checking http-body-util v0.1.3
16432025-10-14T04:37:32.937Z Checking idna_adapter v1.2.0
16442025-10-14T04:37:33.083Z Checking sync_wrapper v1.0.1
16452025-10-14T04:37:33.130Z Checking idna v1.0.3
16462025-10-14T04:37:33.248Z Checking thread_local v1.1.4
16472025-10-14T04:37:33.532Z Compiling multer v3.1.0
16482025-10-14T04:37:33.617Z Checking encoding_rs v0.8.32
16492025-10-14T04:37:33.628Z Checking hyper-util v0.1.17
16502025-10-14T04:37:33.907Z Compiling schemars v0.8.22
16512025-10-14T04:37:34.072Z Checking tower-layer v0.3.3
16522025-10-14T04:37:34.161Z Checking match_cfg v0.1.0
16532025-10-14T04:37:34.260Z Compiling paste v1.0.15
16542025-10-14T04:37:34.319Z Checking winnow v0.7.13
16552025-10-14T04:37:34.333Z Compiling camino v1.2.1
16562025-10-14T04:37:34.531Z Checking fastrand v2.1.1
16572025-10-14T04:37:34.558Z Checking parking v2.2.0
16582025-10-14T04:37:34.737Z Compiling slog-async v2.8.0
16592025-10-14T04:37:34.852Z Checking tempfile v3.23.0
16602025-10-14T04:37:34.942Z Checking event-listener v5.0.0
16612025-10-14T04:37:35.187Z Compiling usdt-attr-macro v0.6.0
16622025-10-14T04:37:35.206Z Compiling usdt-macro v0.6.0
16632025-10-14T04:37:35.404Z Checking tower v0.5.2
16642025-10-14T04:37:35.589Z Checking hostname v0.3.1
16652025-10-14T04:37:35.740Z Checking tokio-native-tls v0.3.1
16662025-10-14T04:37:35.804Z Checking url v2.5.4
16672025-10-14T04:37:35.857Z Checking serde_urlencoded v0.7.1
16682025-10-14T04:37:35.867Z Checking uuid v1.18.1
16692025-10-14T04:37:36.011Z Checking slog-json v2.6.1
16702025-10-14T04:37:36.236Z Checking futures-executor v0.3.31
16712025-10-14T04:37:36.269Z Checking tokio-rustls v0.26.0
16722025-10-14T04:37:36.278Z Checking tokio-rustls v0.25.0
16732025-10-14T04:37:36.457Z Compiling schemars_derive v0.8.22
16742025-10-14T04:37:36.509Z Compiling async-stream-impl v0.3.6
16752025-10-14T04:37:36.626Z Checking crossbeam-channel v0.5.1
16762025-10-14T04:37:36.795Z Checking serde_spanned v1.0.2
16772025-10-14T04:37:37.002Z Checking toml_datetime v0.7.2
16782025-10-14T04:37:37.011Z Checking toml_parser v1.0.3
16792025-10-14T04:37:37.284Z Checking webpki-roots v0.26.5
16802025-10-14T04:37:37.360Z Checking is-terminal v0.4.12
16812025-10-14T04:37:37.399Z Checking memmap2 v0.9.8
16822025-10-14T04:37:37.483Z Compiling dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot)
16832025-10-14T04:37:37.488Z Checking toml_writer v1.0.3
16842025-10-14T04:37:37.502Z Compiling heck v0.5.0
16852025-10-14T04:37:37.692Z Checking spin v0.9.8
16862025-10-14T04:37:37.701Z Checking data-encoding v2.4.0
16872025-10-14T04:37:37.824Z Checking dyn-clone v1.0.4
16882025-10-14T04:37:37.866Z Checking unicode-segmentation v1.10.0
16892025-10-14T04:37:37.875Z Checking unicode-width v0.1.9
16902025-10-14T04:37:37.948Z Checking term v1.1.0
16912025-10-14T04:37:38.022Z Checking lazy_static v1.5.0
16922025-10-14T04:37:38.032Z Compiling anyhow v1.0.100
16932025-10-14T04:37:38.035Z Checking utf-8 v0.7.6
16942025-10-14T04:37:38.162Z Checking iri-string v0.7.8
16952025-10-14T04:37:38.221Z Checking take_mut v0.2.2
16962025-10-14T04:37:38.260Z Compiling semver v1.0.27
16972025-10-14T04:37:38.350Z Checking slog-term v2.9.2
16982025-10-14T04:37:38.393Z Checking async-stream v0.3.6
16992025-10-14T04:37:38.474Z Checking newline-converter v0.3.0
17002025-10-14T04:37:38.588Z Checking tungstenite v0.24.0
17012025-10-14T04:37:38.633Z Checking console v0.15.7
17022025-10-14T04:37:38.662Z Checking atomicwrites v0.4.4
17032025-10-14T04:37:38.925Z Checking toml v0.9.7
17042025-10-14T04:37:38.948Z Compiling dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17052025-10-14T04:37:39.133Z Checking usdt v0.6.0
17062025-10-14T04:37:39.176Z Checking hyper-rustls v0.27.3
17072025-10-14T04:37:39.406Z Checking futures v0.3.31
17082025-10-14T04:37:39.425Z Checking slog-bunyan v2.5.0
17092025-10-14T04:37:39.517Z Checking hyper-tls v0.6.0
17102025-10-14T04:37:39.553Z Checking event-listener-strategy v0.5.4
17112025-10-14T04:37:39.793Z Checking openapiv3 v2.2.0
17122025-10-14T04:37:40.016Z Checking rustls-native-certs v0.7.0
17132025-10-14T04:37:40.166Z Compiling async-trait v0.1.89
17142025-10-14T04:37:40.169Z Checking yasna v0.5.2
17152025-10-14T04:37:40.260Z Checking pem v3.0.5
17162025-10-14T04:37:40.524Z Checking waitgroup v0.1.2
17172025-10-14T04:37:40.673Z Checking serde_path_to_error v0.1.20
17182025-10-14T04:37:40.719Z Checking tower-http v0.6.5
17192025-10-14T04:37:41.001Z Checking webpki-roots v1.0.0
17202025-10-14T04:37:41.100Z Checking hostname v0.4.0
17212025-10-14T04:37:41.196Z Checking http-range v0.1.4
17222025-10-14T04:37:41.244Z Checking debug-ignore v1.0.5
17232025-10-14T04:37:41.244Z Checking similar v2.2.1
17242025-10-14T04:37:41.277Z Checking simple-mermaid v0.2.0
17252025-10-14T04:37:41.387Z Checking hyper-staticfile v0.10.1
17262025-10-14T04:37:41.396Z Checking reqwest v0.12.23
17272025-10-14T04:37:41.757Z Checking rcgen v0.14.5
17282025-10-14T04:37:41.879Z Checking hyper-rustls v0.26.0
17292025-10-14T04:37:41.939Z Checking expectorate v1.2.0
17302025-10-14T04:37:42.028Z Checking async-channel v2.5.0
17312025-10-14T04:37:42.134Z Checking tokio-tungstenite v0.24.0
17322025-10-14T04:37:42.369Z Checking subprocess v0.2.9
17332025-10-14T04:37:42.582Z Checking buf-list v1.1.2
17342025-10-14T04:37:46.160Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17352025-10-14T04:37:46.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.07s
17362025-10-14T04:37:46.527Z
17372025-10-14T04:37:46.527Z
17382025-10-14T04:37:57.419Ztest tests/fail/bad_channel10.rs ... ok
17392025-10-14T04:37:57.419Ztest tests/fail/bad_channel11.rs ... ok
17402025-10-14T04:37:57.419Ztest tests/fail/bad_channel12.rs ... ok
17412025-10-14T04:37:57.423Ztest tests/fail/bad_channel13.rs ... ok
17422025-10-14T04:37:57.423Ztest tests/fail/bad_channel14.rs ... ok
17432025-10-14T04:37:57.423Ztest tests/fail/bad_channel15.rs ... ok
17442025-10-14T04:37:57.423Ztest tests/fail/bad_channel17.rs ... ok
17452025-10-14T04:37:57.423Ztest tests/fail/bad_channel18.rs ... ok
17462025-10-14T04:37:57.423Ztest tests/fail/bad_channel19.rs ... ok
17472025-10-14T04:37:57.424Ztest tests/fail/bad_channel1a.rs ... ok
17482025-10-14T04:37:57.424Ztest tests/fail/bad_channel1b.rs ... ok
17492025-10-14T04:37:57.424Ztest tests/fail/bad_channel2.rs ... ok
17502025-10-14T04:37:57.424Ztest tests/fail/bad_channel20.rs ... ok
17512025-10-14T04:37:57.424Ztest tests/fail/bad_channel21.rs ... ok
17522025-10-14T04:37:57.424Ztest tests/fail/bad_channel22.rs ... ok
17532025-10-14T04:37:57.424Ztest tests/fail/bad_channel23.rs ... ok
17542025-10-14T04:37:57.424Ztest tests/fail/bad_channel24.rs ... ok
17552025-10-14T04:37:57.424Ztest tests/fail/bad_channel25.rs ... ok
17562025-10-14T04:37:57.424Ztest tests/fail/bad_channel26.rs ... ok
17572025-10-14T04:37:57.424Ztest tests/fail/bad_channel27.rs ... ok
17582025-10-14T04:37:57.424Ztest tests/fail/bad_channel28.rs ... ok
17592025-10-14T04:37:57.424Ztest tests/fail/bad_channel3.rs ... ok
17602025-10-14T04:37:57.424Ztest tests/fail/bad_channel4.rs ... ok
17612025-10-14T04:37:57.424Ztest tests/fail/bad_channel5.rs ... ok
17622025-10-14T04:37:57.424Ztest tests/fail/bad_channel6.rs ... ok
17632025-10-14T04:37:57.424Ztest tests/fail/bad_channel8.rs ... ok
17642025-10-14T04:37:57.424Ztest tests/fail/bad_channel9.rs ... ok
17652025-10-14T04:37:57.424Ztest tests/fail/bad_endpoint1.rs ... ok
17662025-10-14T04:37:57.424Ztest tests/fail/bad_endpoint10.rs ... ok
17672025-10-14T04:37:57.424Ztest tests/fail/bad_endpoint11.rs ... ok
17682025-10-14T04:37:57.424Ztest tests/fail/bad_endpoint12.rs ... ok
17692025-10-14T04:37:57.424Ztest tests/fail/bad_endpoint13.rs ... ok
17702025-10-14T04:37:57.424Ztest tests/fail/bad_endpoint14.rs ... ok
17712025-10-14T04:37:57.424Ztest tests/fail/bad_endpoint15.rs ... ok
17722025-10-14T04:37:57.424Ztest tests/fail/bad_endpoint16.rs ... ok
17732025-10-14T04:37:57.424Ztest tests/fail/bad_endpoint17.rs ... ok
17742025-10-14T04:37:57.424Ztest tests/fail/bad_endpoint18.rs ... ok
17752025-10-14T04:37:57.424Ztest tests/fail/bad_endpoint19.rs ... ok
17762025-10-14T04:37:57.424Ztest tests/fail/bad_endpoint2.rs ... ok
17772025-10-14T04:37:57.424Ztest tests/fail/bad_endpoint20.rs ... ok
17782025-10-14T04:37:57.424Ztest tests/fail/bad_endpoint21.rs ... ok
17792025-10-14T04:37:57.424Ztest tests/fail/bad_endpoint22.rs ... ok
17802025-10-14T04:37:57.424Ztest tests/fail/bad_endpoint23.rs ... ok
17812025-10-14T04:37:57.424Ztest tests/fail/bad_endpoint24.rs ... ok
17822025-10-14T04:37:57.424Ztest tests/fail/bad_endpoint25.rs ... ok
17832025-10-14T04:37:57.425Ztest tests/fail/bad_endpoint26.rs ... ok
17842025-10-14T04:37:57.425Ztest tests/fail/bad_endpoint27.rs ... ok
17852025-10-14T04:37:57.425Ztest tests/fail/bad_endpoint28.rs ... ok
17862025-10-14T04:37:57.425Ztest tests/fail/bad_endpoint3.rs ... ok
17872025-10-14T04:37:57.425Ztest tests/fail/bad_endpoint4.rs ... ok
17882025-10-14T04:37:57.425Ztest tests/fail/bad_endpoint5.rs ... ok
17892025-10-14T04:37:57.425Ztest tests/fail/bad_endpoint6.rs ... ok
17902025-10-14T04:37:57.425Ztest tests/fail/bad_endpoint7.rs ... ok
17912025-10-14T04:37:57.425Ztest tests/fail/bad_endpoint8.rs ... ok
17922025-10-14T04:37:57.425Ztest tests/fail/bad_endpoint9.rs ... ok
17932025-10-14T04:37:57.425Ztest tests/fail/bad_trait_channel10.rs ... ok
17942025-10-14T04:37:57.425Ztest tests/fail/bad_trait_channel11.rs ... ok
17952025-10-14T04:37:57.426Ztest tests/fail/bad_trait_channel12.rs ... ok
17962025-10-14T04:37:57.426Ztest tests/fail/bad_trait_channel13.rs ... ok
17972025-10-14T04:37:57.426Ztest tests/fail/bad_trait_channel14.rs ... ok
17982025-10-14T04:37:57.426Ztest tests/fail/bad_trait_channel15.rs ... ok
17992025-10-14T04:37:57.426Ztest tests/fail/bad_trait_channel17.rs ... ok
18002025-10-14T04:37:57.426Ztest tests/fail/bad_trait_channel18.rs ... ok
18012025-10-14T04:37:57.426Ztest tests/fail/bad_trait_channel19.rs ... ok
18022025-10-14T04:37:57.426Ztest tests/fail/bad_trait_channel1a.rs ... ok
18032025-10-14T04:37:57.426Ztest tests/fail/bad_trait_channel1b.rs ... ok
18042025-10-14T04:37:57.426Ztest tests/fail/bad_trait_channel2.rs ... ok
18052025-10-14T04:37:57.426Ztest tests/fail/bad_trait_channel20.rs ... ok
18062025-10-14T04:37:57.426Ztest tests/fail/bad_trait_channel21.rs ... ok
18072025-10-14T04:37:57.426Ztest tests/fail/bad_trait_channel22.rs ... ok
18082025-10-14T04:37:57.426Ztest tests/fail/bad_trait_channel23.rs ... ok
18092025-10-14T04:37:57.426Ztest tests/fail/bad_trait_channel24.rs ... ok
18102025-10-14T04:37:57.426Ztest tests/fail/bad_trait_channel25.rs ... ok
18112025-10-14T04:37:57.426Ztest tests/fail/bad_trait_channel26.rs ... ok
18122025-10-14T04:37:57.426Ztest tests/fail/bad_trait_channel28.rs ... ok
18132025-10-14T04:37:57.426Ztest tests/fail/bad_trait_channel3.rs ... ok
18142025-10-14T04:37:57.427Ztest tests/fail/bad_trait_channel4.rs ... ok
18152025-10-14T04:37:57.427Ztest tests/fail/bad_trait_channel5.rs ... ok
18162025-10-14T04:37:57.427Ztest tests/fail/bad_trait_channel6.rs ... ok
18172025-10-14T04:37:57.427Ztest tests/fail/bad_trait_channel8.rs ... ok
18182025-10-14T04:37:57.427Ztest tests/fail/bad_trait_channel9.rs ... ok
18192025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18202025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18212025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18222025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18232025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18242025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18252025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18262025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18272025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18282025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18292025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18302025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18312025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18322025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18332025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18342025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18352025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18362025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18372025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18382025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18392025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18402025-10-14T04:37:57.427Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18412025-10-14T04:37:57.431Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18422025-10-14T04:37:57.431Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18432025-10-14T04:37:57.431Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18442025-10-14T04:37:57.431Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18452025-10-14T04:37:57.431Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18462025-10-14T04:37:57.432Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18472025-10-14T04:37:57.432Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18482025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only1.rs ... ok
18492025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only10.rs ... ok
18502025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only11.rs ... ok
18512025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only12.rs ... ok
18522025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only13.rs ... ok
18532025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only14.rs ... ok
18542025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only15.rs ... ok
18552025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only16.rs ... ok
18562025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only17.rs ... ok
18572025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only18.rs ... ok
18582025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only19.rs ... ok
18592025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only2.rs ... ok
18602025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only20.rs ... ok
18612025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only21.rs ... ok
18622025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only22.rs ... ok
18632025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only3.rs ... ok
18642025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only4.rs ... ok
18652025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only5.rs ... ok
18662025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only6.rs ... ok
18672025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only7.rs ... ok
18682025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only8.rs ... ok
18692025-10-14T04:37:57.432Ztest tests/fail/bad_trait_only9.rs ... ok
18702025-10-14T04:37:57.432Ztest tests/fail/bad_version_backwards.rs ... ok
18712025-10-14T04:37:57.432Ztest tests/fail/unused_endpoint.rs ... ok
18722025-10-14T04:37:57.432Z
18732025-10-14T04:37:57.432Z
18742025-10-14T04:37:57.432Ztest fail ... ok
18752025-10-14T04:37:57.432Z
18762025-10-14T04:37:57.432Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 56.30s
18772025-10-14T04:37:57.432Z
18782025-10-14T04:37:57.433Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-4f4132e7223391a2`
18792025-10-14T04:37:57.436Z
18802025-10-14T04:37:57.436Zrunning 82 tests
18812025-10-14T04:37:57.440Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
18822025-10-14T04:37:57.440Ztest config::test_config_bad_bind_address_garbage ... ok
18832025-10-14T04:37:57.440Ztest config::test_config_bad_bind_address_port_too_small ... ok
18842025-10-14T04:37:57.440Ztest config::test_config_bad_bind_address_port_too_large ... ok
18852025-10-14T04:37:57.440Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
18862025-10-14T04:37:57.440Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
18872025-10-14T04:37:57.440Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
18882025-10-14T04:37:57.440Ztest api_trait::test_api_trait_with_complex_tags ... ok
18892025-10-14T04:37:57.440Ztest config::test_config_deprecated_request_body_max_bytes ... ok
18902025-10-14T04:37:57.440Ztest config::test_valid_config_all_settings ... ok
18912025-10-14T04:37:57.440Ztest config::test_valid_config_basic ... ok
18922025-10-14T04:37:57.443Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_unversioned_servers_with_versioned_routes.3031.6.log"
18932025-10-14T04:37:57.443Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-config_handler_task_mode_cancel.3031.4.log"
18942025-10-14T04:37:57.443Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-config_bind_address_http.3031.2.log"
18952025-10-14T04:37:57.443Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-config_bind_address_https_buffer.3031.1.log"
18962025-10-14T04:37:57.444Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-config_bind_address_https.3031.0.log"
18972025-10-14T04:37:57.444Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-api_trait_basic.3031.3.log"
18982025-10-14T04:37:57.444Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-config_handler_task_mode_detached.3031.5.log"
18992025-10-14T04:37:57.444Ztest config::test_valid_config_empty ... ok
19002025-10-14T04:37:57.444Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19012025-10-14T04:37:57.444Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_enum_user_error.3031.7.log"
19022025-10-14T04:37:57.444Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_enum_extractor_error.3031.8.log"
19032025-10-14T04:37:57.447Ztest config::test_config_handler_task_mode_cancel ... ok
19042025-10-14T04:37:57.447Ztest config::test_config_handler_task_mode_detached ... ok
19052025-10-14T04:37:57.447Ztest custom_errors::test_enum_extractor_error ... ok
19062025-10-14T04:37:57.447Ztest custom_errors::test_enum_user_error ... ok
19072025-10-14T04:37:57.447Ztest custom_errors::test_trait_based_api ... ok
19082025-10-14T04:37:57.447Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_struct_extractor_error.3031.9.log"
19092025-10-14T04:37:57.447Ztest api_trait::test_api_trait_basic ... ok
19102025-10-14T04:37:57.447Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_struct_user_error.3031.10.log"
19112025-10-14T04:37:57.447Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_trait_enum_user_error.3031.11.log"
19122025-10-14T04:37:57.447Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_trait_struct_user_error.3031.12.log"
19132025-10-14T04:37:57.451Ztest config::test_config_bind_address_http ... ok
19142025-10-14T04:37:57.451Ztest custom_errors::test_struct_extractor_error ... ok
19152025-10-14T04:37:57.451Ztest custom_errors::test_trait_enum_user_error ... ok
19162025-10-14T04:37:57.451Ztest custom_errors::test_struct_user_error ... ok
19172025-10-14T04:37:57.451Ztest custom_errors::test_trait_struct_user_error ... ok
19182025-10-14T04:37:57.451Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_302_bogus.3031.13.log"
19192025-10-14T04:37:57.451Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_302_found.3031.14.log"
19202025-10-14T04:37:57.451Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_303_see_other.3031.15.log"
19212025-10-14T04:37:57.451Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_delete_request.3031.16.log"
19222025-10-14T04:37:57.454Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_307_temporary_redirect.3031.17.log"
19232025-10-14T04:37:57.454Ztest demo::test_302_bogus ... ok
19242025-10-14T04:37:57.454Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-demo1.3031.18.log"
19252025-10-14T04:37:57.454Ztest demo::test_302_found ... ok
19262025-10-14T04:37:57.454Ztest demo::test_delete_request ... ok
19272025-10-14T04:37:57.454Ztest demo::test_303_see_other ... ok
19282025-10-14T04:37:57.454Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-demo2json.3031.19.log"
19292025-10-14T04:37:57.454Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-demo2query.3031.20.log"
19302025-10-14T04:37:57.454Ztest demo::test_307_temporary_redirect ... ok
19312025-10-14T04:37:57.454Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-demo3json.3031.22.log"
19322025-10-14T04:37:57.454Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-demo2urlencoded.3031.21.log"
19332025-10-14T04:37:57.457Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-demo_path_param_string.3031.23.log"
19342025-10-14T04:37:57.457Ztest demo::test_demo1 ... ok
19352025-10-14T04:37:57.457Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-demo_path_param_u32.3031.24.log"
19362025-10-14T04:37:57.461Ztest demo::test_demo2query ... ok
19372025-10-14T04:37:57.461Ztest demo::test_demo3json ... ok
19382025-10-14T04:37:57.461Ztest demo::test_demo2urlencoded ... ok
19392025-10-14T04:37:57.461Ztest demo::test_demo2json ... ok
19402025-10-14T04:37:57.461Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_head_request.3031.25.log"
19412025-10-14T04:37:57.461Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_header_request.3031.26.log"
19422025-10-14T04:37:57.461Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-demo_path_param_uuid.3031.28.log"
19432025-10-14T04:37:57.461Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-demo_websocket.3031.27.log"
19442025-10-14T04:37:57.461Ztest demo::test_demo_path_param_u32 ... ok
19452025-10-14T04:37:57.464Ztest demo::test_header_request ... ok
19462025-10-14T04:37:57.464Ztest demo::test_head_request ... ok
19472025-10-14T04:37:57.464Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_large_typed_body.3031.29.log"
19482025-10-14T04:37:57.464Ztest demo::test_demo_websocket ... ok
19492025-10-14T04:37:57.464Ztest demo::test_demo_path_param_uuid ... ok
19502025-10-14T04:37:57.464Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_request_compat.3031.30.log"
19512025-10-14T04:37:57.464Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-tet_raw_request.3031.31.log"
19522025-10-14T04:37:57.468Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_request_remote_addr.3031.32.log"
19532025-10-14T04:37:57.468Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_streaming_body.3031.33.log"
19542025-10-14T04:37:57.468Ztest demo::test_demo_path_param_string ... ok
19552025-10-14T04:37:57.468Ztest demo::test_request_compat ... ok
19562025-10-14T04:37:57.468Ztest demo::test_large_typed_body ... ok
19572025-10-14T04:37:57.468Ztest demo::test_raw_request ... ok
19582025-10-14T04:37:57.468Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-graceful_shutdown_with_detached_handler.3031.34.log"
19592025-10-14T04:37:57.468Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_untyped_body.3031.35.log"
19602025-10-14T04:37:57.468Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-multipart_client.3031.36.log"
19612025-10-14T04:37:57.468Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-multipart_client.3031.37.log"
19622025-10-14T04:37:57.468Ztest config::test_config_bind_address_https_buffer ... ok
19632025-10-14T04:37:57.468Ztest demo::test_request_remote_addr ... ok
19642025-10-14T04:37:57.468Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-multipart_client.3031.38.log"
19652025-10-14T04:37:57.472Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-multipart_client.3031.39.log"
19662025-10-14T04:37:57.472Ztest multipart::missing_boundary ... ok
19672025-10-14T04:37:57.472Ztest multipart::no_content_type ... ok
19682025-10-14T04:37:57.472Ztest demo::test_streaming_body ... ok
19692025-10-14T04:37:57.472Ztest multipart::weird_content_type ... ok
19702025-10-14T04:37:57.472Ztest multipart::test_multipart_client ... ok
19712025-10-14T04:37:57.472Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-pagination-basic.3031.40.log"
19722025-10-14T04:37:57.472Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
19732025-10-14T04:37:57.473Ztest openapi::test_openapi_custom_error_types ... ok
19742025-10-14T04:37:57.477Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-pagination-multiple-sorts.3031.41.log"
19752025-10-14T04:37:57.477Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-pagination-multiple-resources.3031.42.log"
19762025-10-14T04:37:57.477Ztest demo::test_untyped_body ... ok
19772025-10-14T04:37:57.477Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-basic.3031.43.log"
19782025-10-14T04:37:57.503Ztest openapi::test_openapi_fuller ... ok
19792025-10-14T04:37:57.503Ztest openapi::test_openapi ... ok
19802025-10-14T04:37:57.506Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-dictionary.3031.44.log"
19812025-10-14T04:37:57.506Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-empty.3031.45.log"
19822025-10-14T04:37:57.509Ztest pagination::test_paginate_empty ... ok
19832025-10-14T04:37:57.511Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-errors.3031.46.log"
19842025-10-14T04:37:57.514Ztest pagination::test_paginate_errors ... ok
19852025-10-14T04:37:57.514Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-extra_params.3031.47.log"
19862025-10-14T04:37:57.514Ztest pagination::test_paginate_extra_params ... ok
19872025-10-14T04:37:57.517Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-required_params.3031.48.log"
19882025-10-14T04:37:57.517Ztest pagination::test_paginate_with_required_params ... ok
19892025-10-14T04:37:57.520Ztest pagination_schema::test_pagination_schema ... ok
19902025-10-14T04:37:57.520Ztest path_names::test_path_names ... ok
19912025-10-14T04:37:57.520Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_no_tls.3031.49.log"
19922025-10-14T04:37:57.520Ztest starter::test_no_tls ... ok
19932025-10-14T04:37:57.520Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_with_tls.3031.50.log"
19942025-10-14T04:37:57.544Ztest pagination::test_paginate_basic ... ok
19952025-10-14T04:37:57.547Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-non_streaming_servers_do_not_use_transfer_encoding.3031.51.log"
19962025-10-14T04:37:57.547Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
19972025-10-14T04:37:57.547Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-streaming_server_buffered_client.3031.52.log"
19982025-10-14T04:37:57.565Ztest streaming::test_streaming_server_buffered_client ... ok
19992025-10-14T04:37:57.568Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-streaming_server_streaming_client.3031.53.log"
20002025-10-14T04:37:57.584Ztest streaming::test_streaming_server_streaming_client ... ok
20012025-10-14T04:37:57.587Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_server_is_http.3031.54.log"
20022025-10-14T04:37:57.587Ztest tls::test_server_is_http ... ok
20032025-10-14T04:37:57.587Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_server_is_https.3031.55.log"
20042025-10-14T04:37:57.842Ztest starter::test_with_tls ... ok
20052025-10-14T04:37:57.845Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_tls_aborted_negotiation.3031.56.log"
20062025-10-14T04:37:57.897Ztest tls::test_server_is_https ... ok
20072025-10-14T04:37:57.900Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_tls_certificate_loading.3031.57.log"
20082025-10-14T04:37:58.218Ztest tls::test_tls_certificate_loading ... ok
20092025-10-14T04:37:58.221Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_tls_only.3031.58.log"
20102025-10-14T04:37:58.467Ztest tls::test_tls_aborted_negotiation ... ok
20112025-10-14T04:37:58.471Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_tls_refresh_certificates.3031.59.log"
20122025-10-14T04:37:58.496Ztest tls::test_tls_refresh_certificates ... ok
20132025-10-14T04:37:58.499Znote: configured to log to "/tmp/integration_tests-4f4132e7223391a2-test_versions.3031.60.log"
20142025-10-14T04:37:58.544Ztest tls::test_tls_only ... ok
20152025-10-14T04:37:58.547Ztest versions::test_versions_openapi ... ok
20162025-10-14T04:37:58.550Ztest versions::test_versions_openapi_same_names ... ok
20172025-10-14T04:37:58.575Ztest versions::test_versions ... ok
20182025-10-14T04:37:58.626Ztest config::test_config_bind_address_https ... ok
20192025-10-14T04:37:58.638Ztest pagination::test_example_basic ... ok
20202025-10-14T04:37:58.744Ztest pagination::test_paginate_dictionary ... ok
20212025-10-14T04:37:59.471Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
20222025-10-14T04:38:01.075Ztest pagination::test_example_multiple_sorts ... ok
20232025-10-14T04:38:01.485Ztest pagination::test_example_multiple_resources ... ok
20242025-10-14T04:38:01.485Z
20252025-10-14T04:38:01.485Ztest result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.05s
20262025-10-14T04:38:01.485Z
20272025-10-14T04:38:01.494Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-ebc6ec6cc59c0ca5`
20282025-10-14T04:38:01.499Z
20292025-10-14T04:38:01.499Zrunning 35 tests
20302025-10-14T04:38:01.505Ztest channel::tests::test_channel_with_versions ... ok
20312025-10-14T04:38:01.505Ztest channel::tests::test_channel_operation_id ... ok
20322025-10-14T04:38:01.508Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
20332025-10-14T04:38:01.508Ztest channel::tests::test_channel_with_unnamed_params ... ok
20342025-10-14T04:38:01.508Ztest doc::tests::test_extract_summary_description ... ok
20352025-10-14T04:38:01.508Ztest endpoint::tests::test_endpoint_bad_string ... ok
20362025-10-14T04:38:01.508Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
20372025-10-14T04:38:01.508Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
20382025-10-14T04:38:01.508Ztest endpoint::tests::test_endpoint_bad_versions ... ok
20392025-10-14T04:38:01.508Ztest endpoint::tests::test_endpoint_invalid_item ... ok
20402025-10-14T04:38:01.508Ztest endpoint::tests::test_endpoint_no_arguments ... ok
20412025-10-14T04:38:01.508Ztest endpoint::tests::test_endpoint_not_async ... ok
20422025-10-14T04:38:01.508Ztest channel::tests::test_channel_with_custom_params ... ok
20432025-10-14T04:38:01.511Ztest endpoint::tests::test_endpoint_basic ... ok
20442025-10-14T04:38:01.511Ztest endpoint::tests::test_endpoint_content_type ... ok
20452025-10-14T04:38:01.511Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
20462025-10-14T04:38:01.511Ztest api_trait::tests::test_api_trait_operation_id ... ok
20472025-10-14T04:38:01.512Ztest endpoint::tests::test_endpoint_pub_crate ... ok
20482025-10-14T04:38:01.512Ztest api_trait::tests::test_api_trait_basic ... ok
20492025-10-14T04:38:01.512Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
20502025-10-14T04:38:01.512Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
20512025-10-14T04:38:01.512Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
20522025-10-14T04:38:01.512Ztest endpoint::tests::test_endpoint_with_doc ... ok
20532025-10-14T04:38:01.515Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
20542025-10-14T04:38:01.515Ztest endpoint::tests::test_endpoint_with_tags ... ok
20552025-10-14T04:38:01.515Ztest endpoint::tests::test_endpoint_with_query ... ok
20562025-10-14T04:38:01.515Ztest params::tests::test_extract_rqctx_ty_param ... ok
20572025-10-14T04:38:01.515Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
20582025-10-14T04:38:01.515Ztest syn_parsing::tests::test_busted_function ... ok
20592025-10-14T04:38:01.515Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
20602025-10-14T04:38:01.515Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
20612025-10-14T04:38:01.515Ztest endpoint::tests::test_operation_id ... ok
20622025-10-14T04:38:01.518Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
20632025-10-14T04:38:01.518Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
20642025-10-14T04:38:01.522Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
20652025-10-14T04:38:01.522Z
20662025-10-14T04:38:01.522Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
20672025-10-14T04:38:01.522Z
20682025-10-14T04:38:01.522Z Doc-tests dropshot
20692025-10-14T04:38:01.522Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-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-6e4608fc72b269ac.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-adcf49f57e4e2aee.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-03590bb7c503e408.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-0bed30db830f94d6.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-a6fb29251b3b493b.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-c5c34a111ae897c3.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-138fbb6296eeb159.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-b398bb838a9aea8a.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b1f39113581ebdec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-8a94abb281b88aea.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-2fb0540c4255722d.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-308438287cab8f30.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8325f4155abdfebb.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-0a520ba1e4ea942b.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-2827ee920398ff09.rlib --extern hyper_staticfile=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_staticfile-e1b388b97ad5693b.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9a4bd4038e873212.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-8fae80fcc541752c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-78d8eac9b6302b57.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-de30559b4bc2be29.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-9d5eaffd68bb3883.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-90323f8a58b8157b.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-58f5692ade0e87d5.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-a48ae8ee260454b1.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-28f2d20d8a406fb4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-3859903690679f20.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-03b04aef98e29300.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-30c6ffd506ba893c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-a0b25151a34e41c3.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-4bfa8038c1c4d70f.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-9d997349fc18dd34.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-7f2e90c56a4dcf12.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-0ea35f111508528f.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-d13eece948ad87e4.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-944413fd4eb569b2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-edb5c2ed754b1a80.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-3bd0da50af139335.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-3ccd3be8724b87f9.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-dc55710398fbe70b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-b8e9a1f9c3aba99b.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-04d5b4bc8acd50f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b08125bf5662d2.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-67c8d01795e28f1d.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-6a0395bc0ca05534.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d99e68ca2a880de0.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8b95b506f97e9dfc.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`
20702025-10-14T04:38:01.988Z
20712025-10-14T04:38:01.988Zrunning 23 tests
20722025-10-14T04:38:04.081Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
20732025-10-14T04:38:04.081Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
20742025-10-14T04:38:04.081Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
20752025-10-14T04:38:04.090Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
20762025-10-14T04:38:08.496Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
20772025-10-14T04:38:08.496Ztest dropshot/src/lib.rs - (line 334) ... ignored
20782025-10-14T04:38:08.514Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
20792025-10-14T04:38:08.654Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 374) ... ok
20802025-10-14T04:38:08.690Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 349) ... ok
20812025-10-14T04:38:08.760Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
20822025-10-14T04:38:09.193Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
20832025-10-14T04:38:09.329Ztest dropshot/src/config.rs - config::ConfigDropshot (line 20) ... ok
20842025-10-14T04:38:09.329Ztest dropshot/src/lib.rs - channel (line 1181) ... ignored
20852025-10-14T04:38:09.329Ztest dropshot/src/lib.rs - endpoint (line 1226) ... ignored
20862025-10-14T04:38:10.611Ztest dropshot/src/lib.rs - (line 398) ... ok
20872025-10-14T04:38:10.838Ztest dropshot/src/lib.rs - api_description (line 1046) ... ok
20882025-10-14T04:38:10.841Ztest dropshot/src/lib.rs - (line 661) ... ok
20892025-10-14T04:38:11.210Ztest dropshot/src/lib.rs - api_description (line 1107) ... ok
20902025-10-14T04:38:11.237Ztest dropshot/src/lib.rs - (line 110) ... ok
20912025-10-14T04:38:11.330Ztest dropshot/src/lib.rs - (line 189) ... ok
20922025-10-14T04:38:12.155Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 196) ... ok
20932025-10-14T04:38:14.256Ztest dropshot/src/test_util.rs - test_util::LogContext (line 467) ... ok
20942025-10-14T04:38:15.361Ztest dropshot/src/lib.rs - (line 497) ... ok
20952025-10-14T04:38:15.361Z
20962025-10-14T04:38:15.361Ztest result: ok. 18 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 13.37s
20972025-10-14T04:38:15.362Z
20982025-10-14T04:38:15.387Z Doc-tests dropshot_endpoint
20992025-10-14T04:38:15.391Z Running `/home/build/.rustup/toolchains/1.90.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/dropshot/target/debug/build/ring-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-09e759e144bc796d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9371ea6339a50dbb.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-2b087a3cf3ccd23c.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-c887e15d06ddd8b3.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-89ecd8ee6c3799e8.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-32f7e92c1f93d3a3.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-f9624509a470923c.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-92dff32b8ecb62bd.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-5c4ffdd47fe89e69.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-b6e49c23a220f718.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-f7a0b9efe8201af8.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
21002025-10-14T04:38:15.596Z
21012025-10-14T04:38:15.596Zrunning 0 tests
21022025-10-14T04:38:15.596Z
21032025-10-14T04:38:15.596Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21042025-10-14T04:38:15.596Z
21052025-10-14T04:38:15.626Z
21062025-10-14T04:38:15.629Zreal 2:44.420911431
21072025-10-14T04:38:15.630Zuser 14:44.856752126
21082025-10-14T04:38:15.630Zsys 2:19.688888331
21092025-10-14T04:38:15.630Ztrap 0.750283431
21102025-10-14T04:38:15.630Ztflt 0.398275909
21112025-10-14T04:38:15.630Zdflt 0.184005967
21122025-10-14T04:38:15.630Zkflt 0.000101350
21132025-10-14T04:38:15.631Zlock 45:20.678426963
21142025-10-14T04:38:15.631Zslp 1:13:15.116148253
21152025-10-14T04:38:15.631Zlat 46.789810367
21162025-10-14T04:38:15.631Zstop 1:14.530171432
21172025-10-14T04:38:15.631Z+ banner docs
21182025-10-14T04:38:15.631Z
21192025-10-14T04:38:15.631Z ##### #### #### ####
21202025-10-14T04:38:15.631Z # # # # # # #
21212025-10-14T04:38:15.631Z # # # # # ####
21222025-10-14T04:38:15.631Z # # # # # #
21232025-10-14T04:38:15.631Z # # # # # # # #
21242025-10-14T04:38:15.631Z ##### #### #### ####
21252025-10-14T04:38:15.631Z
21262025-10-14T04:38:15.631Z+ ptime -m cargo doc --no-deps --lib --bins --examples
21272025-10-14T04:38:15.950Z Compiling proc-macro2 v1.0.101
21282025-10-14T04:38:15.950Z Compiling unicode-ident v1.0.12
21292025-10-14T04:38:15.953Z Checking cfg-if v1.0.0
21302025-10-14T04:38:15.953Z Checking itoa v1.0.1
21312025-10-14T04:38:15.953Z Checking pin-project-lite v0.2.12
21322025-10-14T04:38:15.953Z Compiling quote v1.0.41
21332025-10-14T04:38:15.994Z Checking libc v0.2.176
21342025-10-14T04:38:15.998Z Checking serde_core v1.0.228
21352025-10-14T04:38:16.038Z Checking once_cell v1.20.1
21362025-10-14T04:38:16.074Z Checking bytes v1.10.1
21372025-10-14T04:38:16.117Z Checking smallvec v1.13.2
21382025-10-14T04:38:16.164Z Checking futures-core v0.3.31
21392025-10-14T04:38:16.196Z Checking memchr v2.6.0
21402025-10-14T04:38:16.319Z Checking scopeguard v1.2.0
21412025-10-14T04:38:16.358Z Checking futures-sink v0.3.31
21422025-10-14T04:38:16.448Z Checking slab v0.4.9
21432025-10-14T04:38:16.476Z Checking lock_api v0.4.6
21442025-10-14T04:38:16.508Z Checking fnv v1.0.7
21452025-10-14T04:38:16.635Z Checking futures-channel v0.3.31
21462025-10-14T04:38:16.703Z Checking log v0.4.17
21472025-10-14T04:38:16.840Z Checking pin-utils v0.1.0
21482025-10-14T04:38:16.937Z Checking zeroize v1.7.0
21492025-10-14T04:38:16.968Z Checking futures-io v0.3.31
21502025-10-14T04:38:16.982Z Checking http v1.3.1
21512025-10-14T04:38:16.993Z Checking futures-task v0.3.31
21522025-10-14T04:38:17.039Z Checking stable_deref_trait v1.2.0
21532025-10-14T04:38:17.120Z Checking parking_lot_core v0.9.4
21542025-10-14T04:38:17.149Z Checking mio v1.0.3
21552025-10-14T04:38:17.157Z Checking getrandom v0.2.11
21562025-10-14T04:38:17.171Z Checking signal-hook-registry v1.4.0
21572025-10-14T04:38:17.210Z Checking socket2 v0.6.0
21582025-10-14T04:38:17.436Z Checking rustls-pki-types v1.12.0
21592025-10-14T04:38:17.449Z Checking parking_lot v0.12.1
21602025-10-14T04:38:17.696Z Checking httparse v1.10.0
21612025-10-14T04:38:17.734Z Checking tracing-core v0.1.32
21622025-10-14T04:38:17.743Z Checking equivalent v1.0.0
21632025-10-14T04:38:17.799Z Compiling syn v2.0.106
21642025-10-14T04:38:17.853Z Checking untrusted v0.9.0
21652025-10-14T04:38:17.955Z Checking hashbrown v0.15.2
21662025-10-14T04:38:17.995Z Checking percent-encoding v2.3.2
21672025-10-14T04:38:18.022Z Checking ring v0.17.13
21682025-10-14T04:38:18.079Z Checking bitflags v2.4.0
21692025-10-14T04:38:18.237Z Checking http-body v1.0.1
21702025-10-14T04:38:18.240Z Checking base64 v0.22.1
21712025-10-14T04:38:18.352Z Checking tracing v0.1.40
21722025-10-14T04:38:18.352Z Checking atomic-waker v1.1.2
21732025-10-14T04:38:18.438Z Checking ryu v1.0.5
21742025-10-14T04:38:18.497Z Checking litemap v0.7.4
21752025-10-14T04:38:18.678Z Checking try-lock v0.2.3
21762025-10-14T04:38:18.682Z Checking writeable v0.5.5
21772025-10-14T04:38:18.712Z Checking typenum v1.14.0
21782025-10-14T04:38:18.820Z Checking want v0.3.0
21792025-10-14T04:38:18.823Z Checking httpdate v1.0.1
21802025-10-14T04:38:18.889Z Checking powerfmt v0.2.0
21812025-10-14T04:38:18.989Z Checking tower-service v0.3.3
21822025-10-14T04:38:19.008Z Compiling time-core v0.1.2
21832025-10-14T04:38:19.060Z Compiling num-conv v0.1.0
21842025-10-14T04:38:19.112Z Checking subtle v2.5.0
21852025-10-14T04:38:19.153Z Checking deranged v0.3.11
21862025-10-14T04:38:19.187Z Checking typeid v1.0.3
21872025-10-14T04:38:19.333Z Compiling time-macros v0.2.18
21882025-10-14T04:38:19.337Z Checking crossbeam-utils v0.8.15
21892025-10-14T04:38:19.767Z Checking num_threads v0.1.3
21902025-10-14T04:38:19.832Z Checking generic-array v0.14.5
21912025-10-14T04:38:19.893Z Checking icu_locid_transform_data v1.5.0
21922025-10-14T04:38:19.902Z Checking getrandom v0.3.1
21932025-10-14T04:38:19.963Z Checking indexmap v2.11.4
21942025-10-14T04:38:19.998Z Checking serde_json v1.0.145
21952025-10-14T04:38:20.095Z Checking erased-serde v0.4.8
21962025-10-14T04:38:20.229Z Checking rustls-webpki v0.102.8
21972025-10-14T04:38:20.493Z Checking icu_properties_data v1.5.0
21982025-10-14T04:38:20.734Z Checking ipnet v2.10.0
21992025-10-14T04:38:20.903Z Checking crypto-common v0.1.6
22002025-10-14T04:38:20.937Z Checking slog v2.8.0
22012025-10-14T04:38:20.985Z Checking block-buffer v0.10.2
22022025-10-14T04:38:21.083Z Checking form_urlencoded v1.2.2
22032025-10-14T04:38:21.181Z Checking utf16_iter v1.0.5
22042025-10-14T04:38:21.196Z Checking openssl-probe v0.1.4
22052025-10-14T04:38:21.249Z Checking write16 v1.0.0
22062025-10-14T04:38:21.296Z Checking mime v0.3.16
22072025-10-14T04:38:21.357Z Checking icu_normalizer_data v1.5.0
22082025-10-14T04:38:21.360Z Checking utf8_iter v1.0.4
22092025-10-14T04:38:21.383Z Checking foreign-types-shared v0.1.1
22102025-10-14T04:38:21.455Z Checking digest v0.10.7
22112025-10-14T04:38:21.464Z Checking num-traits v0.2.14
22122025-10-14T04:38:21.467Z Checking openssl-sys v0.9.107
22132025-10-14T04:38:21.495Z Checking foreign-types v0.3.2
22142025-10-14T04:38:21.557Z Checking rand_core v0.6.3
22152025-10-14T04:38:21.587Z Checking errno v0.3.10
22162025-10-14T04:38:21.605Z Checking cpufeatures v0.2.2
22172025-10-14T04:38:21.697Z Checking winnow v0.7.13
22182025-10-14T04:38:21.766Z Checking iana-time-zone v0.1.47
22192025-10-14T04:38:21.769Z Checking ppv-lite86 v0.2.15
22202025-10-14T04:38:21.843Z Checking sha1 v0.10.6
22212025-10-14T04:38:21.924Z Checking rustls v0.22.4
22222025-10-14T04:38:22.006Z Checking time v0.3.36
22232025-10-14T04:38:22.105Z Compiling unicase v2.6.0
22242025-10-14T04:38:22.411Z Checking rand_chacha v0.3.1
22252025-10-14T04:38:22.476Z Checking serde_spanned v1.0.2
22262025-10-14T04:38:22.613Z Checking toml_datetime v0.7.2
22272025-10-14T04:38:22.647Z Checking rustls-pemfile v2.1.3
22282025-10-14T04:38:22.691Z Checking http-body-util v0.1.3
22292025-10-14T04:38:22.781Z Checking thread_local v1.1.4
22302025-10-14T04:38:22.897Z Checking encoding_rs v0.8.32
22312025-10-14T04:38:22.985Z Checking match_cfg v0.1.0
22322025-10-14T04:38:23.063Z Checking toml_writer v1.0.3
22332025-10-14T04:38:23.072Z Checking hostname v0.3.1
22342025-10-14T04:38:23.115Z Checking rand v0.8.4
22352025-10-14T04:38:23.209Z Compiling mime_guess v2.0.5
22362025-10-14T04:38:23.406Z Checking rustls v0.23.13
22372025-10-14T04:38:23.649Z Checking rustix v1.0.2
22382025-10-14T04:38:24.239Z Checking crossbeam-channel v0.5.1
22392025-10-14T04:38:24.274Z Checking concurrent-queue v2.5.0
22402025-10-14T04:38:24.302Z Checking toml_parser v1.0.3
22412025-10-14T04:38:24.605Z Checking is-terminal v0.4.12
22422025-10-14T04:38:24.741Z Compiling synstructure v0.13.1
22432025-10-14T04:38:24.962Z Compiling serde_derive_internals v0.29.0
22442025-10-14T04:38:25.040Z Checking toml v0.9.7
22452025-10-14T04:38:25.155Z Checking sync_wrapper v1.0.1
22462025-10-14T04:38:25.165Z Compiling dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot)
22472025-10-14T04:38:25.207Z Checking spin v0.9.8
22482025-10-14T04:38:25.311Z Checking fastrand v2.1.1
22492025-10-14T04:38:25.389Z Checking take_mut v0.2.2
22502025-10-14T04:38:25.543Z Checking semver v1.0.27
22512025-10-14T04:38:25.559Z Checking term v1.1.0
22522025-10-14T04:38:25.651Z Checking tower-layer v0.3.3
22532025-10-14T04:38:25.916Z Checking dyn-clone v1.0.4
22542025-10-14T04:38:25.925Z Checking parking v2.2.0
22552025-10-14T04:38:25.987Z Checking tempfile v3.23.0
22562025-10-14T04:38:26.104Z Checking event-listener v5.0.0
22572025-10-14T04:38:26.117Z Checking slog-async v2.8.0
22582025-10-14T04:38:26.372Z Checking camino v1.2.1
22592025-10-14T04:38:26.381Z Checking rustix v0.38.44
22602025-10-14T04:38:26.512Z Checking serde_path_to_error v0.1.20
22612025-10-14T04:38:26.527Z Checking waitgroup v0.1.2
22622025-10-14T04:38:26.675Z Checking webpki-roots v0.26.5
22632025-10-14T04:38:26.699Z Checking hostname v0.4.0
22642025-10-14T04:38:26.766Z Checking lazy_static v1.5.0
22652025-10-14T04:38:26.840Z Checking unicode-segmentation v1.10.0
22662025-10-14T04:38:26.885Z Checking byteorder v1.4.3
22672025-10-14T04:38:26.907Z Checking debug-ignore v1.0.5
22682025-10-14T04:38:26.910Z Checking unicode-width v0.1.9
22692025-10-14T04:38:27.053Z Checking data-encoding v2.4.0
22702025-10-14T04:38:27.069Z Checking iri-string v0.7.8
22712025-10-14T04:38:27.085Z Checking utf-8 v0.7.6
22722025-10-14T04:38:27.284Z Checking console v0.15.7
22732025-10-14T04:38:27.447Z Checking newline-converter v0.3.0
22742025-10-14T04:38:27.568Z Checking event-listener-strategy v0.5.4
22752025-10-14T04:38:27.606Z Checking target-triple v0.1.3
22762025-10-14T04:38:27.717Z Checking yasna v0.5.2
22772025-10-14T04:38:27.774Z Checking rustls-native-certs v0.7.0
22782025-10-14T04:38:27.792Z Checking atomicwrites v0.4.4
22792025-10-14T04:38:27.830Z Checking pem v3.0.5
22802025-10-14T04:38:27.921Z Checking webpki-roots v1.0.0
22812025-10-14T04:38:27.930Z Checking http-range v0.1.4
22822025-10-14T04:38:27.973Z Checking glob v0.3.0
22832025-10-14T04:38:27.976Z Checking termcolor v1.1.2
22842025-10-14T04:38:28.089Z Checking similar v2.2.1
22852025-10-14T04:38:28.108Z Checking async-channel v2.5.0
22862025-10-14T04:38:28.116Z Checking anyhow v1.0.100
22872025-10-14T04:38:28.287Z Checking subprocess v0.2.9
22882025-10-14T04:38:28.333Z Checking buf-list v1.1.2
22892025-10-14T04:38:28.489Z Compiling serde_derive v1.0.228
22902025-10-14T04:38:28.520Z Compiling tokio-macros v2.5.0
22912025-10-14T04:38:28.584Z Compiling zerofrom-derive v0.1.5
22922025-10-14T04:38:28.634Z Compiling futures-macro v0.3.31
22932025-10-14T04:38:28.762Z Compiling yoke-derive v0.7.5
22942025-10-14T04:38:28.807Z Compiling zerovec-derive v0.10.3
22952025-10-14T04:38:29.539Z Compiling displaydoc v0.2.5
22962025-10-14T04:38:29.960Z Checking tokio v1.47.1
22972025-10-14T04:38:30.466Z Checking futures-util v0.3.31
22982025-10-14T04:38:31.016Z Compiling icu_provider_macros v1.5.0
22992025-10-14T04:38:31.170Z Compiling openssl-macros v0.1.1
23002025-10-14T04:38:31.182Z Compiling thiserror-impl v1.0.69
23012025-10-14T04:38:31.653Z Checking zerofrom v0.1.5
23022025-10-14T04:38:31.889Z Checking yoke v0.7.5
23032025-10-14T04:38:31.989Z Checking openssl v0.10.72
23042025-10-14T04:38:32.117Z Compiling thiserror-impl v2.0.16
23052025-10-14T04:38:32.250Z Checking zerovec v0.10.4
23062025-10-14T04:38:32.480Z Compiling async-stream-impl v0.3.6
23072025-10-14T04:38:33.793Z Compiling schemars_derive v0.8.22
23082025-10-14T04:38:33.793Z Checking thiserror v1.0.69
23092025-10-14T04:38:33.812Z Checking tinystr v0.7.6
23102025-10-14T04:38:33.942Z Checking icu_collections v1.5.0
23112025-10-14T04:38:34.158Z Checking icu_locid v1.5.0
23122025-10-14T04:38:34.640Z Checking async-stream v0.3.6
23132025-10-14T04:38:34.841Z Compiling async-trait v0.1.89
23142025-10-14T04:38:34.959Z Checking thiserror v2.0.16
23152025-10-14T04:38:35.055Z Checking futures-executor v0.3.31
23162025-10-14T04:38:35.118Z Checking multer v3.1.0
23172025-10-14T04:38:35.136Z Checking serde v1.0.228
23182025-10-14T04:38:35.184Z Checking icu_provider v1.5.0
23192025-10-14T04:38:35.507Z Checking futures v0.3.31
23202025-10-14T04:38:35.623Z Checking tungstenite v0.24.0
23212025-10-14T04:38:35.832Z Checking icu_locid_transform v1.5.0
23222025-10-14T04:38:36.118Z Checking chrono v0.4.42
23232025-10-14T04:38:36.459Z Compiling serde_tokenstream v0.2.2
23242025-10-14T04:38:36.512Z Checking slog-json v2.6.1
23252025-10-14T04:38:36.590Z Checking uuid v1.18.1
23262025-10-14T04:38:36.769Z Checking serde_urlencoded v0.7.1
23272025-10-14T04:38:36.780Z Checking tokio-util v0.7.7
23282025-10-14T04:38:36.823Z Checking icu_properties v1.5.1
23292025-10-14T04:38:36.983Z Checking tokio-rustls v0.25.0
23302025-10-14T04:38:37.101Z Compiling dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23312025-10-14T04:38:37.186Z Checking tower v0.5.2
23322025-10-14T04:38:37.190Z Checking tokio-rustls v0.26.0
23332025-10-14T04:38:37.298Z Checking native-tls v0.2.12
23342025-10-14T04:38:37.336Z Checking slog-bunyan v2.5.0
23352025-10-14T04:38:37.508Z Checking openapiv3 v2.2.0
23362025-10-14T04:38:37.569Z Checking tokio-tungstenite v0.24.0
23372025-10-14T04:38:37.579Z Checking h2 v0.4.6
23382025-10-14T04:38:37.614Z Checking tokio-native-tls v0.3.1
23392025-10-14T04:38:37.866Z Checking trybuild v1.0.111
23402025-10-14T04:38:38.002Z Checking tower-http v0.6.5
23412025-10-14T04:38:38.038Z Checking expectorate v1.2.0
23422025-10-14T04:38:38.074Z Checking slog-term v2.9.2
23432025-10-14T04:38:38.235Z Checking schemars v0.8.22
23442025-10-14T04:38:38.537Z Checking rcgen v0.14.5
23452025-10-14T04:38:39.348Z Checking heck v0.5.0
23462025-10-14T04:38:40.277Z Checking icu_normalizer v1.5.0
23472025-10-14T04:38:40.864Z Checking idna_adapter v1.2.0
23482025-10-14T04:38:41.003Z Checking idna v1.0.3
23492025-10-14T04:38:41.218Z Checking hyper v1.7.0
23502025-10-14T04:38:41.330Z Checking url v2.5.4
23512025-10-14T04:38:42.460Z Checking hyper-util v0.1.17
23522025-10-14T04:38:42.460Z Checking hyper-staticfile v0.10.1
23532025-10-14T04:38:43.795Z Checking hyper-tls v0.6.0
23542025-10-14T04:38:43.795Z Checking hyper-rustls v0.27.3
23552025-10-14T04:38:43.798Z Checking hyper-rustls v0.26.0
23562025-10-14T04:38:43.798Z Documenting dropshot v0.16.4 (/work/oxidecomputer/dropshot/dropshot)
23572025-10-14T04:38:44.003Z Documenting dropshot_endpoint v0.16.4 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23582025-10-14T04:38:44.072Z Checking reqwest v0.12.23
23592025-10-14T04:38:45.820Zwarning: unresolved link to `Query`
23602025-10-14T04:38:45.821Z --> dropshot/src/extractor/header.rs:27:29
23612025-10-14T04:38:45.821Z |
23622025-10-14T04:38:45.821Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
23632025-10-14T04:38:45.821Z | ^^^^^ no item named `Query` in scope
23642025-10-14T04:38:45.821Z |
23652025-10-14T04:38:45.821Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
23662025-10-14T04:38:45.821Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
23672025-10-14T04:38:45.821Z
23682025-10-14T04:38:45.824Zwarning: unresolved link to `Path`
23692025-10-14T04:38:45.824Z --> dropshot/src/extractor/header.rs:27:43
23702025-10-14T04:38:45.824Z |
23712025-10-14T04:38:45.824Z27 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
23722025-10-14T04:38:45.824Z | ^^^^ no item named `Path` in scope
23732025-10-14T04:38:45.824Z |
23742025-10-14T04:38:45.824Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
23752025-10-14T04:38:45.824Z
23762025-10-14T04:38:46.188Zwarning: `dropshot` (lib doc) generated 2 warnings
23772025-10-14T04:38:52.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.73s
23782025-10-14T04:38:52.470Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
23792025-10-14T04:38:52.483Z
23802025-10-14T04:38:52.486Zreal 36.837915693
23812025-10-14T04:38:52.486Zuser 3:23.005894028
23822025-10-14T04:38:52.486Zsys 38.126859456
23832025-10-14T04:38:52.486Ztrap 0.139357812
23842025-10-14T04:38:52.486Ztflt 0.176658221
23852025-10-14T04:38:52.486Zdflt 0.023284468
23862025-10-14T04:38:52.486Zkflt 0.000098795
23872025-10-14T04:38:52.486Zlock 7:16.830539842
23882025-10-14T04:38:52.486Zslp 12:02.050126373
23892025-10-14T04:38:52.486Zlat 9.583410160
23902025-10-14T04:38:52.486Zstop 20.241608983
23912025-10-14T04:38:52.487Zprocess exited: duration 375012 ms, exit code 0
 
23922025-10-14T04:38:52.493Zfound 0 output files